I was trying to build similar thing as well. However, I have problem to get VLC works as a karaoke system. For example: you have a mpeg video with left & right audio channel. the left channel is the music and right is music + singer's vocal. In order to work as a karaoke system, the system shoul...
Dear all, I am building a karaoke system for my home and successfully play the video file and change the audio track or channel after the file played. However, I tested the following 2 methods to pre-set the audio track or channel before the video displayed. None of them success, please kindly advic...
I don't think it works that way. I don't see .audio in the control object. I'm using .NET Ok, here is the step, hope it works for you: 1. Make sure the ActiveX control is existed on the Form (In my project, I named the VLC control to VLCPlayer) 2. the ".audio" is assumed, you have "W...
I am having the same problem here. I searched the forum and found http://forum.videolan.org/viewtopic.php?f=16&t=27710&start=0 , but can't seem to work either. I even want to have the ability to switch the channel during the video play. Please advice. Thnx. If the video file was played. You...
After few months, I still couldn't get it works. Dim lOption() As String = {":no-video-title-show", ":sout-mono-channel=0"} vlc.playlist.add("C:\abc.mpg", " ", lOption) I just want to switch a Karaoke VCD file from both channel to left channel before the video...
Dear all, I am using VB.net and having problem when I try to set the audio to left or right before play. Here is the simple code that I was using. Dim lStrOption As String lStrOption = "--sout-mono-channel={0}" VLCPlayer.playlist.items.Clear VLCPlayer.playlist.Add lCurrentSongLocation, , l...