Problem in VB program with adjust filter (VLC v. 0.98)

All you've ever wanted to know about the ActiveX, Mozilla plugins, the web interface and various PHP extensions
Cooldream
Blank Cone
Blank Cone
Posts: 12
Joined: 08 Sep 2006 09:55

Problem in VB program with adjust filter (VLC v. 0.98)

Postby Cooldream » 17 Dec 2008 17:13

Hello,

With 0.86 version, I used adjust for adjust video image (contrast, hue...) but with 0.98 I have the sound but only a black screen.

My code is :

Code: Select all

VLCoptions = New String() {":no-overlay", ":vout-filter=adjust:deinterlace", ":deinterlace-mode=bob", ":drop-late-frames", ":no-video-title-show"} Numlist = VLC.playlist.add(Namefile, "VIDEO", VLCoptions) VLC.playlist.playItem(Numlist)
Without "adjust", it works fine :

Code: Select all

VLCoptions = New String() {":no-overlay", ":vout-filter=deinterlace", ":deinterlace-mode=bob", ":drop-late-frames", ":no-video-title-show"}
Any idea ?

Thanks...

revolunet
Big Cone-huna
Big Cone-huna
Posts: 515
Joined: 17 Oct 2007 13:16
VLC version: 0.9.8
Operating System: Vista
Location: Paris, France
Contact:

Re: Problem in VB program with adjust filter (VLC v. 0.98)

Postby revolunet » 17 Dec 2008 17:18

my debug tells me "main video output no video filter module matched "adjust""
VLC & web IT consulting - http://www.revolunet.com
Github : http://github.com/revolunet

Cooldream
Blank Cone
Blank Cone
Posts: 12
Joined: 08 Sep 2006 09:55

Re: Problem in VB program with adjust filter (VLC v. 0.98)

Postby Cooldream » 17 Dec 2008 18:13

OK, I found...
With 0.98 version, the code is with "video-filter", for example :

Code: Select all

VLCoptions = New String() {":swscale-mode=2", ":no-brightness-threshold", ":no-overlay", ":gamma=1", ":hue=0", ":saturation=1", ":contrast=1", ":brightness=1", ":video-filter=adjust:deinterlace:swscale", ":deinterlace-mode=bob", ":drop-late-frames", ":no-video-title-show"}
Thanks...


Return to “Web and scripting”

Who is online

Users browsing this forum: No registered users and 1 guest