Skip to content

Instantly share code, notes, and snippets.

@mgoldey
Created August 16, 2018 18:38
Show Gist options
  • Save mgoldey/d3d50d7bb39b4313359100a4a6af95f9 to your computer and use it in GitHub Desktop.
Save mgoldey/d3d50d7bb39b4313359100a4a6af95f9 to your computer and use it in GitHub Desktop.
crop a video using ffmpeg - 963 from right and 42 from bottom
ffmpeg -i datacorrection.mp4 -filter:v "crop=in_w-963:in_h-42:0:0" test.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment