#1859: feature request: making skip_stream work with ffprobe
-------------------------------------+-----------------------------------
             Reporter:  vineet156    |                    Owner:
                 Type:  enhancement  |                   Status:  open
             Priority:  wish         |                Component:  FFprobe
              Version:  git-master   |               Resolution:
             Keywords:  skip_frame   |               Blocked By:
             Blocking:               |  Reproduced by developer:  1
Analyzed by developer:  0            |
-------------------------------------+-----------------------------------

Comment (by cehoyos):

 Replying to [comment:4 vineet156]:
 > This is my command line.
 > ffmpeg -skip_frame nokey -i 1280x720_Shinkarenko-Gonzalez.mp4 -vf
 showinfo='iskey' -f null -

 But can't you confirm that there is a tiny, tiny speed difference between
 the following two commands:
 {{{
 $ time ffmpeg -skip_frame nokey -i 1280x720_Shinkarenko-Gonzalez.mp4 -vf
 showinfo='iskey' -f null test1
 }}}
 {{{
 $ time ffmpeg -i 1280x720_Shinkarenko-Gonzalez.mp4 -vf showinfo='iskey' -f
 null test2
 }}}
 indicating that -skip_frame nokey is working as expected with ffmpeg?

 The way I understand your original report is that you want to see the same
 speed gain with ffprobe than with ffmpeg, if you just don't want to see
 the output,  at least with ffmpeg you can use the select filter.

-- 
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/1859#comment:5>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker
_______________________________________________
FFmpeg-trac mailing list
[email protected]
http://avcodec.org/mailman/listinfo/ffmpeg-trac

Reply via email to