Last active
April 17, 2021 13:43
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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