[FFmpeg-trac] #1020(FFmpeg:new): tools/graph2dot appears to be using different graph parser

FFmpeg trac at avcodec.org
Fri Feb 24 12:21:00 CET 2012


#1020: tools/graph2dot appears to be using different graph parser
-------------------------------------+-------------------------------------
             Reporter:  jamiel       |                     Type:  defect
               Status:  new          |                 Priority:  normal
            Component:  FFmpeg       |                  Version:  0.10
             Keywords:  graph2dot,   |               Blocked By:
  tools                              |  Reproduced by developer:  0
             Blocking:               |
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 When trying to debug a graph line, I am getting different results from
 graph2dot than I do from the main ffmpeg source.

 Example:

 {{{
 $ ffmpeg -i INPUT -vf "[in] split [no-color], fifo, [with-color] overlay
 [out]; [no-color] fifo, select='gte(t,10)*lte(t,20)' [with-color]" output

 *snip*
 Press [q] to stop, [?] for help
 frame=  480 fps=  8 q=-1.0 Lsize=    6002kB time=00:00:19.91
 bitrate=2468.8kbits/s

 $ echo "[in] split [no-color], fifo, [with-color] overlay [out]; [no-
 color] fifo, select='gte(t,10)*lte(t,20)' [with-color]" | ./graph2dot -o
 graph.tmp

 [fifo @ 0x804dad0]
 [fifo @ 0x804e390]
 Input pad "default" for the filter "Parsed_split_0" of type "split" not
 connected to any source
 }}}

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


More information about the FFmpeg-trac mailing list