Skip to content

Instantly share code, notes, and snippets.

@Cremator
Created September 14, 2022 09:00
Show Gist options
  • Save Cremator/6b7186f6950c3a6f26bbf3c63def2cee to your computer and use it in GitHub Desktop.
Save Cremator/6b7186f6950c3a6f26bbf3c63def2cee to your computer and use it in GitHub Desktop.
Benchmark Intel QuickSync hevc to h264 transcode
ffmpeg -y -init_hw_device qsv=hw -filter_hw_device hw -hwaccel qsv -c:v hevc_qsv -i input_video.mkv -c:v h264_qsv -vf 'vpp_qsv=format=nv12' -c:a copy -f null -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment