Skip to content

Instantly share code, notes, and snippets.

@nikolasd
Created April 14, 2019 08:50
Show Gist options
  • Save nikolasd/dbcf7c959cee0f623947504ca780180e to your computer and use it in GitHub Desktop.
Save nikolasd/dbcf7c959cee0f623947504ca780180e to your computer and use it in GitHub Desktop.
ffmpeg -i in_movie.mkv -c:v libx265 -crf 28 -preset veryslow -tune fastdecode -vf "scale='-1:min(1080,ih)'" -f mp4 out_movie.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment