Skip to content

Instantly share code, notes, and snippets.

@ConnorBaker
Last active June 24, 2020 22:17
Show Gist options
  • Select an option

  • Save ConnorBaker/502b5a9c4dd79abfc39bd8b3e8ee02fe to your computer and use it in GitHub Desktop.

Select an option

Save ConnorBaker/502b5a9c4dd79abfc39bd8b3e8ee02fe to your computer and use it in GitHub Desktop.
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