JVLC: mediaDescriptor.addOption(String)
Posted: 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:
can anyone please help me out?
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");