Search Issue Tracker
Won't Fix
Votes
0
Found in
2018.3.0b8
Issue ID
1099066
Regression
No
Video encoded with Microsoft RLE Video fails to be imported and decoded
Steps to reproduce:
1. Download and open the attached project
2. Select "FlickAnimation" in the project browser
Expected result: the file is imported as a proper video file and can be used for a video component
Actual result: the fail fails to be decoded and is unuseable
Reproduced on 2017.4.16f1 2018.2.18f1, 2018.3.0b12, 2019.1.0a11
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Resolution Note:
Unity uses Microsoft Media Foundation for media decoding, and this does not support RLE video tracks. Such files need to be converted into one of the formats documented to be supported by Unity.