Skip to content

Instantly share code, notes, and snippets.

@Justin-Heer
Created August 16, 2020 14:46
Show Gist options
  • Select an option

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

Select an option

Save Justin-Heer/3d84a3bf067c83415dd03a97169d594e to your computer and use it in GitHub Desktop.
trimmed video to specified length using ffmpeg
ffmpeg -loglevel warning -i input.mp4 -ss 0:00 -to 0:10 output.mp4 -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment