Hi all...
something is REALLY going wrong here... I don't know what happened, because I didn't change any settings at all... All my encodes right now produce far worse quality than I'm used to... even when I encode with a very high bitrate... I see dancing blocks in the backgrounds, and they are FAR bigger than they used to be... Also there are artifacts around objects. In fact those clips look just like when I first started with KVCD... That was in the very beginning... Could It be something with Dust? How can I check if my resolution is a multiple of 8? Any other ideas? this is really driving me mad! here's the code:
Code:
LoadPlugin("C:\Programme\DVD2SVCD\MPEG2DEC\MPEG2DEC.dll")
LoadPlugin("E:\MPEG-Tools\FitCD\dustv5.dll")
LoadPlugin("E:\MPEG-Tools\FitCD\legalclip.dll")
LoadPlugin("E:\MPEG-Tools\FitCD\sampler.dll")
LoadPlugin("E:\MPEG-Tools\FitCD\gripfit_preview.dll")
LoadPlugin("E:\MPEG-Tools\FitCD\convolution3d.dll")
Mpeg2Source("D:\A Beautiful Mind\beautifulmind.d2v")
LegalClip()
GripCrop( 544, 576, overscan=2 )
GripSize()
FaeryDust()
Convolution3d(preset="movieHQ")
Gripborders()
LegalClip()
Sampler(length=24)
## MPEG size = ((Total frames/MovieTimeInMinutes)/24) * MPEG sample file size ##
I also tried using SpaceDust and TemporalCleaner, but no change... I'm not sure about this, but I think that the filesize of my samples also increased drastically for a given CQ since my last encode... I might be getting paranoid though...
well any help is much appreciated