[FFmpeg-user] audio frequency frame by frame
Stefano Sabatini
stefasab at gmail.com
Tue Feb 14 16:37:14 CET 2012
On date Friday 2012-02-10 11:21:17 -0200, Fernanda Rebelatto encoded:
> Em 9 de fevereiro de 2012 21:10, Stefano Sabatini <stefasab at gmail.com> escreveu:
> > You may write an audio filter and perform audio data analysis (hint:
> > you can find many high quality DSP routines in libavcodec in case you
> > want to do some coding).
>
> Which filter could I use? I tried using ashowinfo, but it failed. I
> don't know to use the audio filter in the right way. could it be like
> this: ffmpeg-i input.mp4-filter: a ashowinfo?
What I wanted to say was that a filter *could be written*, right now
there is no such filter but writing it should not be hard.
--
ffmpeg-user random tip #19
X11 session recording with ffmpeg:
ffmpeg -f oss -i /dev/audio -f x11grab -s $WIDTHx$HEIGHT -r 5 -i :0.0 \
x11-session.avi
Use xdpyinfo to get WIDTH and HEIGHT values.
More information about the ffmpeg-user
mailing list