Skip to content

Instantly share code, notes, and snippets.

@jsfag
Created August 28, 2022 10:25
Show Gist options
  • Save jsfag/eba55708cc93eb3f542c7ba98cf92911 to your computer and use it in GitHub Desktop.
Save jsfag/eba55708cc93eb3f542c7ba98cf92911 to your computer and use it in GitHub Desktop.
FFMPEG re-encodes in.mp4 with GPU acceleration [AMDGPU, NO-SCALE].
ffmpeg.exe -i in.mp4 -threads 16 -usage ultralowlatency -c:v:0 h264_amf -level 1 -quality quality -b:v 6M -bufsize 2000M -maxrate 8M -c:a aac -b:a 128k out.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment