Page 1 of 1

Is there a commandt to start vlc with a speific volume?

Posted: 20 Jan 2014 07:20
by Shokarta
Hey guys, is there any command how to start a vlc with a movie with a specific volume?

for example, if i would want to start vlc witha movie with volume on 50% could be somethign like: vlc.exe movie.avi -volume 50

is there any way?

Re: Is there a commandt to start vlc with a speific volume?

Posted: 20 Jan 2014 09:47
by kodela
Start with ~vlc your_video_file.ext --volume=value

example:

your_video_file.ext = D:\test.mp4

value ​​= round up (your specific volume * 2.56)

your specific volume = 77
77 * 2.56 = 197.12
round up (197.12) = 198

value for your specific volume = 198

Start with:
~vlc D:\test.mp4 --volume=77

Re: Is there a commandt to start vlc with a speific volume?

Posted: 23 Jan 2014 22:24
by Shokarta
file not found on vlc
vlc or vlc.exe or ~vlc on command line wont start vlc, but double click on movie does normally, reinstalled, checked but wont start it
and start movie by just test.avi --volume=77 wont do the trick

Re: Is there a commandt to start vlc with a speific volume?

Posted: 24 Jan 2014 01:19
by kodela
for "~ vlc" mechanism, must you write the entire path of the vlc.exe.

Re: Is there a commandt to start vlc with a speific volume?

Posted: 24 Jan 2014 08:35
by Shokarta
--volume=77 doesnt o anything, u sure its right?

Re: Is there a commandt to start vlc with a speific volume?

Posted: 24 Jan 2014 15:02
by kodela
I'm sorry, what I have written here
Start with:
~ vlc D:\test.mp4 --volume=77
is wrong. That's right:
Start with:
~ vlc D:\test.mp4 --volume=198
Here is an example:

"C:\Program Files\VideoLAN\VLC\vlc.exe" D:\MyUsername\Videos\Bartoli.mkv -f --volume=198

-f switch to full screen mode and --volume=198 sets the volume to 77%.

Re: Is there a commandt to start vlc with a speific volume?

Posted: 26 Jan 2014 01:58
by Shokarta
-f works fine...
--volume doesnt work at all\using version 2.1.2 rincewind

Re: Is there a commandt to start vlc with a speific volume?

Posted: 26 Jan 2014 10:01
by kodela
Yes, that's right. The parameter --volume are not respected by 2.1.x

This is one of many bugs in Rincewind.

I work, therefore, only with VLC 2.0.8

Re: Is there a commandt to start vlc with a speific volume?

Posted: 26 Jan 2014 14:48
by kodela
Hi,

according to information from VieoLAN this is not a bug, it is explicitly deprecated since 2.1.0.

See here: https://trac.videolan.org/vlc/ticket/10492

Re: Is there a commandt to start vlc with a speific volume?

Posted: 26 Jan 2014 18:15
by Rémi Denis-Courmont

Re: Is there a commandt to start vlc with a speific volume?

Posted: 26 Jan 2014 18:29
by Shokarta
--directx-volume=0.35 works fine, will start movie with 35% volume