ZeroKnight
4th September 2002, 05:27
Hi, im working on an encode, and ive been having problems with the avs file, my dvd is pal source and ive been reading about the avisynth. I am not getting good picture quality from it. The script i am using is as follows.
LoadPlugin("C:\PROGRA~1\GORDIA~1\mpeg2dec.dll")
LoadPlugin("c:\encoding\decomb.dll")
LoadPlugin("C:\PROGRA~1\GORDIA~1\InverseTelecine.dll")
mpeg2source("C:\Encoding\Armitage\DVD.d2v")
Telecide(guide=2,gthresh=50,chroma=true,threshold=30)
crop(5,3,710,570)
BicubicResize(512,384)
The dvd i am encoding is animation one, i know for pal dvds you dont have to use decomb, and for pal dvds guide=2. But this isnt working well, cause im still getting interlace parts of the dvd, and also in parts of the dvd, i get alot of blocks showing up, especially in the credits. In scenes that their isnt to much light in, i have tried to increase the bitrate, the space keyframe which either didnt work. Anti Shit in nandub made it worse, noise reduction didnt work either. And i wanted to know how to fix it, please help me out with this.
Also the file looks perfect when wacthing it normal window size, 512x384, but once it is on full screen you can notice the problems.
From ZeroKnight
LoadPlugin("C:\PROGRA~1\GORDIA~1\mpeg2dec.dll")
LoadPlugin("c:\encoding\decomb.dll")
LoadPlugin("C:\PROGRA~1\GORDIA~1\InverseTelecine.dll")
mpeg2source("C:\Encoding\Armitage\DVD.d2v")
Telecide(guide=2,gthresh=50,chroma=true,threshold=30)
crop(5,3,710,570)
BicubicResize(512,384)
The dvd i am encoding is animation one, i know for pal dvds you dont have to use decomb, and for pal dvds guide=2. But this isnt working well, cause im still getting interlace parts of the dvd, and also in parts of the dvd, i get alot of blocks showing up, especially in the credits. In scenes that their isnt to much light in, i have tried to increase the bitrate, the space keyframe which either didnt work. Anti Shit in nandub made it worse, noise reduction didnt work either. And i wanted to know how to fix it, please help me out with this.
Also the file looks perfect when wacthing it normal window size, 512x384, but once it is on full screen you can notice the problems.
From ZeroKnight