Search Issue Tracker
Fixed in 2018.3.X
Votes
0
Found in
2018.2.0b6
Issue ID
1045511
Regression
No
[VideoPlayer] When trying to transcode webm VFR movies Unity should emit a proper warning, not just silently behave badly
How to reproduce:
1. Open the attached project
2. It has one webm video, select it
3. In Inspector enable transcode, change codec to VP8 (when issue is fixed try decoding to H264 as well) and apply
4. Notice Video and Audio decoding warning
5. Open Sample Scene and play it
Result: audio plays 30FPS video plays 60FPS, because video uses VFR (variable frame rate) and the first video frame happens after only 3.47 seconds
Reproducible: 2017.4.4f1, 2018.2.0b6, 2018.3.0a1
Tested and reproduced:
on Macbook Pro OSX 10.13.4
on Android and iOS devices.
FIXED: after transcoding very lear warning is printed
VFR warning: 63 video frames have a different duration than expected 0.0333333s, ranging from 0.0666332s to 0.1s.
/Users/dominique/UnityProjects/VFR warning/Assets/actual_vfr.mp4 (30FPS) may have variable frame rate (VFR), which is not supported. This may lead to incorrect timing in transcoded clip.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “FMOD failed to set the software format to the custom sample rate…” warnings are thrown as System Sample Rate value is being changed in Audio section of Project Settings window
- VFX Marquee selection does match the visual indicator
- “Invalid AABB aabb” errors are spammed when “Infinity” value is entered in Collider Component fields
- Editor Role does not sync with the MPPM Play Mode Scenario Role when entering Play mode
- Long asset names cause overlap with the “Find” function in search result tabs
Add comment