Last active
June 24, 2020 22:17
-
-
Save ConnorBaker/502b5a9c4dd79abfc39bd8b3e8ee02fe to your computer and use it in GitHub Desktop.
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 -i in.mp4 -c:v libx265 -preset placebo -x265-params "--rc-lookahead=250" -crf 36 -tune animation -c:a libopus -b:a 32k -vbr on -frame_duration 60 -application voip -strict experimental out.mkv |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment