Code: Select all
vlc --sout-all --sout #display
Understandable! Thanks for the command though! I can make a shortcut out of this to drag the file onto.You can play all tracks, but that's too fringe case to handle in the GUI.
vlc --sout-all --sout #display
Code: Select all
start "" "C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" --sout-all --sout #display %1%
It is good to know that VLC can do this. It is useful for audio description. Then there is an interesting behaviour: If I disable the audio in VLC menu, then I can add audio tracks one by one.vlc --sout-all --sout #display
A multilingual audience could watch a film with 2 (or more) audio tracks playing at the same time and using only one multichannel sound card in computer, one audio track through front speakers and the second one through headphones (rear speakers). Probably it is possible to achieve this using "Audio channel remapper" audio filter and 2 VLC instances running in "Network synchronization" mode (netsync works if a slave is started at first and then the master aferwards). I cannot test it as I have only stereo output at the moment. Here is some old related topic with some ideas: https://forum.videolan.org/viewtopic.php?f=7&t=95501I mean playback of one language on front speakers.
And second language on rear speakers.
But then you miss a lot of featuresIt is good to know that VLC can do this. It is useful for audio description. Then there is an interesting behaviour: If I disable the audio in VLC menu, then I can add audio tracks one by one.vlc --sout-all --sout #display
Not a priority, to be honest.A multilingual audience could watch a film with 2 (or more) audio tracks playing at the same time and using only one multichannel sound card in computer, one audio track through front speakers and the second one through headphones (rear speakers). Probably it is possible to achieve this using "Audio channel remapper" audio filter and 2 VLC instances running in "Network synchronization" mode (netsync works if a slave is started at first and then the master aferwards). I cannot test it as I have only stereo output at the moment. Here is some old related topic with some ideas: https://forum.videolan.org/viewtopic.php?f=7&t=95501I mean playback of one language on front speakers.
And second language on rear speakers.
Perhaps VLC could improve these features in the future and find a user-friendly way of implementation in the GUI.
I was able to do this all with ffmpeg. A pity VLC does not implement the mapping like ffmpeg does.Basicly, mapping PID's to devices and vice-versa should already enable most of this case, and also is useful for the case od of mederi
Which is the correct thing to do, tbh. One track is one track. If you want 32channels, put 32channels in the same track.VLC is seeing all the mono audio PID's well, but plays only one at a time.
Unfortunately, the MPEG TS muxer did not allow me to. The source and target were actually 24-channel sound cards (Allen&Heath QU mixers), and I had to split it in order to be able to stream them.Which is the correct thing to do, tbh. One track is one track. If you want 32channels, put 32channels in the same track.VLC is seeing all the mono audio PID's well, but plays only one at a time.
Unfortunately, this method did not work on mac os (Catalina).You can play all tracks, but that's too fringe case to handle in the GUI.
vlc --sout-all --sout #display
I couldn't get this to work for the life of me. As it turns out, it was my VLC player version causing issues. I was trying to run this on VLC 3.0.11 whereas I had a friend test this on his VLC (version 3.0.3). It didn't work on my player but it worked on his. Needless to say, downgrading my VLC to 3.0.3 fixed the issue.Understandable! Thanks for the command though! I can make a shortcut out of this to drag the file onto.You can play all tracks, but that's too fringe case to handle in the GUI.
vlc --sout-all --sout #display
Here's the code for any incoming google searchers:
Create a text-file with this as content and rename it to something ending in .bat (on Windows). Then to play both tracks just drop the file containing those tracks onto it:If you have added VLC to your PATH environment variable you can just use "vlc" instead of the full pathCode: Select all
start "" "C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" --sout-all --sout #display %1%
Code: Select all
vlc --sout-all --sout #display
You have no idea how many gamers and streamers will be grateful to you if you add this setting to the graphical interface of the program.You can play all tracks, but that's too fringe case to handle in the GUI.Code: Select all
vlc --sout-all --sout #display
Greetings. Am grateful for the broad functionality and versatility of VLC. This is the first time I've posted to the Forum.
In my work, I use VLC for reviewing .TREC (Camtasia) recording files before I edit and produce them out. It happens that the .TREC format has my mic on one track, and the system audio (such as Zoom) on a separate track. I use the recommended syntaxto successfully merge the audio tracks.Code: Select all
vlc --sout-all --sout #display
Question: Is there a variation on the syntax which will also enable adjustment of the playback speed? (I observe that, when using this startup command, the recording will play at 1.0x, and no other speed.)
(Am on Win10, and have updated to v3.0.12 Venitari.) Thank you in advance for any assistance you might be able to provide.
Rémi Denis-Courmont
Greetings. Am grateful for the broad functionality and versatility of VLC. This is the first time I've posted to the Forum.
In my work, I use VLC for reviewing .TREC (Camtasia) recording files before I edit and produce them out. It happens that the .TREC format has my mic on one track, and the system audio (such as Zoom) on a separate track. I use the recommended syntaxto successfully merge the audio tracks.Code: Select all
vlc --sout-all --sout #display
Question: Is there a variation on the syntax which will also enable adjustment of the playback speed? (I observe that, when using this startup command, the recording will play at 1.0x, and no other speed.)
(Am on Win10, and have updated to v3.0.12 Venitari.) Thank you in advance for any assistance you might be able to provide.
Return to “VLC media player Feature Requests”
Users browsing this forum: No registered users and 8 guests