[FFmpeg-devel] [PATCH] filters/metadata: add CSV output support

Nicolas George george at nsup.org
Thu Feb 25 13:47:26 EET 2021


Werner Robitza (12021-02-25):
> After fiddling around a bit, when I run:
> 
> ffprobe -loglevel error -f lavfi -i "testsrc,signalstats"
> -show_entries tags -of csv=nk=0 | head -n 1
> 
> I get a line like:
> 
> packet,tag:lavfi.signalstats.YMIN=16,tag:lavfi.signalstats.YLOW=16,…

I doubt ffprobe did output an ellipsis character on its own.

For simpler parsing, use a different writer than csv. I would recommend
flat.

Regards,

-- 
  Nicolas George
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20210225/694a7479/attachment.sig>


More information about the ffmpeg-devel mailing list