PDA

View Full Version : Extracting some specific frames from mpeg4 video using ffmpeg


Redhat_doom
5th June 2010, 06:13
Hi All,

I have a huge mpeg4 video and I want to extract only 200MB of the video starting at time 1000sec. How can I do so using ffmpeg? Thanks a lot!

Selur
8th June 2010, 09:18
if
`-ss position'
Seek to given time position in seconds. hh:mm:ss[.xxx] syntax is also supported.
Source: http://www.ffmpeg.org/ffmpeg-doc.html
doesn't work (to jump to the position), it probably can't be done with ffmpeg.