Video Player Which Can Play Muiltiple Aduio Tracks
five Answers 5
answered Nov v 2022 at 19:42
                              
JamesJames
403 1 aureate badge 5 argent badges 15 statuary badges
three
If you're running windows, the default player (windows media thespian) mix all tracks past default, at least on Win8. I don't like WMP and I'1000 still using VLC only WMP does the task when you need it.
answered Jun 23 2014 at 4:33
                              
ScandaleScandale
93 1 gold bluecoat ane silverish badge x bronze badges
One of the possible ways is to to run multiple instances of VLC. This folio from VLC wiki details how this can exist done; in a nutshell:
- Windows: Tools > Preferences... > Interface > playlist and instances:                  
- uncheck "Let only 1 instance"
 - uncheck "use only one instance when started from file manager"
 
 - Bone X:                  
- paste the lawmaking below into a new AppleScript Editor script
 - save information technology every bit an application
 
 
                on run     exercise shell script "open -north /Applications/VLC.app"     tell application "VLC" to activate end run  on open theFiles     echo with theFile in theFiles         practise shell script "open -na /Applications/VLC.app " & quote & (POSIX path of theFile) & quote     end echo     tell awarding "VLC" to activate terminate open                                          answered Jun 23 2022 at 17:thirteen
                                  
yurkennisyurkennis
507 1 gold badge 6 silver badges 18 bronze badges
i
-                                 
I'grand on Windows and your solution actually worked very well. Thank you.
November 27 2022 at 17:54
 
answered Feb 23 2013 at 9:25
                              
ShankarShankar
145 one silver badge eight bronze badges
1
-                                 
excuse me for the word just movie maker sucks, I could demux the video file though and combine the tracks. I only want to get it playing at the same time. thanks for the respond though
February 23 2013 at x:59
 
I used James command line options to create a context menu option in windows for my Shadowplay mp4 files. Also I know this is one-time, but they nevertheless don't have a gui option for this for some reason. At least not that I could tell.
              Windows Registry Editor Version v.00  [HKEY_CLASSES_ROOT\VLC.mp4\beat\PlayWithVLCMixAudio] @="Play with VLC media player with mixed audio tracks" "Icon"="\"C:\\Program Files\\VideoLAN\\VLC\\vlc.exe\",0" "MultiSelectModel"="Player"  [HKEY_CLASSES_ROOT\VLC.mp4\shell\PlayWithVLCMixAudio\control] @="\"C:\\Plan Files\\VideoLAN\\VLC\\vlc.exe\" --sout-all --sout #display \"%1%\" --started-from-file --no-playlist-enqueue \"%ane\""                                    answered Feb 1 2022 at 0:32
                              
Not the answer you're looking for? Browse other questions tagged audio vlc-media-histrion or ask your own question.
coffmanprotiong1936.blogspot.com
Source: https://superuser.com/questions/556182/how-to-play-multiple-audio-track-of-video-simultaneously-on-vlc
I found it superuseful to create a .cmd file with this -
start "" "C:\Plan Files (x86)\VideoLAN\VLC\vlc.exe" --sout-all --sout #brandish %i%.. I can now only drag audio+video files on the cmd file and they both play in sync. Idea from the link as well.Mar 22 2022 at 18:10
awesome, hard for me to understand why they did non make this an pick in the context card but alright...shortcut information technology is, I guess
Aug 30 2022 at 10:xx
doesn't piece of work in contempo versions
2 days agone