Skip to content

Instantly share code, notes, and snippets.

@k4ml
Created April 17, 2014 05:42
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 k4ml/10955612 to your computer and use it in GitHub Desktop.
Save k4ml/10955612 to your computer and use it in GitHub Desktop.
Cut video using avconv
# cut video at minute 00:00:40 for 4 second.
avconv -i video.mp4 -vcodec copy -acodec copy -ss 00:00:40 -t 00:00:04 output.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment