#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
_______________________________________________
FFmpeg-trac mailing list
[email protected]
http://avcodec.org/mailman/listinfo/ffmpeg-trac

Reply via email to