redeemer-dk
8th March 2003, 23:50
I'm trying to convert The Ring NTSC to PAL, but when i try, i can clearly see the image becoming much more blurry. Here are my two scripts, both creates blurry image:
Script 1:
LoadPlugin("D:\Program Files\GordianKnot\MPEG2DEC.dll")
LoadPlugin("D:\PROGRA~1\GORDIA~1\decomb.dll")
MPEG2Source("H:\THERING\thering.d2v")
Telecide().Decimate(5)
LanczosResize(720, 576)
ChangeFPS(25)
Script 2:
LoadPlugin("D:\Program Files\GordianKnot\MPEG2DEC.dll")
LoadPlugin("D:\PROGRA~1\GORDIA~1\decomb.dll")
MPEG2Source("H:\THERING\thering.d2v")
Bob()
LanczosResize(720, 576)
ConvertFPS(50)
SeparateFields.SelectEvery(4, 0, 3)
Weave
Telecide(threshold=12,dthreshold=5,firstlast=true,blend=false,chroma=true)
Does anyone have any recommendations? I'm encoding the PAL video at 9500 kbps so it's not the bitrate that is making it blurry. Anyone know any other scripts that keep the crispness of the picture?
Thanks in advance.
-Rune Svendsen
Script 1:
LoadPlugin("D:\Program Files\GordianKnot\MPEG2DEC.dll")
LoadPlugin("D:\PROGRA~1\GORDIA~1\decomb.dll")
MPEG2Source("H:\THERING\thering.d2v")
Telecide().Decimate(5)
LanczosResize(720, 576)
ChangeFPS(25)
Script 2:
LoadPlugin("D:\Program Files\GordianKnot\MPEG2DEC.dll")
LoadPlugin("D:\PROGRA~1\GORDIA~1\decomb.dll")
MPEG2Source("H:\THERING\thering.d2v")
Bob()
LanczosResize(720, 576)
ConvertFPS(50)
SeparateFields.SelectEvery(4, 0, 3)
Weave
Telecide(threshold=12,dthreshold=5,firstlast=true,blend=false,chroma=true)
Does anyone have any recommendations? I'm encoding the PAL video at 9500 kbps so it's not the bitrate that is making it blurry. Anyone know any other scripts that keep the crispness of the picture?
Thanks in advance.
-Rune Svendsen