spamalam
7th September 2006, 10:36
Hi, i was wondering if anyone could shed some light on this little problem. I'm trying to re-encode a 1080i mpeg2 stream down to 720p x264 @ about 1dvdr size. However, I'm having some problems. I used gknot as I usually do and got this avs:
# Created with Gordian Knot
#
# http://gknot.doom9.org
# PLUGINS
LoadPlugin("D:\Programs\Video\Encoding\GordianKnot\DGMPGDec\DGDecode.dll")
LoadPlugin("D:\Programs\Video\Encoding\GordianKnot\AviSynthPlugins\UnDot.dll")
# SOURCE
mpeg2source("C:\Hot Swap\Hot Swap 1\ghostbusters\ghostbusters.d2v")
# CROPPING
crop(2,144,1916,792)
# RESIZING
LanczosResize(1280,560)
# DENOISING: choose one combination (or none)
Undot()
I go through all the settings, however when it gets to the actual encoding i get this:
http://img179.imageshack.us/img179/2608/compressproblemxo5.jpg (http://imageshack.us)
and i haven't the scoobiest why. I've never used X264 before but it seems to be installed correctly and everything, and i left all its settings at default. I tried using different resize filters and resolutions but still doesn't like it.
Thanks in advance :)
# Created with Gordian Knot
#
# http://gknot.doom9.org
# PLUGINS
LoadPlugin("D:\Programs\Video\Encoding\GordianKnot\DGMPGDec\DGDecode.dll")
LoadPlugin("D:\Programs\Video\Encoding\GordianKnot\AviSynthPlugins\UnDot.dll")
# SOURCE
mpeg2source("C:\Hot Swap\Hot Swap 1\ghostbusters\ghostbusters.d2v")
# CROPPING
crop(2,144,1916,792)
# RESIZING
LanczosResize(1280,560)
# DENOISING: choose one combination (or none)
Undot()
I go through all the settings, however when it gets to the actual encoding i get this:
http://img179.imageshack.us/img179/2608/compressproblemxo5.jpg (http://imageshack.us)
and i haven't the scoobiest why. I've never used X264 before but it seems to be installed correctly and everything, and i left all its settings at default. I tried using different resize filters and resolutions but still doesn't like it.
Thanks in advance :)