I’m not sure if I’m missing any sorts of configurations, video codecs, or whatever, but I’ve been getting “Error while reading movie” whenever I try to import video files.
I’ve been looking into this error but all answers I find are unrelated, usually people trying to import unsupported and uncommon video formats, or like trying to stream urls and such, my case is simple. Maybe MP4 isn’t supported in linux?
- I’m using Manjaro
- I’m in Unity 2021.3.20f1
- It’s an HDRP project
- I’m trying to import a video clip, it’s an MP4
- I can’t even try to play it, the video player component won’t take it as a valid clip.
Full error message: Error while reading movie: /home/username/Game Projects/unityproject/Assets/Videos/introCredits.mp4
I have no clue where to start looking into this issue, does it come from all 7 different clips I tried to use? Does it come from possibly not having some codecs installed on Manjaro? Does it come from Unity being flakey in Linux distros?
I usually don’t have issues like this on windows, but again, I don’t have any ideas what might be causing the issue.