Created
August 28, 2022 10:25
-
-
Save jsfag/eba55708cc93eb3f542c7ba98cf92911 to your computer and use it in GitHub Desktop.
FFMPEG re-encodes in.mp4 with GPU acceleration [AMDGPU, NO-SCALE].
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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