Hi, On Wed, Feb 19, 2020 at 8:31 AM Gyan Doshi <ffm...@gyani.pro> wrote: > > Required for reliably identifying streams in MPEGTS-like live inputs. > ---
Can you please explain to me how would this be any different from adding `-show_programs -show_streams` and checking out the listing of those first? Generally going through your use case would probably be useful in this case. In most cases where I have utilized ffprobe, I have ended up wanting at least some information on the streams (and programs in things such as MPEG-TS) in general, so the overhead of parsing those structures generally didn't seem to be too great (I mostly utilize the json output format, which has quite efficient parsing support in languages such as Python). Best regards, Jan _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".