Dear VLC experts,
yesterday I started using VLC. Fine player so far, however I encountered one issue:
I have serveral videos where the sound level is too low. I created sortcuts and added --gain=3 to the command line. This works fine. However when I use a colon like this :gain=3, it doesn't work any longer. I'm using :start-time and :stop-time as well and both work fine with a preceeding colon. I tried the audio filter gain too and it doesn't work either.
The complete command line:
"C:\Program Files\Multimedia\VLC\vlc.exe" "D:\Gemeinsame Dateien\Musik\filename.mp4" :audio-filter=gain :gain-value=5 :start-time=93 :stop-time=247
Am I doing anything wrong or is the colon not supported for these parameters? Is there a workaround?