Unable to read movie header

Hi everyone,

I am having an issue with my videos in my project (Unity 2019.1.9f1). The videos I have are .webm files with VP8 encoding and when I run the project an error says : “Error : Unable to read movie header for library/metadata/[filename].resource”

I checked the “Override for Android” and “Transcode” boxes and specified VP8 in codec dropdown as well. Does someone know if I am missing something?

Thanks

Hi,

For anyone who encounter this problem, it was coming from the videos which had to get the audio track re-encoded.
In Adobe premiere I exported the video as a WebM format with VP8 codec but the audio codec settings has to be changed as well from Opus to Vorbis. Then it will work fine!

6 Likes

thanks a lot man!
worked for me…

Worked for me! Thank you!