Thread: MPEG2Dec3 v1.10
View Single Post
Old 28th July 2003, 01:43   #276  |  Link
AlphaDivxMovies
Registered User
 
Join Date: Sep 2002
Posts: 34
Weird Brightness increase

I seem to be getting weird brightness increase ever since i installed
the latest version. I did not change a thing on the script namely to compare the previous build with this one. Since the only variable was Mpeg2dec3 i assume this new build is briken somehow.
Has anyone seen this? I am pretty sure it is the variable fault.

This is the test script:
SetMemoryMax(40)

PluginPath ="C:\MAINUS~1\MULTIM~1\Video\GKnot\"
LoadPlugin("C:\MAINUS~1\MULTIM~1\Video\GKnot\MPEG2Dec3.dll")
LoadPlugin("C:\MAINUS~1\MULTIM~1\Video\GKnot\FluxSmooth.dll")
LoadPlugin("C:\MAINUS~1\MULTIM~1\Video\GKnot\Undot.dll")
LoadPlugin("C:\MAINUS~1\MULTIM~1\Video\GKnot\Unfilter.dll")
MPEG2Source("D:\Final_Destination\VIDEO_TS\Final_Destination_a.d2v",cpu=4,moderate_h=40,moderate_v=40,iDCT=2)
crop(4,18,714,544)
Undot()
FluxSmooth(5,7)
Unfilter(-2,-2)
LanczosResize(640,336)
#tweak(bright=3)
Limiter()

Ps - Keep the good work, we all love you guys!
AlphaDivxMovies is offline   Reply With Quote