Skip to content

Instantly share code, notes, and snippets.

@wberdowski
Last active April 17, 2021 13:43
Show Gist options
  • Save wberdowski/41a05d2175605bcee739c9a2fc9613bc to your computer and use it in GitHub Desktop.
Save wberdowski/41a05d2175605bcee739c9a2fc9613bc to your computer and use it in GitHub Desktop.
Changes default VLC launch parameters in order to play all audio tracks of Nvidia ShadowPlay MP4 files.
Windows Registry Editor Version 5.00
; WARNING!
; RUN ONLY IF YOUR VLC INSTALLATION DIRECTORY IS C:\Program Files\VideoLAN\VLC
; WARNING!
[HKEY_CLASSES_ROOT\VLC.mp4\shell\Open\command]
@="\"C:\\Program Files\\VideoLAN\\VLC\\vlc.exe\" --started-from-file \"%1\" --sout-all --sout #display"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment