Search found 6 matches

Go to advanced search

by artois_val
05 Feb 2007 23:57
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Help with rc interface
Replies: 8
Views: 1511

else if( !strcmp( psz_cmd, "key" ) ) { msg_rc(_("commande key : %s"),psz_arg); vlc_value_t keyval; keyval.i_int = config_GetInt( p_intf, psz_arg ); var_Set( p_intf->p_vlc, "key-pressed", keyval ) } I hacked a bit and I added this piece of code at line 840 (aprox). Now ...
by artois_val
05 Feb 2007 23:53
Forum: General VLC media player Troubleshooting
Topic: Dvd menu and deinterlace filter
Replies: 5
Views: 986

Thanks you for your answer. However, I found that some Dvd I own require to be deinterlaced. For my Linux htpc, the only solution is to simply turn off the filter when I start a disc and later on active it. But that is far from the ideal solution. Anyway to autodetect if it the main movie that is pl...
by artois_val
04 Feb 2007 23:56
Forum: General VLC media player Troubleshooting
Topic: Dvd menu and deinterlace filter
Replies: 5
Views: 986

Ahhh ok.

How I can use dvd menu and watch dvd deinterlaced now ?
by artois_val
04 Feb 2007 23:43
Forum: General VLC media player Troubleshooting
Topic: Dvd menu and deinterlace filter
Replies: 5
Views: 986

Dvd menu and deinterlace filter

Im trying to use vlc to listeen dvds, but as soon I activate the deinterlace filter, the dvd menu selection is never show. I see the menu but the item selected is not highlited.

Any ideas why I can't have the filter on and be able to navigate the menu ?

Thanks !
by artois_val
31 Jan 2007 02:37
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Help with rc interface
Replies: 8
Views: 1511

Arrg, rc no longer work as it did before...

Im trying to write a freevo plug-in to use vlc. Im using Mandriva 2007 , the vlc rpm that ship with it work without any probleme. I pass the "-I rc" and a video file and I can control it via rc's command. However, when I try to use the vlc I compiled (0.8.6a) nothing happen, worst, when I ...
by artois_val
28 Jan 2007 23:22
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Help with rc interface
Replies: 8
Views: 1511

Help with rc interface

Hello everyone,

Im trying to find a way to use vlc with the rc interface (-I rc) to navigate a dvd. The option listed by the "help" command is limited to what vlc can do. However, any way of to use all the keys listed in libvlc.h like the lircd interface ?

Thx

Go to advanced search