JVLC: mediaDescriptor.addOption(String)

For questions and discussion that is NOT (I repeat NOT) specific to a certain Operating System.
Gawain
Blank Cone
Blank Cone
Posts: 31
Joined: 08 Jan 2009 11:38
VLC version: 0.9.8a - 1.0.0
Operating System: Windows XP

JVLC: mediaDescriptor.addOption(String)

Postby Gawain » 12 Aug 2009 15:28

how can I add an option like "deinterlace" to my mediaDescriptor?

I read the documentation, but it's still not clear to me:
http://wiki.videolan.org/Documentation: ... Use_of_VLC

here is what I've tried out:

Code: Select all

mediaDescriptor = new MediaDescriptor(jvlc, path); mediaDescriptor.addOption("--filter deinterlace"); mediaDescriptor.addOption("--deinterlace-mode=blend");
can anyone please help me out?

Gawain
Blank Cone
Blank Cone
Posts: 31
Joined: 08 Jan 2009 11:38
VLC version: 0.9.8a - 1.0.0
Operating System: Windows XP

Re: JVLC: mediaDescriptor.addOption(String)

Postby Gawain » 28 Sep 2009 14:04

Isn't there anybody who can tell me how to add the "deinterlace"-filter to a video at JVLC? Please!

mirlinho
New Cone
New Cone
Posts: 1
Joined: 21 Oct 2009 18:27

Re: JVLC: mediaDescriptor.addOption(String)

Postby mirlinho » 21 Oct 2009 18:30

mediaDescriptor.addOption(":vout-filter=deinterlace");
mediaDescriptor.addOption(":deinterlace-mode=blend");


Return to “General VLC media player Troubleshooting”

Who is online

Users browsing this forum: No registered users and 14 guests