Search found 9 matches

Go to advanced search

by ElieAlAlam
21 Sep 2010 14:31
Forum: Development around libVLC
Topic: VLC De-interlacing mode
Replies: 2
Views: 2817

VLC De-interlacing mode

Hi, I am developing a Window application in C# to play an IPTV stream using VLC player. to do this I have added the AxVlcPlugin2Control to the main form. Now I want to change the Deinterlace mode to Yadif (2x) from the code but it's not working (The Quality of the picture still the same). Folowing i...
by ElieAlAlam
10 Dec 2009 13:32
Forum: VLC media player for Windows Troubleshooting
Topic: VLC Ax/Track-Album-Artist Name
Replies: 0
Views: 190

VLC Ax/Track-Album-Artist Name

Hi,
I am trying to integrate the VLC (currently using 1.0.3 build) into a Visual Studio 2008 .NET WinForm app.
Is there any way to get the track name, Album name and Artist name of an audio or video file while playing it.

Thanks
by ElieAlAlam
09 Dec 2009 15:47
Forum: VLC media player for Windows Troubleshooting
Topic: VLC and transparent window
Replies: 5
Views: 1586

Re: VLC and transparent window

Still not working.
I have windows 7 installed on the same machine and it's working
by ElieAlAlam
09 Dec 2009 12:13
Forum: VLC media player for Windows Troubleshooting
Topic: VLC and transparent window
Replies: 5
Views: 1586

Re: VLC and transparent window

using this command: --vout <modulename> ?????
if yes, what modulename can i use ??????
by ElieAlAlam
08 Dec 2009 16:28
Forum: VLC media player for Windows Troubleshooting
Topic: VLC and transparent window
Replies: 5
Views: 1586

VLC and transparent window

Hi All, Im developing a WPF application, and im using the activex control for vlc 1.0.3. My applictaion opens a transparent window on top of the vlc control . I am not able to see the video when the transparent window is on top of the control. It just shows a grey background with audio.If the transp...
by ElieAlAlam
23 Jan 2009 09:23
Forum: Development around libVLC
Topic: big Problem with VLC ActiveX
Replies: 7
Views: 1761

Re: big Problem with VLC ActiveX

I have more info: this restart happen only when i am using the latest version of the vlc (0.9.8.a) when i downgraded to a previous version, this problem was solved but i am obliged to use the latest version because in this version the logo of the vlc (the cone) is hidden (when switch between videos)...
by ElieAlAlam
22 Jan 2009 15:40
Forum: Development around libVLC
Topic: big Problem with VLC ActiveX
Replies: 7
Views: 1761

big Problem with VLC ActiveX

Hi, I have a real problem when using the VLC ActiveX control with c#, i am embedding this control into a windowForm (frm_vlcPlayer for example) from another window i can open this form frm_vlcPlayer vlc = new frm_vlcPlayer() vlc.Show(); and all things is well to this step but when i try to close the...
by ElieAlAlam
22 Jan 2009 09:28
Forum: Development around libVLC
Topic: VLC Aspect ratio
Replies: 1
Views: 2136

Re: VLC Aspect ratio

Thank you
I have solved this issue by using the option parameter of Add function
string[] VlcOption = { ":aspect-ratio=16:9"};
vlc2.playlist.add(url, " ", VlcOption);
vlc2.playlist.play();

Regards,-
by ElieAlAlam
22 Jan 2009 09:05
Forum: Development around libVLC
Topic: VLC Aspect ratio
Replies: 1
Views: 2136

VLC Aspect ratio

Dear all, I am using Active X control in my C# application and i am trying to change the aspect ratio of the video input dynamically after opening the movie file. Open() { vlc2.playlist.items.clear(); vlc2.playlist.add(url, " ", VlcOption); vlc2.playlist.play(); vlc2.video.aspectRatio = &q...

Go to advanced search