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

FFmpeg trac at avcodec.org
Sun Oct 28 15:21:12 CET 2012


#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            |
-------------------------------------+-----------------------------------
Changes (by cehoyos):

 * keywords:  ffprobe, skip_frame => skip_frame
 * priority:  normal => wish
 * version:   => git-master
 * status:  new => open
 * reproduced:  0 => 1


Comment:

 For future tickets: Please always provide the command line together with
 complete, uncut console output.

 I can confirm that the following command line does not execute faster than
 without -skip_frame nokey and takes nearly as long as ffmpeg -i
 Vertical400kbit.sorenson3.mov -f null - (while ffmpeg -skip_frame nokey is
 significantly faster).
 {{{
 $ ffprobe -skip_frame nokey -select_streams v -show_frames fate-
 suite/svq3/Vertical400kbit.sorenson3.mov >test
 ffprobe version N-46093-g14f69a0 Copyright (c) 2007-2012 the FFmpeg
 developers
   built on Oct 28 2012 13:17:25 with gcc 4.7 (SUSE Linux)
   configuration: --enable-gpl --disable-indev=jack
   libavutil      52.  1.100 / 52.  1.100
   libavcodec     54. 69.100 / 54. 69.100
   libavformat    54. 35.100 / 54. 35.100
   libavdevice    54.  3.100 / 54.  3.100
   libavfilter     3. 20.106 /  3. 20.106
   libswscale      2.  1.101 /  2.  1.101
   libswresample   0. 16.100 /  0. 16.100
   libpostproc    52.  1.100 / 52.  1.100
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x1baddc0] max_analyze_duration 5000000 reached
 at 5000998
 Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'fate-
 suite/svq3/Vertical400kbit.sorenson3.mov':
   Metadata:
     creation_time   : 2001-03-20 16:17:18
     title           : Vertical Online SV3 Demo
     title-eng       : Vertical Online SV3 Demo
     artist          : Logan Kelsey
     artist-eng      : Logan Kelsey
     copyright       : © Vertical Online 2001
     copyright-eng   : © Vertical Online 2001
     encoder         : Sorenson Video 3
     encoder-eng     : Sorenson Video 3
   Duration: 00:00:43.57, start: 0.000000, bitrate: 580 kb/s
     Stream #0:0(eng): Video: svq3 (SVQ3 / 0x33515653), yuvj420p, 320x240,
 391 kb/s, 30.02 fps, 30 tbr, 600 tbn, 600 tbc
     Metadata:
       creation_time   : 2001-03-20 16:17:18
       handler_name    : Apple Alias Data Handler
     Stream #0:1(eng): Audio: adpcm_ima_qt (ima4 / 0x34616D69), 44100 Hz, 1
 channels, s16p, 176 kb/s
     Metadata:
       creation_time   : 2001-03-20 16:17:18
       handler_name    : Apple Alias Data Handler
 }}}

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


More information about the FFmpeg-trac mailing list