command line - How to set the volume via commandline on recent VLC versions? -


i've been trying, without success, set volume in vlc [2.2.1] via terminal, on ubuntu.

the parameter --volume doesn't exist anymore (warning: option --volume no longer exists), , can't find in has "volume" in it.

the documentation (https://wiki.videolan.org/documentation:advanced_use_of_vlc/) outdated, still has --volume option in it.

is still possible?

nothing showed in long vlc --longhelp --advanced | grep vol.

if there way execute lua on launch, vlc.volume.set(256) tried find way , failed. doc awful lua extensions , don't think possible...


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -