Page 1 of 1

VLC audio bar graph trouble

Posted: 17 Apr 2014 07:04
by littlejib
I've been trying to impliment the Audio bar graph overlay feature as described here. But, while the overlay displays, it doesn't display the audio level. I'm running windows, and following the instructions. I've reinstalled vlc, reset prefrences and altered the setting slightly, but still no luck, anyone else had this problem before and found the solution?

Thanks

Re: VLC audio bar graph trouble

Posted: 22 Sep 2014 16:04
by kodela
I have a similar problem. The audio meter is displayed, but not the volume. It is a static bar without movement.

I work with Windows.

Re: VLC audio bar graph trouble

Posted: 24 Sep 2014 11:07
by kodela
For more information about my problem:

Run VLC with:
"C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" --rc-host localhost:12345

Messages:
Verbosity=2
Filter="audiobargraph"

Code: Select all

main debug: looking for sub source module matching "audiobargraph_v": 6 candidates main debug: using sub source module "audiobargraph_v" main debug: Filter 'audiobargraph_v' (0797b12c) appended to chain main debug: looking for audio filter module matching "audiobargraph_a": 14 candidates main debug: using audio filter module "audiobargraph_a" audiobargraph_a debug: message values : @audiobargraph_v audiobargraph_v-i_values 0.001438:0.000584 audiobargraph_a debug: message values : @audiobargraph_v audiobargraph_v-i_values 0.003062:0.002027 audiobargraph_a debug: message values : @audiobargraph_v audiobargraph_v-i_values 0.002798:0.002788 ... ... audiobargraph_a debug: message alarm : @audiobargraph_v audiobargraph_v-alarm 1 audiobargraph_a debug: message values : @audiobargraph_v audiobargraph_v-i_values 0.131345:0.133691 audiobargraph_a debug: message values : @audiobargraph_v audiobargraph_v-i_values 0.137137:0.127979 audiobargraph_a debug: message values : @audiobargraph_v audiobargraph_v-i_values 0.118901:0.089939 ... ... audiobargraph_a debug: message alarm : @audiobargraph_v audiobargraph_v-alarm 0 audiobargraph_a debug: message values : @audiobargraph_v audiobargraph_v-i_values 0.038443:0.027152 audiobargraph_a debug: message values : @audiobargraph_v audiobargraph_v-i_values 0.031455:0.027753 audiobargraph_a debug: message values : @audiobargraph_v audiobargraph_v-i_values 0.033483:0.027220 ... ... main debug: removing module "audiobargraph_a" main debug: removing module "audiobargraph_v"

Re: VLC audio bar graph trouble

Posted: 26 Sep 2014 13:34
by kodela
If I in Interface Main interfaces → RC not enable "Do not open a DOS command box interface", then I see in the DOS command box these error messages:

Code: Select all

[02857e34] main vout display error: Failed to resize display status change: ( audio volume: 256 ) [00501ce4] main audio output error: cannot add user audio filter "audiobargraph_a" (skipped)

Re: VLC audio bar graph trouble

Posted: 27 Sep 2014 15:11
by kodela
With 2.0.8 works it fine.

Is it a bug under Rincewind?