Created
May 31, 2020 13:37
-
-
Save Delivator/8f15ccf7f9f3b4ac514f6451fc75137f to your computer and use it in GitHub Desktop.
Adds "--sout-all --sout #display" arguments to VLC's .mp4 extension to play all available audio sources. Useful if you split audio tracks with shadowplay.
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 | |
[HKEY_CLASSES_ROOT\VLC.mp4\shell\Open\command] | |
@="\"C:\\Program Files\\VideoLAN\\VLC\\vlc.exe\" --started-from-file --sout-all --sout \"#display\" \"%1\"" | |
Thank you, that's exactly what i was looking for, and even exactly for that reason. Shadowplay recordings.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Damn, you're a fuckin' legend bro.