Monthly Archives: January 2011

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: ffmpeg -ss [hh:mm:ss start time] -t [hh:mm:ss duration of clip] -i source-file.avi -acodec copy -vcodec copy

Tagged with: ,
Posted in Uncategorized