On Thu, Feb 25, 2021 at 1:32 AM Paul B Mahol <[email protected]> wrote: > On Wed, Feb 24, 2021 at 9:48 PM Werner Robitza <[email protected]> > wrote: >> Could please show an example on how to achieve this with ffprobe? > See same thread where I replied or use search.
If you are referring to: -vf your_filter,metadata=mode=print That does not work in ffprobe. For instance, using the patch I submitted, I can get easy to parse output like: $ ffmpeg -f lavfi -i testsrc -frames:v 1 -filter:v signalstats,metadata=mode=print:format=csv -f null /dev/null frame,pts,pts_time,key,value 0,0,0,lavfi.signalstats.YMIN,4 … How would I get the same with ffprobe? _______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
