[FFmpeg-user] astats to csv file

Paul B Mahol onemda at gmail.com
Thu Feb 11 18:14:57 EET 2021


On Thu, Feb 11, 2021 at 4:40 PM Benjamin Houtman <houtmania at gmail.com>
wrote:

> Thank you,
> I ran the
>
> ffprobe -f lavfi -i amovie=X.flac,astats=metadata=1 -show_frames -of csv
>
> command, but I don't need the entire printout, just the "Parsed_astats..."
> data that appears at the end of the printout. How would I limit the results
> to just that?
>
>
It is not written as example but with english skills you can find that
command is:
ffprobe -f lavfi -i amovie=INPUT.flac,astats=metadata=1 -show_entries
tags=lavfi.astats.Overall.Noise_floor_count


> On Thu, Feb 11, 2021 at 10:07 AM Michael Koch <astroelectronic at t-online.de
> >
> wrote:
>
> > Am 11.02.2021 um 15:48 schrieb Benjamin Houtman:
> > > How would that translate into a csv file?
> >
> > The example in chapter 2.113 of my book might help. It's for another
> > filter, but also with *.csv output.
> > http://www.astro-electronic.de/FFmpeg_Book.pdf
> >
> > Michael
> >
> > _______________________________________________
> > ffmpeg-user mailing list
> > ffmpeg-user at ffmpeg.org
> > https://ffmpeg.org/mailman/listinfo/ffmpeg-user
> >
> > To unsubscribe, visit link above, or email
> > ffmpeg-user-request at ffmpeg.org with subject "unsubscribe".
>
>
>
> --
> Benjamin Houtman
> Archivist
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-user
>
> To unsubscribe, visit link above, or email
> ffmpeg-user-request at ffmpeg.org with subject "unsubscribe".


More information about the ffmpeg-user mailing list