[FFmpeg-trac] #1877(avfilter:new): filter to seek to X frame to start encoding from

FFmpeg trac at avcodec.org
Thu Nov 1 16:13:43 CET 2012


#1877: filter to seek to X frame to start encoding from
---------------------------------------+----------------------------------
               Reporter:  compn        |                  Owner:
                   Type:  enhancement  |                 Status:  new
               Priority:  wish         |              Component:  avfilter
                Version:  git-master   |               Keywords:
             Blocked By:               |               Blocking:
Reproduced by developer:  0            |  Analyzed by developer:  0
---------------------------------------+----------------------------------
 a lot of users want a feature where they can specify the exact frame to
 start encoding from.

 like ffmpeg -ss:f 344 -i input.avi

 i was thinking this could be done as a filter, and it would silently drop
 frames until it hit frame 344.

 mp framestep can be modified to do this , instead of continually seeking
 to the next frame, it can be set to only seek once.

-- 
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/1877>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list