Re: [FFmpeg-user] astats to csv file

2021-02-13 Thread Reino Wijnsma
On 2021-02-11T16:39:47+0100, Benjamin Houtman wrote: > 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

Re: [FFmpeg-user] astats to csv file

2021-02-11 Thread Paul B Mahol
On Thu, Feb 11, 2021 at 4:40 PM Benjamin Houtman 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

Re: [FFmpeg-user] astats to csv file

2021-02-11 Thread Benjamin Houtman
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? On Thu, Feb 11, 2021 at 10:07 AM

Re: [FFmpeg-user] astats to csv file

2021-02-11 Thread Michael Koch
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

Re: [FFmpeg-user] astats to csv file

2021-02-11 Thread Pieter Venter
On Thu, Feb 11, 2021 at 9:48 AM Benjamin Houtman 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 wrote:

Re: [FFmpeg-user] astats to csv file

2021-02-11 Thread Benjamin Houtman
How would that translate into a csv file? On Thu, Feb 11, 2021 at 8:47 AM Paul B Mahol wrote: > On Thu, Feb 11, 2021 at 2:35 PM Benjamin Houtman > 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

Re: [FFmpeg-user] astats to csv file

2021-02-11 Thread Paul B Mahol
On Thu, Feb 11, 2021 at 2:35 PM Benjamin Houtman 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. >

Re: [FFmpeg-user] astats to csv file

2021-02-11 Thread Benjamin Houtman
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. On Thu, Feb 11, 2021 at 8:16 AM Paul B Mahol wrote: > On Thu, Feb

Re: [FFmpeg-user] astats to csv file

2021-02-11 Thread Paul B Mahol
On Thu, Feb 11, 2021 at 2:13 PM Benjamin Houtman 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] astats to csv file

2021-02-11 Thread Benjamin Houtman
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. Thanks ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org