Re: [FFmpeg-devel] [PATCH] ffprobe: allow side-data selection by element

2022-02-03 Thread Gyan Doshi
On 2022-02-02 10:55 am, Gyan Doshi wrote: Plan to push tomorrow. Pushed as e1a14479a81f5366b95df543992a7fe637cf2dde Gyan On 2022-01-31 11:11 am, Gyan Doshi wrote: At present, side data printing forces display for all levels i.e. stream, packets and frames. This can bloat output and also

Re: [FFmpeg-devel] [PATCH] ffprobe: allow side-data selection by element

2022-02-01 Thread Gyan Doshi
Plan to push tomorrow. On 2022-01-31 11:11 am, Gyan Doshi wrote: At present, side data printing forces display for all levels i.e. stream, packets and frames. This can bloat output and also force decode of all frames in selected streams. Now, stream_side_data[=type], packet_side_data[=type] & f

[FFmpeg-devel] [PATCH] ffprobe: allow side-data selection by element

2022-01-30 Thread Gyan Doshi
At present, side data printing forces display for all levels i.e. stream, packets and frames. This can bloat output and also force decode of all frames in selected streams. Now, stream_side_data[=type], packet_side_data[=type] & frame_side_data[=type] can be used with -show_entries to specify carr