Skip to content

Instantly share code, notes, and snippets.

@Simoneth
Created February 10, 2023 09:41
Show Gist options
  • Save Simoneth/6717555021d95732a9fac10a8448a52c to your computer and use it in GitHub Desktop.
Save Simoneth/6717555021d95732a9fac10a8448a52c to your computer and use it in GitHub Desktop.
ffmpeg -i input.mp4 -ss "00:00:00" -to "00:00:05" -filter:v "scale=iw*min(405/iw\,720/ih):ih*min(405/iw\,720/ih),crop=405:720" -c:v libx264 -crf 18 -an output_file.mp4
ffmpeg -i input.mp4 -ss "00:00:00" -to "00:00:05" -filter:v "scale=iw*min(405/iw,720/ih):ih*min(405/iw,720/ih),crop=405:720" -c:v libx264 -crf 18 -an output_file.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment