#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
_______________________________________________
FFmpeg-trac mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-trac

Reply via email to