Skip to content

Instantly share code, notes, and snippets.

@Justin-Heer
Last active August 16, 2020 15:10
Show Gist options
  • Select an option

  • Save Justin-Heer/9979079ee4c1ebf3b42611e35b853f19 to your computer and use it in GitHub Desktop.

Select an option

Save Justin-Heer/9979079ee4c1ebf3b42611e35b853f19 to your computer and use it in GitHub Desktop.
crops video to desired position
ffmpeg -loglevel warning -i output.mp4 -filter:v "crop=225:350:445:0 " cropped.mp4 -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment