Search Issue Tracker
Fixed in 2020.1.X
Fixed in 2019.3.X
Votes
0
Found in
2019.3.0a9
2019.3.0b7
2020.1
Issue ID
1192954
Regression
Yes
Stereo video becomes horizontally stretched when transcoded with "Keep Alpha" enabled
How to reproduce:
1. Open the attached "StereoVideo.zip" project
2. In the Project view, select "testvideo.webm"
3. In the Inspector, play the preview of the video
Expected results: The video plays and shows two images
Actual results: The video shows half of each image and is stretched
Reproducible with: 2019.3.0a9, 2019.3.0f1, 2020.1.0a15
Not reproducible with: 2018.4.35f1, 2018.4.13f1, 2019.2.14f1, 2019.3.0a8
Note: The issue does not reproduce is you disable "Keep Alpha" in the Transcode options
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
- "InvalidOperationException: Trying to SetRenderAttachment on a texture..." exception is thrown when using the depth back buffer as an input attachment in Renderer Feature on Vulkan Graphics API
- [HDRP Wizard] Reload Window fails to reload the HDRP Wizard window
- [HDRP Wizard] Fix All button is not presented using the macOS system
- "InvalidCastException: Specified cast is not valid" is thrown when Generating Lighting with "Virtual Offset" enabled in APV, and a static Skinned Mesh Rendered with a Mesh Filter Component is in the Scene
- TMP material doesn't update when using Localized Property to change the font assets
Resolution Note (fix version 2020.1):
Unity uses a split-alpha layout internally to add transparency support for codecs that don't natively support it such as H.264/H.265. This has the side-effect of doubling the image width which must be undone at display time. Addition of hardware-accelerated video decoding on Windows/UWP has broken this. Fixed the missing width compensation in the new code.