Search found 39 matches

Go to advanced search

by parker
22 Jan 2016 17:58
Forum: Development around libVLC
Topic: How display three lines of text?
Replies: 3
Views: 906

Re: How display three lines of text?

help pleaseeeeeee!
by parker
14 Jan 2016 19:08
Forum: Development around libVLC
Topic: How display three lines of text?
Replies: 3
Views: 906

Re: How display three lines of text?

Add multiple marquee filters. Thank you I use the command line marq{marquee=Text1,x=10,y=10}:marq{marquee=Text2,x=500,y=500}:marq{marquee=Text3,position=10} it worked fine How to add 3 lines at runtime m_player.Marquee.Enabled = false; m_player.Marquee.Text = "text 1"; m_player.Marquee.Ti...
by parker
13 Jan 2016 18:51
Forum: Development around libVLC
Topic: How display three lines of text?
Replies: 3
Views: 906

How display three lines of text?

When I play the video in VLC, it appeared three lines of text.
Image
Line 1: Title

Line 2: configured as shown below

Line 3: Subtitles

Image


How to write code for the 2nd line with language vb.net

Best Regards!
by parker
28 Nov 2015 09:34
Forum: Development around libVLC
Topic: GPU-Acceleration
Replies: 11
Views: 4529

Re: GPU-Acceleration

Hi all
I´m trying to use the nVLC-Wrapper for C#

People help me answer this question.
http://www.codeproject.com/Messages/514 ... utube.aspx

thank you
please!!!!!!
by parker
04 Nov 2015 09:29
Forum: Development around libVLC
Topic: GPU-Acceleration
Replies: 11
Views: 4529

Re: GPU-Acceleration

Hi all
I´m trying to use the nVLC-Wrapper for C#

People help me answer this question.
http://www.codeproject.com/Messages/514 ... utube.aspx

thank you
by parker
25 Sep 2015 12:03
Forum: Development around libVLC
Topic: Rendering video in two separate windows.
Replies: 9
Views: 1358

Re: Rendering video in two separate windows.

I have 2 controls "panel". How to put 2 VLC window panel.

EX: m_player.WindowHandle = panel1.Handle
m_player.WindowHandle = panel2.Handle
by parker
16 Sep 2015 12:21
Forum: Development around libVLC
Topic: Why method "Marquee" in the library "VLC 2.1.5" Not working?
Replies: 4
Views: 597

Re: Why method "Marquee" in the library "VLC 2.1.5" Not working?

How do I create a new line for text

EX: html <br>
vb.net vbNewline
by parker
16 Sep 2015 10:39
Forum: Development around libVLC
Topic: Why method "Marquee" in the library "VLC 2.1.5" Not working?
Replies: 4
Views: 597

Re: Why method "Marquee" in the library "VLC 2.1.5" Not working?

thanks Remi This is the code of the method "Marquee" it still works in older versions public enum libvlc_video_marquee_option_t { libvlc_marquee_Enable = 0, /// <summary> /// Marquee text to display. /// (Available format strings: /// Time related: %Y = year, %m = month, %d = day, %H = hou...
by parker
16 Sep 2015 10:21
Forum: Development around libVLC
Topic: Why method "Marquee" in the library "VLC 2.1.5" Not working?
Replies: 4
Views: 597

Why method "Marquee" in the library "VLC 2.1.5" Not working?

I used %M %S $l $D $O $V $_ ...
But it only works with: %M %S

Expect help
by parker
25 Jul 2015 05:31
Forum: Development around libVLC
Topic: how to play 1 link youtube?
Replies: 4
Views: 567

Re: how to play 1 link youtube?

hi sherington!
Are you there? Help me pls.
thanks
by parker
18 Jul 2015 12:29
Forum: Development around libVLC
Topic: how to play 1 link youtube?
Replies: 4
Views: 567

Re: how to play 1 link youtube?

hi sherington!
I use the code here. Hope you edit the code to work with youtube
http://www.helyar.net/2009/libvlc-media ... -c-part-2/

thanks
by parker
18 Jul 2015 05:59
Forum: Development around libVLC
Topic: how to play 1 link youtube?
Replies: 4
Views: 567

how to play 1 link youtube?

Here is my code but it does not work string[] args = new string[] { "-I", "dummy", "--ignore-config", @"--plugin-path=C:\Program Files (x86)\VideoLAN\VLC\plugins", "--vout-filter=deinterlace", "--deinterlace-mode=blend" }; instance = new Vl...
by parker
18 Apr 2015 11:42
Forum: Development around libVLC
Topic: Automatic Track selection?
Replies: 7
Views: 665

Re: Automatic Track selection?

Jean-Baptiste Kempf! are you there???
by parker
13 Apr 2015 17:22
Forum: Development around libVLC
Topic: Automatic Track selection?
Replies: 7
Views: 665

Re: Automatic Track selection?

help me. please
by parker
08 Apr 2015 17:23
Forum: Development around libVLC
Topic: Automatic Track selection?
Replies: 7
Views: 665

Re: Automatic Track selection?

How to setting VLC on that?
Please guide how to setting.


I've tried setting but does not work
Image


thanks Jean-Baptiste Kempf!
by parker
04 Apr 2015 18:34
Forum: Development around libVLC
Topic: Automatic Track selection?
Replies: 7
Views: 665

Re: Automatic Track selection?

Jean-Baptiste Kempf! Can you help me! please..
by parker
31 Mar 2015 12:08
Forum: Development around libVLC
Topic: Automatic Track selection?
Replies: 7
Views: 665

Re: Automatic Track selection?

thank Jean-Baptiste Kempf!

File TEST

Code: Select all

https://mega.co.nz/#!MhUUhSZQ!xnB7gKoPfLCJUtKlou2ahWBQq7OOnHPlTwNvQFh2nuk https://mega.co.nz/#!0t1AkIJJ!fMFfRtIK_zyqIlwbiE5O8P6gSRnU49sRzLya3VFZ3aE
Setting playback on KMPLAY
Image

So how to setting VLC?
by parker
30 Mar 2015 09:43
Forum: Development around libVLC
Topic: Automatic Track selection?
Replies: 7
Views: 665

Automatic Track selection?

I have 2 .VOB file format karaoke.
File 1: Track 1 Vocal OFF and Track 2 Vocal ON

File 2 Track 1 Vocal ON and Track 2 Vocal OFF

I used to play with KMPLAY automatically move them all into VOCAL Vocal On or OFF.

So the question VLC can do it?

thank
by parker
20 Feb 2012 03:36
Forum: Development around libVLC
Topic: Event Onpaint for control VLC?
Replies: 4
Views: 554

Re: Event Onpaint for control VLC?

Ok, lets write it again: Whatever "event onpaint" is, it is not something in LibVLC. So your question is essentially unintelligible.
I want to do projects karaoke
Image
Uploaded with ImageShack.us
by parker
17 Feb 2012 16:08
Forum: Development around libVLC
Topic: Event Onpaint for control VLC?
Replies: 4
Views: 554

Re: Event Onpaint for control VLC?

Do I intend to do a karaoke from VLC project. so me want to use "event onpaint"
by parker
16 Feb 2012 16:09
Forum: Development around libVLC
Topic: Event Onpaint for control VLC?
Replies: 4
Views: 554

Event Onpaint for control VLC?

How do use the "event OnPaint" of VLC?

thanks!
by parker
25 May 2011 19:47
Forum: Development around libVLC
Topic: playing HD 1080?? CPU 80%
Replies: 7
Views: 802

Re: playing HD 1080?? CPU 80%

please....
by parker
17 May 2011 09:06
Forum: Development around libVLC
Topic: playing HD 1080?? CPU 80%
Replies: 7
Views: 802

Re: playing HD 1080?? CPU 80%

How should I write code?
Thank you
by parker
15 May 2011 16:05
Forum: Development around libVLC
Topic: --aspect-ratio default does not work?
Replies: 1
Views: 402

--aspect-ratio default does not work?

Code: Select all

int main(int argc, char **argv) { const char * const vlc_args[] = { "--fullsceen", "--aspect-ratio=16:9" };
--aspect-ratio=16:9 < why it does not work?
Thank You
by parker
11 May 2011 18:38
Forum: Development around libVLC
Topic: playing HD 1080?? CPU 80%
Replies: 7
Views: 802

Re: playing HD 1080?? CPU 80%

how to transfer power to the GPU?
Best Regards,

Go to advanced search