Search found 7 matches

Go to advanced search

by AndreJ
22 Aug 2009 14:16
Forum: Development around libVLC
Topic: Visualization starts in its own new Window
Replies: 0
Views: 411

Visualization starts in its own new Window

I'm using the following command in a C# Wrapper class to start the audio visualization: "--audio-visual=visual" "--effect-list=spectrum" This works fine, but the Visualization starts in its own new Window. I want to give it a handle to a pane on a Window to display the audio visu...
by AndreJ
22 Aug 2009 13:40
Forum: Development around libVLC
Topic: Audio Visualization starts in new own window
Replies: 1
Views: 1314

Audio Visualization starts in new own window

I'm using the following command in a C# Wrapper class to start the audio visualization: "--audio-visual=visual" "--effect-list=spectrum" This works fine, but the Visualization starts in its own new Window. I want to give it a handle to a pane on a Window to display the audio visu...
by AndreJ
15 Aug 2009 14:08
Forum: Web and scripting
Topic: Deinterlace option doesn't work with VLC 0.9.9 plugin
Replies: 8
Views: 3238

Re: Deinterlace option doesn't work with VLC 0.9.9 plugin

I've downloaded the nightly build of ver 1.1.0 of the 14/08/2009 and I see the function vlc.video.deinterlaceEnable("bob"); is available. The problem is that the causes an application error if I call it. The plugin also starts in its own window and not on the targeted window. Does anybody ...
by AndreJ
14 Aug 2009 13:06
Forum: Web and scripting
Topic: Deinterlace option doesn't work with VLC 0.9.9 plugin
Replies: 8
Views: 3238

Re: Deinterlace option doesn't work with VLC 0.9.9 plugin

The C# software I use calls the dll library functions to control the plugin. For example to trigger Fullscreen the following call is done: [DllImport("libvlc")] internal static extern void libvlc_toggle_fullscreen(IntPtr p_media_player, ref libvlc_exception_t p_exception); bool ret = Inter...
by AndreJ
12 Aug 2009 17:31
Forum: Web and scripting
Topic: Deinterlace option doesn't work with VLC 0.9.9 plugin
Replies: 8
Views: 3238

Re: Deinterlace option doesn't work with VLC 0.9.9 plugin

Thank you very much for the info. I'll try the nightlies just to see if I can get it working.
by AndreJ
11 Aug 2009 09:22
Forum: Web and scripting
Topic: v0.9.9: Safety or inapplicability?
Replies: 4
Views: 2770

Re: v0.9.9: Safety or inapplicability?

I'm using the latest v1.0.1 PLUGIN and I still have the problem that I can't set the deinterlace_mode=bob on.

I really need this feature in my project. Can anybody please help me with any suggestion?
by AndreJ
11 Aug 2009 09:15
Forum: Web and scripting
Topic: Deinterlace option doesn't work with VLC 0.9.9 plugin
Replies: 8
Views: 3238

Re: Deinterlace option doesn't work with VLC 0.9.9 plugin

I'm using the latest v1.0.1 PLUGIN and I still have the problem that I can't set the deinterlace_mode=bob on.

I really need this feature in my project. Can anybody please help me with any suggestion?

Go to advanced search