Posterous dies on 4/30/2013 so I've moved all my content and switched to Blogger.

Monday, June 3, 2013

Extracting a video clip with ffmpeg


Extracting a video clip with ffmpeg

I always seem to forget this and never get the same source when I google for it, so this is really just for me:
1
ffmpeg -ss [hh:mm:ss start time] -t [hh:mm:ss duration of clip] -i source-file.avi -acodec copy -vcodec copy clip-output-file.avi

No comments:

Post a Comment