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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
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.