Re: [FFmpeg-devel] [PATCH v3] ffprobe: Allow unknown format private AVOptions

2020-07-01 Thread Marton Balint
On Wed, 1 Jul 2020, Derek Buitenhuis wrote: This useful, because by ffprobe's very nature, you use it to probe a file and find out what it is. Requiring every format private option to be known to the demuxer forces one to run ffprobe twice, if one wants to use ffprobe in a generic way. For ex

[FFmpeg-devel] [PATCH v3] ffprobe: Allow unknown format private AVOptions

2020-07-01 Thread Derek Buitenhuis
This useful, because by ffprobe's very nature, you use it to probe a file and find out what it is. Requiring every format private option to be known to the demuxer forces one to run ffprobe twice, if one wants to use ffprobe in a generic way. For example, say one wants to probe all user-uploaded f