yingx2
27th January 2003, 09:49
Hi,
I started to use cce 2 days ago, since nearly all the reviews suggest that it is the best MPEG-2 encoder. But I have problem making good-looking svcds out of my tv captures with this program. Too many noticable compression artifacts there -- ringing, microblocks, mosquito noise....
However, I can get very acceptable results with TMPGEnc, but you know it always takes ages to encode something longer than 10 minutes. Here's my setting related to picture quality in TMPGenc:
Template:
SVCD NTSC
Rate control mode:
2-pass VBR
Noise Reduction:
Still picture: 20 Range: 1 Time axis: 20 ( High quality mode)
Motion search precision:
Highest quality
Soften block noise:
intra block 35 / no-intra block 35
I leave everyghing else as default.
With CCE, I just resize the source to 480x480 in the avisynth script, drag the avs file into the CCE window, select Super Video CD NTSC mode and hit "encode now". The avisynth script is something like:
LoadPlugin("mjpegcorrect.dll")
avisource("souce.avi")
MJPEGcorrect()
BicubicResize(480,480,0,1)
It's really fast but the result doesn't seem to be so good. I know that I must have done something very wrong. My question is: With CCE SP(2.66.0.1.0.7), how do I produce similar results to, or better results than the ones I obtained from TPPGEnc?
Thanks in advance.
I started to use cce 2 days ago, since nearly all the reviews suggest that it is the best MPEG-2 encoder. But I have problem making good-looking svcds out of my tv captures with this program. Too many noticable compression artifacts there -- ringing, microblocks, mosquito noise....
However, I can get very acceptable results with TMPGEnc, but you know it always takes ages to encode something longer than 10 minutes. Here's my setting related to picture quality in TMPGenc:
Template:
SVCD NTSC
Rate control mode:
2-pass VBR
Noise Reduction:
Still picture: 20 Range: 1 Time axis: 20 ( High quality mode)
Motion search precision:
Highest quality
Soften block noise:
intra block 35 / no-intra block 35
I leave everyghing else as default.
With CCE, I just resize the source to 480x480 in the avisynth script, drag the avs file into the CCE window, select Super Video CD NTSC mode and hit "encode now". The avisynth script is something like:
LoadPlugin("mjpegcorrect.dll")
avisource("souce.avi")
MJPEGcorrect()
BicubicResize(480,480,0,1)
It's really fast but the result doesn't seem to be so good. I know that I must have done something very wrong. My question is: With CCE SP(2.66.0.1.0.7), how do I produce similar results to, or better results than the ones I obtained from TPPGEnc?
Thanks in advance.