Deptmaster
23rd March 2002, 21:44
Well I'm still farly new to avisynth but I'm getting the hang of it pretty good. And since the only reason i was able to learn anything about it was from reading other posts i figured i should atleast post my recipe for sucess with "Slayers: the motion picture".
Let me start off by saying whoever's job was the dvd video encoding for this anime must be smoking something! Extreme interlasing, video noise & very ugly blocking in alot of frames, distored hue and color balancing, lousy contrast.
Ok, first i created my dvd2avi project file at 29fps (pretty standard)
next my I wrote the avs file that ended up like this.
LoadPlugin("path\decomb.dll")
LoadPlugin("path\tweak.dll")
LoadPlugin("path\MPEG2DEC.dll")
mpeg2source("path\project file.d2v")
Telecide()
FieldDeinterlace(true)
Decimate()
tweak(hue=+3,sat=1.5,bright=0,cont=1.4)
I'm using the default settings for telecide, fieldDeinterlace, and decimate. I experiemented countless times with the different gthresh settings but i couldnt remove all of the interlasing (mouth movement)without using fieldDeinterlacer. Decimates's default is 5, reducing the fps to 23.976.
Tweak was mainly used to up the contrast that was seriously laking and to shift the hue back from the green to a more neutral setting.
I loaded the avs into vdub and proceeded to add more filters.
red/green/blue adjust, moved blue up from 100 to 107
2D cleaner, threshold of 8 and radii or 2x2
Warpsharp, depth of 30
four fill filters, to eliminate the nasty edges on the video.
Smart resize to 640X480
Croped 66px top - 62px bottom - new size of 640X352
This approach is very slow (4-5fps), but that doesnt bother me aslong as it looks good in the end.
Let me start off by saying whoever's job was the dvd video encoding for this anime must be smoking something! Extreme interlasing, video noise & very ugly blocking in alot of frames, distored hue and color balancing, lousy contrast.
Ok, first i created my dvd2avi project file at 29fps (pretty standard)
next my I wrote the avs file that ended up like this.
LoadPlugin("path\decomb.dll")
LoadPlugin("path\tweak.dll")
LoadPlugin("path\MPEG2DEC.dll")
mpeg2source("path\project file.d2v")
Telecide()
FieldDeinterlace(true)
Decimate()
tweak(hue=+3,sat=1.5,bright=0,cont=1.4)
I'm using the default settings for telecide, fieldDeinterlace, and decimate. I experiemented countless times with the different gthresh settings but i couldnt remove all of the interlasing (mouth movement)without using fieldDeinterlacer. Decimates's default is 5, reducing the fps to 23.976.
Tweak was mainly used to up the contrast that was seriously laking and to shift the hue back from the green to a more neutral setting.
I loaded the avs into vdub and proceeded to add more filters.
red/green/blue adjust, moved blue up from 100 to 107
2D cleaner, threshold of 8 and radii or 2x2
Warpsharp, depth of 30
four fill filters, to eliminate the nasty edges on the video.
Smart resize to 640X480
Croped 66px top - 62px bottom - new size of 640X352
This approach is very slow (4-5fps), but that doesnt bother me aslong as it looks good in the end.