RenderHeads / UnityPlugin-AVProVideo

AVPro Video is a multi-platform Unity plugin for advanced video playback
https://www.renderheads.com/products/avpro-video/
235 stars 28 forks source link

Fallback stereo packing mode not correctly handled with DirectShow #772

Closed RazTeer closed 3 years ago

RazTeer commented 3 years ago

Hi,

when opening your demo scene - example video with the 360 sphere it is horizontally incorrect (see attached pic).

Also it appears that the "layout mapping property" changes itself automatically to other values preventing me to see the 360 spere. upload_2021-5-11_14-58-4

I also read through this post and did exify etc. NOTHING helps: https://github.com/RenderHeads/UnityPlugin-AVProVideo/issues/305

Please help as soon as possible.

Thanks Simon

AndrewRH commented 3 years ago

Thanks, this is a bug and we've fixed it now - the fix will be in the next release.

This issue is specific to using the DirectShow API, so if you can switch to Media Foundation API for now then it will work correctly.

Thanks,

RazTeer commented 3 years ago

Thanks!

sadly I had following issue when using Media Foundation previously image

I didn't get a reply on the unity forum regarding this. Thus, had no choice, but to use Direct Show.

This is all when I use your "Sample-Local-MP4-Cones-360Stereo" video config.

Any chance I can get the next release sooner?

Thank you.

AndrewRH commented 3 years ago

That's probably just because our video is encoded using HEVC and your PC may now have the Microsoft HEVC codec installed on it.

We will try to get the next release out this week.

AndrewRH commented 3 years ago

Closing this issue as 2.1.3 has now been released. The videos have also now been reencoded as H.264 which should make Media Foundation work for you. Thanks once again for reporting the issue.

RazTeer commented 3 years ago

Closing this issue as 2.1.3 has now been released. The videos have also now been reencoded as H.264 which should make Media Foundation work for you. Thanks once again for reporting the issue.

Thank you for your quick reaction and help!