Re: [FFmpeg-devel] [PATCH] ffprobe: add -show_headers_first option

2016-09-18 Thread Stefano Sabatini
On date Saturday 2016-09-10 13:51:34 +0200, Nicolas George encoded: > Le tridi 23 fructidor, an CCXXIV, Stefano Sabatini a écrit : [...] > This issue of reading packets to extract information but not clutter the > output with them is the reason I suggested in my example >

Re: [FFmpeg-devel] [PATCH] ffprobe: add -show_headers_first option

2016-09-12 Thread Stefano Sabatini
On date Sunday 2016-09-11 19:42:45 +0200, Stefano Sabatini encoded: > On date Saturday 2016-09-10 13:51:34 +0200, Nicolas George encoded: [...] > > The enabling or disabling of individual fields can also be an option to > > tasks. That allow to support the same features as -show_entries in a more

Re: [FFmpeg-devel] [PATCH] ffprobe: add -show_headers_first option

2016-09-11 Thread Stefano Sabatini
On date Saturday 2016-09-10 13:51:34 +0200, Nicolas George encoded: > Le tridi 23 fructidor, an CCXXIV, Stefano Sabatini a écrit : > > We have the -show_entries option, and we can extend it to consider > > order. The equivalent syntax will then be: > > > > ffprobe -show_entries

Re: [FFmpeg-devel] [PATCH] ffprobe: add -show_headers_first option

2016-09-10 Thread Nicolas George
Le tridi 23 fructidor, an CCXXIV, Stefano Sabatini a écrit : > We have the -show_entries option, and we can extend it to consider > order. The equivalent syntax will then be: > > ffprobe -show_entries format,streams,packets As I said, I never really understood what -show_entries does. I had

Re: [FFmpeg-devel] [PATCH] ffprobe: add -show_headers_first option

2016-09-08 Thread Stefano Sabatini
On date Sunday 2016-09-04 19:09:32 +0200, Nicolas George encoded: > Le nonidi 19 fructidor, an CCXXIV, Stefano Sabatini a écrit : > > This is meant to be used for generating output suitable for the > > ffprobe_default demuxer. > > --- > > ffprobe.c | 30 ++ > > 1 file

Re: [FFmpeg-devel] [PATCH] ffprobe: add -show_headers_first option

2016-09-04 Thread Nicolas George
Le nonidi 19 fructidor, an CCXXIV, Dave Rice a écrit : > I’m not clear as to the reasoning for this, as the ordering of the > elements doesn’t effect any of the meaing of the xml. However I wanted to > note that such reordering would create invalid ffprobe xml. ffprobe.xsd > defines the elements

Re: [FFmpeg-devel] [PATCH] ffprobe: add -show_headers_first option

2016-09-04 Thread Dave Rice
> On Sep 4, 2016, at 1:09 PM, Nicolas George wrote: > > Le nonidi 19 fructidor, an CCXXIV, Stefano Sabatini a écrit : >> This is meant to be used for generating output suitable for the >> ffprobe_default demuxer. >> --- >> ffprobe.c | 30 ++ >> 1 file

Re: [FFmpeg-devel] [PATCH] ffprobe: add -show_headers_first option

2016-09-04 Thread Nicolas George
Le nonidi 19 fructidor, an CCXXIV, Stefano Sabatini a écrit : > This is meant to be used for generating output suitable for the > ffprobe_default demuxer. > --- > ffprobe.c | 30 ++ > 1 file changed, 26 insertions(+), 4 deletions(-) I find the naming a bit clumsy. It