[FFmpeg-trac] #7153(ffprobe:new): ffprobe show_entries packet omits ", " output csv

FFmpeg trac at avcodec.org
Sun Apr 22 08:57:59 EEST 2018


#7153: ffprobe show_entries packet omits "," output csv
---------------------------------+---------------------------------------
             Reporter:  nicol    |                     Type:  defect
               Status:  new      |                 Priority:  minor
            Component:  ffprobe  |                  Version:  unspecified
             Keywords:  csv      |               Blocked By:
             Blocking:           |  Reproduced by developer:  0
Analyzed by developer:  0        |
---------------------------------+---------------------------------------
 Summary of the bug: ffprobe show_entries packet omits "," output csv.
 How to reproduce:
 {{{
 % ffprobe -select_streams v:0 -show_entries packet=flags input.ts -of csv
 ffprobe version N-90796-ge5ba5fab49
 built on ... Windows zeranoe
 }}}

 outputs
 {{{
 packet,K_side_data,

 packet,__side_data,
 }}}


 That should be
 {{{
 packet,K_,side_data,

 packet,__,side_data,
 }}}

 Output other formats are fine, default, flat, ini, json and xml.

 Patches should be submitted to the ffmpeg-devel mailing list and not this
 bug tracker.

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


More information about the FFmpeg-trac mailing list