Skip to main content

Update: the previously suggested --volume argument no longer works.

In more recent versions of VLC, you may adjust volume manually via commandline parametervia command line parameter:

vlc.exe [file] --gain [value]

The value is documented in --help --advanced to be a float in range of [0.000000 .. 8.000000], but test show that higher, even much higher values are also accepted (tested up to few thousands).

The gain value is independent of volume value, ege.g. regardless of the gain value and effective volume, the in-application volume will show as 100% or any other preset value.

The argument is as of this moment not defined in the manual.

Example:

vlc.exe %HOMEDIR%\Desktop\movie.flv --gain 168

Update: the previously suggested --volume argument no longer works.

In more recent versions of VLC, you may adjust volume manually via commandline parameter:

vlc.exe [file] --gain [value]

The value is documented in --help --advanced to be a float in range of [0.000000 .. 8.000000], but test show that higher, even much higher values are also accepted (tested up to few thousands).

The gain value is independent of volume value, eg. regardless of the gain value and effective volume, the in-application volume will show as 100% or any other preset value.

The argument is as of this moment not defined in the manual.

Example:

vlc.exe %HOMEDIR%\Desktop\movie.flv --gain 16

Update: the previously suggested --volume argument no longer works.

In more recent versions of VLC, you may adjust volume manually via command line parameter:

vlc.exe [file] --gain [value]

The value is documented in --help --advanced to be a float in range of [0.000000 .. 8.000000], but test show that higher, even much higher values are also accepted (tested up to few thousands).

The gain value is independent of volume value, e.g. regardless of the gain value and effective volume, the in-application volume will show as 100% or any other preset value.

Example:

vlc.exe %HOMEDIR%\Desktop\movie.flv --gain 8
Updated for new versions
Source Link

ObsoleteUpdate: This answer is not valid for newer versions of VLCthe previously suggested --volume argument no longer works.

YouIn more recent versions of VLC, you may adjust volume manually via commandline parameter:

vlc.exe [file] --volumegain [value]

The manual claims that the maximum volume value is documented in 1024--help --advanced, yet actually you can put any value. The to be a float in range of 256[0.000000 .. 8.000000] corresponds to 100%, but test show that higher, even much higher values are also accepted 512 to 200% and so on. Tried(tested up to few thousands).

The gain value is independent of volume value, eg. regardless of the gain value and effective volume, the in-application volume will show as 4096100% and it workedor any other preset value.

The argument is as of this moment not defined in the :)manual.

Example:

vlc.exe %HOMEDIR%\Desktop\movie.flv --volumegain 204816

Obsolete: This answer is not valid for newer versions of VLC

You may adjust volume manually via commandline parameter:

vlc.exe [file] --volume [value]

The manual claims that the maximum volume value is 1024, yet actually you can put any value. The 256 corresponds to 100%, 512 to 200% and so on. Tried up to 4096 and it worked :)

Example:

vlc.exe %HOMEDIR%\Desktop\movie.flv --volume 2048

Update: the previously suggested --volume argument no longer works.

In more recent versions of VLC, you may adjust volume manually via commandline parameter:

vlc.exe [file] --gain [value]

The value is documented in --help --advanced to be a float in range of [0.000000 .. 8.000000], but test show that higher, even much higher values are also accepted (tested up to few thousands).

The gain value is independent of volume value, eg. regardless of the gain value and effective volume, the in-application volume will show as 100% or any other preset value.

The argument is as of this moment not defined in the manual.

Example:

vlc.exe %HOMEDIR%\Desktop\movie.flv --gain 16

Obsolete: This answer is not valid for newer versions of VLC

You may adjust volume manually via commandline parameter:

vlc.exe [file] --volume [value]

The manual claims that the maximum volume value is 1024, yet actually you can put any value. The 256 corresponds to 100%, 512 to 200% and so on. Tried up to 4096 and it worked :)

Example:

vlc.exe %HOMEDIR%\Desktop\movie.flv --volume 2048

You may adjust volume manually via commandline parameter:

vlc.exe [file] --volume [value]

The manual claims that the maximum volume value is 1024, yet actually you can put any value. The 256 corresponds to 100%, 512 to 200% and so on. Tried up to 4096 and it worked :)

Example:

vlc.exe %HOMEDIR%\Desktop\movie.flv --volume 2048

Obsolete: This answer is not valid for newer versions of VLC

You may adjust volume manually via commandline parameter:

vlc.exe [file] --volume [value]

The manual claims that the maximum volume value is 1024, yet actually you can put any value. The 256 corresponds to 100%, 512 to 200% and so on. Tried up to 4096 and it worked :)

Example:

vlc.exe %HOMEDIR%\Desktop\movie.flv --volume 2048
Source Link
Loading