[FFmpeg-trac] #7139(ffprobe:new): ffprobe xsd misses some attributes

FFmpeg trac at avcodec.org
Sun Apr 15 08:06:36 EEST 2018


#7139: ffprobe xsd misses some attributes
---------------------------------+---------------------------------------
             Reporter:  kokorin  |                     Type:  task
               Status:  new      |                 Priority:  normal
            Component:  ffprobe  |                  Version:  unspecified
             Keywords:  xsd      |               Blocked By:
             Blocking:           |  Reproduced by developer:  0
Analyzed by developer:  0        |
---------------------------------+---------------------------------------
 Summary of the bug: ffprobe XSD misses some attributes of '''side_data'''
 element.

 {{{
 <side_data_list>
         <side_data side_data_type="Display Matrix" displaymatrix="
 00000000:            0       65536           0
 00000001:       -65536           0           0
 00000002:            0           0  1073741824
 " rotation="-90"/>
 </side_data_list>
 }}}

 Attributes '''displaymatrix''' and '''rotation''' are absent in
 [http://www.ffmpeg.org/schema/ffprobe.xsd ffprobe.xsd].


 How to reproduce:
 Get video recorded with Android or iPhone (may be other devices) and check
 it with ffprobe.
 {{{
 % ffprobe.exe -bitexact -print_format xml=x=1:q=1 -noprivate -show_data
 -show_streams .\VID_20180317_232636.mp4
 }}}
 Patches should be submitted to the ffmpeg-devel mailing list and not this
 bug tracker.

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


More information about the FFmpeg-trac mailing list