Page 1 of 1

Controlling Volume In Playlist

Posted: 30 Apr 2021 00:12
by vlcdev
I have a playlist that specifies start and stop times using the following:

#EXTVLCOPT:start-time=213
#EXTVLCOPT:stop-time=353

All works but now I'd like to also control the volume for each individual item within a playlist, is that possible? I tried adding "#EXTVLCOPT:directx-volume=0.4" to the Playlist but it didn't seem to work.

Running VLC for individual files and adding the command "--directx-volume=0.4" works at setting the volume, just can't get it to work within a Playlist.

Thanks.

Re: Controlling Volume In Playlist

Posted: 30 Apr 2021 15:14
by Lotesdelere
I think such options are not allowed in playlists.

Re: Controlling Volume In Playlist

Posted: 30 Apr 2021 17:13
by Rémi Denis-Courmont
As with most output parameters, the audio volume is not tied to the input item.

Re: Controlling Volume In Playlist

Posted: 27 Aug 2022 22:47
by trysting
Wow, being able to control the volume in playlists would be so useful. One of the worst things about using VLC for multiple files from multiple sources is being blasted with noise, only to have the next item a low mutter. Who watches playlists with hands poised over the keyboard to adjust every item as it plays?

Re: Controlling Volume In Playlist

Posted: 28 Aug 2022 08:22
by Rémi Denis-Courmont
I have to disagree here. Volume is intended to adjust to current physical listening conditions, not to the source material. Like you probably don't want the same volume out of loud speakers than out of headphones.

There's replay gain for poorly mixed sources.

Re: Controlling Volume In Playlist

Posted: 28 Aug 2022 17:46
by trysting
Replay gain search in VLC documentation just gives a list of parameters, which look like command line arguments of some kind. Volume up and down is user speak, replay gain must be an audiophile thing. Since my playlists are used on multiple configurations, putting as much in the playlist makes the individual machine preferences not wreck the results.

And, of course, there is the problem of VLC preferences becoming corrupt.