RenderHeads / UnityPlugin-AVProVideo

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

How can i check the support media ? #1855

Closed dw8869 closed 1 month ago

dw8869 commented 1 month ago

Test URL

I checked this document, and the video I tested is considered to be a supported video according to the document.

I tested on Windows(Media Foundation), but printed an error logs.

[AVProVideo] Error: Loading failed.  File not found, codec not supported, video resolution too high or insufficient system resources.
RenderHeads.Media.AVProVideo.MediaPlayer:UpdateErrors()
RenderHeads.Media.AVProVideo.MediaPlayer:Update()

How can i check the supoort media ? Do you have any tools that I can check?

Chris-RH commented 1 month ago

The issue is that Windows no longer comes with the H265 codec. We have no idea why they stopped doing so. Users can install it from the Windows Store, they just need to search for HEVC extension. You can also install LAV filters and use the DirectShow API

We rely on the hardware used to decode. We try and use as few external products as possible due to potential copyrighting issues.

dw8869 commented 1 month ago

Is there a way to put codecs in the project/app?

Chris-RH commented 1 month ago

no, there isn't

dw8869 commented 1 month ago

There is no other way than for the user to install a separate codec. Is that right?