[FFmpeg-trac] #1859(FFprobe:new): feature request: making skip_stream work with ffprobe

FFmpeg trac at avcodec.org
Sun Oct 28 11:09:17 CET 2012


#1859: feature request: making skip_stream work with ffprobe
-------------------------------------+-------------------------------------
             Reporter:  vineet156    |                     Type:
               Status:  new          |  enhancement
            Component:  FFprobe      |                 Priority:  normal
             Keywords:  ffprobe,     |                  Version:
  skip_frame                         |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 I can extract "video stream" frame information using ffprobe
 {{{
 % ffprobe -select_streams v -show_frames -print_format json
 1280x720_Shinkarenko-Gonzalez.mp4 > allframe-info.txt
 }}}

 But if i further add "-skip_frame nokey" to above command

 {{{
 % ffprobe -skip_frame nokey -select_streams v -show_frames -print_format
 json 1280x720_Shinkarenko-Gonzalez.mp4 > keyframe-info.txt
 }}}

 It doesn't make any difference to the output. What I am trying to is
 extract keyframe info. I get this data from first command. But then the
 output file contains detail of all frames and I have to filter out text
 file. Moreover, I feel that using skip_frame will speed up the result I
 need.

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


More information about the FFmpeg-trac mailing list