SUMMARY Video compressed using ffmpeg on Intel I7 can not be viewed on AMD Ryzen 7 STEPS TO REPRODUCE 1. compress video on Intel i7 using HEVC codec: ffmpeg -hide_banner -init_hw_device qsv=hw -filter_hw_device hw -i uncompressed.mp4 -c:a copy -vf hwupload=extra_hw_frames=64,format=qsv -c:v hevc_qsv -q 25 -r 25 compressed.mp4 2. copy video to computer with AMD Ryzen 7 3. kaffeine compressed.mp4 OBSERVED RESULT video can be viewed using ffplay without any problem but kaffeine only shows flickering images (tone is fine) EXPECTED RESULT SOFTWARE/OS VERSIONS Linux/KDE Plasma: Debian Bullseye ADDITIONAL INFORMATION ffmpeg -hwaccel vaapi -hwaccel_device /dev/dri/renderD128 -hwaccel_output_format vaapi -i uncompressed.mp4 -c:a copy -c:v hevc_vaapi -b:v 250k -r 25 compressd.mp4 works fine on both machines