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
- URP Realtime reflection probes do not update when RenderProbe() is being called once per second
- Addressable terrain shader variants are stripped from the Player
- [iOS] Debug.Log() appears as <private> in Console app
- UI stays in the background when it is disabled in simulator
- A wrong log file is attached when project is launched with a "-logFile" command line argument
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.