[FFmpeg-user] Error configuring filters. (AudioBars)

2017-06-12 Thread Manmathan
Trying to figure out how to display audiobar. ffplay -f lavfi "amovie=p.mp4, asplit [a][out1]; [a] showvolume=f=255:b=4:w=720:h=68 [out0]" *Error No Such filter : "showvolume". * *Invalid arguments.* Downloaded the latest from ffmpeg website, but the list as per "ffmpeg -filters" doesnot show

Re: [FFmpeg-user] Error configuring filters. (AudioBars)

2017-06-12 Thread Paul B Mahol
On 6/12/17, Manmathan wrote: > Trying to figure out how to display audiobar. > > ffplay -f lavfi "amovie=p.mp4, asplit [a][out1]; [a] > showvolume=f=255:b=4:w=720:h=68 [out0]" > > *Error No Such filter : "showvolume". * > *Invalid arguments.* > > Downloaded the latest from ffmpeg website, but the

Re: [FFmpeg-user] Error configuring filters. (AudioBars)

2017-06-12 Thread Manmathan
Actually downloaded the ffmpeg,not the filters. Could you please guide *how to install the filter*. I am on Win7 and have git installed. Thanks.. -- View this message in context: http://www.ffmpeg-archive.org/Error-configuring-filters-AudioBars-tp4680275p4680277.html Sent from the FFmpeg-users

Re: [FFmpeg-user] Error configuring filters. (AudioBars)

2017-06-12 Thread Paul B Mahol
On 6/12/17, Manmathan wrote: > Actually downloaded the ffmpeg,not the filters. Could you please guide *how > to install the filter*. I am on Win7 and have git installed. FFmpeg.exe have all the filters, including showvolume. So make sure that you run correct ffmpeg.exe __

Re: [FFmpeg-user] Error configuring filters. (AudioBars)

2017-06-12 Thread Manmathan
The path was pointing to another (portable) ffmpeg folder. Editted the path...Worked. Thank you so much... -- View this message in context: http://www.ffmpeg-archive.org/Error-configuring-filters-AudioBars-tp4680275p4680281.html Sent from the FFmpeg-users mailing list archive at Nabble.com. _

Re: [FFmpeg-user] Error configuring filters. (AudioBars)

2017-06-12 Thread Moritz Barsnick
On Mon, Jun 12, 2017 at 04:48:00 -0700, Manmathan wrote: > Actually downloaded the ffmpeg,not the filters. Could you please guide *how > to install the filter*. I am on Win7 and have git installed. If you downloaded the Windows version of ffmpeg here: https://ffmpeg.zeranoe.com/builds/ it should h

Re: [FFmpeg-user] Error configuring filters. (AudioBars)

2017-06-12 Thread Manmathan
Thanks for the information. As mentioned earlier, it is working fine now, was a problem with path to new folder. Also, I had changed the f value to 1, as the error came up. Need some more support for customizing this showvolume, will post on a new thread. -- View this message in context: ht