Skip to content

Instantly share code, notes, and snippets.

@vasile
Last active December 6, 2017 19:37
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 vasile/622d61962265699eb96b2164f015a69f to your computer and use it in GitHub Desktop.
Save vasile/622d61962265699eb96b2164f015a69f to your computer and use it in GitHub Desktop.
ffmpeg -i src.MP4 -ss 00:08:10 -to 00:08:55 -async 1 -c copy dst.mp4
ffmpeg -i dst.mp4 -filter:v "crop=1000:900:900:60" dst-crop.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment