Search found 11 matches

Go to advanced search

by jacky912
27 Aug 2012 16:31
Forum: Web and scripting
Topic: Oppotunity to build a karaoke media player
Replies: 2
Views: 2458

Re: Oppotunity to build a karaoke media player

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...
by jacky912
19 Sep 2011 10:04
Forum: Web and scripting
Topic: Need advice on building a karaoke system with VLC activeX
Replies: 0
Views: 617

Need advice on building a karaoke system with VLC activeX

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...
by jacky912
30 May 2011 18:05
Forum: Web and scripting
Topic: vlc.playlist.add 'options' not working VLC 1.1.5
Replies: 9
Views: 4241

Re: vlc.playlist.add 'options' not working VLC 1.1.5

If it doesn't work on ActiveX only, somehow it is doable but the developer didn't want to enable it.
by jacky912
05 Mar 2010 09:33
Forum: Web and scripting
Topic: Error HRESULT E_FAIL in almost all over the place
Replies: 4
Views: 2455

Re: Error HRESULT E_FAIL in almost all over the place

What a great finding.
Honestly I believe this system's behaviour is limitation or bug.
by jacky912
27 Jan 2010 04:28
Forum: Web and scripting
Topic: Unable to access certain methods in VB 2010 and VB 2008 Expr
Replies: 1
Views: 552

Re: Unable to access certain methods in VB 2010 and VB 2008 Expr

I believe the "audio.count" function is not ready yet.
We have to wait for new version of VLC.
by jacky912
27 Jan 2010 04:26
Forum: Web and scripting
Topic: can't change to mono-channel by command line
Replies: 10
Views: 3003

Re: can't change to mono-channel by command line


it works...
what if i want to set the channel default to 3 when the video starts?
That's what I want to know as well...
by jacky912
11 Jan 2010 07:47
Forum: Web and scripting
Topic: can't change to mono-channel by command line
Replies: 10
Views: 3003

Re: can't change to mono-channel by command line

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...
by jacky912
10 Jan 2010 03:39
Forum: Web and scripting
Topic: can't change to mono-channel by command line
Replies: 10
Views: 3003

Re: can't change to mono-channel by command line

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...
by jacky912
07 Jan 2010 16:17
Forum: Web and scripting
Topic: can't change to mono-channel by command line
Replies: 10
Views: 3003

Re: can't change to mono-channel by command line

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...
by jacky912
14 Jul 2009 19:16
Forum: Web and scripting
Topic: can't change to mono-channel by command line
Replies: 10
Views: 3003

Re: can't change to mono-channel by command line

Is my question not clear enough?
Or it is hard to understand?

Please let me know. I can adjust.
Look forward to hearing from anyone who can help.
by jacky912
10 Jul 2009 03:03
Forum: Web and scripting
Topic: can't change to mono-channel by command line
Replies: 10
Views: 3003

can't change to mono-channel by command line

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...

Go to advanced search