Skip to content

Instantly share code, notes, and snippets.

@AmmarHaddadi
Last active February 25, 2023 19:09
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 AmmarHaddadi/ca2d4d0d8b96ecf63d1104779803fb14 to your computer and use it in GitHub Desktop.
Save AmmarHaddadi/ca2d4d0d8b96ecf63d1104779803fb14 to your computer and use it in GitHub Desktop.
Trim a video using ffmpeg
ffmpeg -i filename.mp4 -ss 00:00:00 -to 00:01:00 -c copy trimmed_video.mp4

time is in hh:mm:ss format

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment