Skip to content

Instantly share code, notes, and snippets.

@SpacyRicochet
Created October 28, 2014 19:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SpacyRicochet/a61d5e94e4e10861c7e4 to your computer and use it in GitHub Desktop.
Save SpacyRicochet/a61d5e94e4e10861c7e4 to your computer and use it in GitHub Desktop.
Crop a portrait video from iMovie exported at 1920x1080
ffmpeg -i iMovieLetterboxedPortrait.mp4 -filter:v "crop=608:1080:656:0" portrait.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment