Log in

View Full Version : BlindPP for MPEG2DEC3


Cyberia
29th November 2002, 23:53
Has anyone been able to get this funtion to work? If so could you post the line in the script?

No matter what I try, I get an error inputting the cpu2 parameter.
,, FAILS
, , FAILS
, "", FAILS
, " ", FAILS
,"xxxxxx", FAILS

hope you understand that.

So what am I doing wrong?

Cyberia
1st December 2002, 00:56
This line does not work either:

BlindPP("H:\video temp\movie.avi", idct=3, cpu=6)

Has anyone used this function? I am sooooo looking forward to it, I can't believe no one has tried it.

cjv
1st December 2002, 04:05
You don't use it like that for AVI files. Try this:

LoadPlugin("C:\Plugins\mpeg2dec3.dll")
AVISOURCE("file.avi")
BlindPP()

I use it all the time with my captures from digital cable, and yes it works great.


cjv

Cyberia
1st December 2002, 05:14
OK thanks, I was confused by the way it was declared in the doc. I thought the parameters were necessary.

Thanks