I had a heck of a time getting this to work. I thought my graphics card - an old R9 290 - was making it a lost cause, but after digging through the Arch Wiki, I finally found the solution. I've tested this on both Arch and Manjaro, and so far it works flawlessly.
Essential Details can be found here:
[ Ссылка ]
[ Ссылка ]
To convert h.264 file to something that will work in Linux:
ffmpeg -i input.mp4 -c:v dnxhd -profile:v dnxhr_hq -pix_fmt yuv422p -c:a pcm_s16le -f mov output.mov
Ещё видео!