[FFmpeg-trac] #3838(ffprobe:new): ffprobe's "fully_qualified" XML output does not namespace all elements

FFmpeg trac at avcodec.org
Sat Aug 9 06:19:33 CEST 2014


#3838: ffprobe's "fully_qualified" XML output does not namespace all elements
-------------------------------------+-----------------------------------
             Reporter:  misty        |                    Owner:
                 Type:  defect       |                   Status:  new
             Priority:  normal       |                Component:  ffprobe
              Version:  unspecified  |               Resolution:
             Keywords:               |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-----------------------------------

Comment (by misty):

 Command:

 {{{ffprobe -i image.png -print_format xml=fully_qualified=1
 -show_format}}}

 stdout:

 {{{
 <?xml version="1.0" encoding="UTF-8"?>
 <ffprobe:ffprobe xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
 xmlns:ffprobe='http://www.ffmpeg.org/schema/ffprobe'
 xsi:schemaLocation='http://www.ffmpeg.org/schema/ffprobe ffprobe.xsd'>
     <format filename="image.png" nb_streams="1" nb_programs="0"
 format_name="image2" format_long_name="image2 sequence"
 start_time="0.000000" duration="0.040000" probe_score="50"/>
 </ffprobe:ffprobe>
 }}}

 stderr:

 {{{
 ffprobe version N-41239-g6a44699 Copyright (c) 2007-2014 the FFmpeg
 developers
   built on Aug  6 2014 15:09:21 with Apple LLVM version 5.1
 (clang-503.0.40) (based on LLVM 3.4svn)
   configuration: --prefix=/usr/local/Cellar/ffmpeg/HEAD --enable-shared
 --enable-pthreads --enable-gpl --enable-version3 --enable-nonfree
 --enable-hardcoded-tables --enable-avresample --enable-vda --cc=clang
 --host-cflags= --host-ldflags= --enable-libx264 --enable-libfaac --enable-
 libmp3lame --enable-libxvid --enable-ffplay --enable-openssl --enable-
 libcaca
   libavutil      52. 98.100 / 52. 98.100
   libavcodec     55. 73.100 / 55. 73.100
   libavformat    55. 51.101 / 55. 51.101
   libavdevice    55. 13.102 / 55. 13.102
   libavfilter     4. 11.102 /  4. 11.102
   libavresample   1.  3.  0 /  1.  3.  0
   libswscale      2.  6.100 /  2.  6.100
   libswresample   0. 19.100 /  0. 19.100
   libpostproc    52.  3.100 / 52.  3.100
 Input #0, image2, from 'image.png':
   Duration: 00:00:00.04, start: 0.000000, bitrate: N/A
     Stream #0:0: Video: png, rgb24, 239x90, 25 tbr, 25 tbn, 25 tbc
 }}}

--
Ticket URL: <https://trac.ffmpeg.org/ticket/3838#comment:2>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list