AlphaDivxMovies
3rd January 2003, 15:10
Hello everyone, hope you all had a pleasant new years eve.
I am new to posting and i only dug up my password cause of some problems i am having and have not seen posted here. Not a newbie to either doom9 or avisynth, but i never posted before all my doubts were always answered.
This is how it is:
If you take this script (i always use this or some variation) using the latest version (27/12/02 and 17/12/02) i noticed a very apparent image corruption at the top of the image, it is a small strip of what i can call image corruption, wavy and broken lines, i have tracked this down to either avisynth or Mpeg2dec3 but it seems to be avisynth related. Using any codec does it, reverting to good old 2.0.6 fixes it. But this is dumb cause i love yv12! Using no filters and just the basics also gives this screen corruption. Used ffdshow (stable and alpha) and several xvid/divx decoder builds (have them all).
I have also noticed a possible problem with colour bleeding and weird effects. eg. In dark areas of the image like a man`s face, the edges of the face get a purple haze! It`s present also in small dark areas like small objects and dark drawings edges. In bright areas this is unnoticed but the top image corruption is always there.
This is my usual script:
PluginPath = "C:\MAINUS~1\MULTIM~1\Video\GKnot\"
LoadPlugin("C:\MAINUS~1\MULTIM~1\Video\GKnot\avsmon25a.dll")
LoadPlugin("C:\MAINUS~1\MULTIM~1\Video\GKnot\MPEG2Dec3.dll")
LoadPlugin("C:\MAINUS~1\MULTIM~1\Video\GKnot\Undot.dll")
LoadPlugin("C:\MAINUS~1\MULTIM~1\Video\GKnot\Convolution3D.dll")
LoadPlugin("C:\MAINUS~1\MULTIM~1\Video\GKnot\unfilter.dll")
#LoadPlugin("C:\MAINUS~1\MULTIM~1\Video\GKnot\dup.dll")
mpeg2source("D:\DVD Ripping Layouts\Asterix e Obelix_Missão Cleopatra\DVDVOLUME\Asterix_Obelix_2.d2v",cpu=0,iDCT=4)
crop(2,71,716,433)
#Dup(threshold=3)
Undot()
Convolution3D(0,4,4,4,4,10,0)
Unfilter(5,5)
LanczosResize(640,272)
Undot()
MonitorFilter()
Keep up the good work, i have a few movies sitting on my HD, so if Rui is unnavailable and you need beta/alpha testing i am here for you, i have free time since i had a work accident and am getting used to typing with one hand.
-Asterix and Obelix 2
-Mulholland Drive
-E tu madre tambiem
- Monster`s Ball
- Gosford Park
- From hell and a few more are available.
My machine is:
XP 1800
256 mb ram
140 gb harddisk
Toshiba DVD + HP CD-rw
ASUS a7v8x motherboard
Nvidia Gforce 4 4200
Windows XP
I always use the latest versions of all programs beta or not. But i can say after testing that this seems Avisynth related.
I am new to posting and i only dug up my password cause of some problems i am having and have not seen posted here. Not a newbie to either doom9 or avisynth, but i never posted before all my doubts were always answered.
This is how it is:
If you take this script (i always use this or some variation) using the latest version (27/12/02 and 17/12/02) i noticed a very apparent image corruption at the top of the image, it is a small strip of what i can call image corruption, wavy and broken lines, i have tracked this down to either avisynth or Mpeg2dec3 but it seems to be avisynth related. Using any codec does it, reverting to good old 2.0.6 fixes it. But this is dumb cause i love yv12! Using no filters and just the basics also gives this screen corruption. Used ffdshow (stable and alpha) and several xvid/divx decoder builds (have them all).
I have also noticed a possible problem with colour bleeding and weird effects. eg. In dark areas of the image like a man`s face, the edges of the face get a purple haze! It`s present also in small dark areas like small objects and dark drawings edges. In bright areas this is unnoticed but the top image corruption is always there.
This is my usual script:
PluginPath = "C:\MAINUS~1\MULTIM~1\Video\GKnot\"
LoadPlugin("C:\MAINUS~1\MULTIM~1\Video\GKnot\avsmon25a.dll")
LoadPlugin("C:\MAINUS~1\MULTIM~1\Video\GKnot\MPEG2Dec3.dll")
LoadPlugin("C:\MAINUS~1\MULTIM~1\Video\GKnot\Undot.dll")
LoadPlugin("C:\MAINUS~1\MULTIM~1\Video\GKnot\Convolution3D.dll")
LoadPlugin("C:\MAINUS~1\MULTIM~1\Video\GKnot\unfilter.dll")
#LoadPlugin("C:\MAINUS~1\MULTIM~1\Video\GKnot\dup.dll")
mpeg2source("D:\DVD Ripping Layouts\Asterix e Obelix_Missão Cleopatra\DVDVOLUME\Asterix_Obelix_2.d2v",cpu=0,iDCT=4)
crop(2,71,716,433)
#Dup(threshold=3)
Undot()
Convolution3D(0,4,4,4,4,10,0)
Unfilter(5,5)
LanczosResize(640,272)
Undot()
MonitorFilter()
Keep up the good work, i have a few movies sitting on my HD, so if Rui is unnavailable and you need beta/alpha testing i am here for you, i have free time since i had a work accident and am getting used to typing with one hand.
-Asterix and Obelix 2
-Mulholland Drive
-E tu madre tambiem
- Monster`s Ball
- Gosford Park
- From hell and a few more are available.
My machine is:
XP 1800
256 mb ram
140 gb harddisk
Toshiba DVD + HP CD-rw
ASUS a7v8x motherboard
Nvidia Gforce 4 4200
Windows XP
I always use the latest versions of all programs beta or not. But i can say after testing that this seems Avisynth related.