[FFmpeg-user] astats to csv file

Pieter Venter pietventer at gmail.com
Thu Feb 11 16:56:32 EET 2021


On Thu, Feb 11, 2021 at 9:48 AM Benjamin Houtman <houtmania at gmail.com>
wrote:

> How would that translate into a csv file?
>

ffprobe -f lavfi -i amovie=X.flac,astats=metadata=1 -show_frames -of csv

See this section:
http://ffmpeg.org/ffprobe.html#toc-Writers


>
> On Thu, Feb 11, 2021 at 8:47 AM Paul B Mahol <onemda at gmail.com> wrote:
>
> > On Thu, Feb 11, 2021 at 2:35 PM Benjamin Houtman <houtmania at gmail.com>
> > wrote:
> >
> > > I've tried ffprobe at a basic level but it doesn't provide what I'm
> > looking
> > > for, at least as I know how to use it. I basically want the
> > > "Parsed_astats..."  outputs in columns as header: value, for multiple
> wav
> > > files in a folder.
> > >
> >
> > ffprobe -f lavfi -i amovie=X.flac,astats=metadata=1 -show_frames
> >
> >
> > > On Thu, Feb 11, 2021 at 8:16 AM Paul B Mahol <onemda at gmail.com> wrote:
> > >
> > > > On Thu, Feb 11, 2021 at 2:13 PM Benjamin Houtman <
> houtmania at gmail.com>
> > > > wrote:
> > > >
> > > > > I'm trying to find a simple way to push a file's astats metadata
> to a
> > > csv
> > > > > file with headers. It feels like it should be easy to do, but I've
> > not
> > > > been
> > > > > successful so far.
> > > > >
> > > >
> > > > Tried ffprobe csv output with filtering?
> > > >
> > > >
> > > > > Thanks
> > > > > _______________________________________________
> > > > > 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".
> > > > _______________________________________________
> > > > 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".
> > _______________________________________________
> > 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