Skip to content

Instantly share code, notes, and snippets.

@mlambie
Created December 13, 2010 16:07
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 mlambie/739154 to your computer and use it in GitHub Desktop.
Save mlambie/739154 to your computer and use it in GitHub Desktop.
mencoder -endpos 01:00:00 -ovc copy -oac copy input.avi -o first_hour.avi
mencoder -ss 01:00:00 -oac copy -ovc copy input.avi -o remainder.avi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment