I cannot seem to get acceptable results out of CCE 2.5 versus TMPGEnc. I have been trying now for quite a few weeks off and on, and creating many useless SVCD coasters. With TMP, the video appears usually quite smooth and good looking. With CCE, the results are what I can only describe as harsh and too bright. With this kind of jerking, shaking and jittering in the video whenever there is movement. Also CCE prduces noticable blockiness. I am quite confounded, since I thought that CCE had a rep for superior quality. Details are as Follows: Source: an MPEG2 file captured using a ReplayTV. NTSC, Interlaced, 720x480, 29.97fps. Frameserved using the newest AVISynth available at videotools.net. I created a simple script as follows to use in both TMP and CCE: BaseName="Beauty" PathName="D:\02\" D2VName=BaseName+".d2v" SoundName=BaseName+"OA.wav" LoadPlugin("C:\Program Files\mpeg2dec_dll\mpeg2dec.dll") Video=mpeg2source(PathName+D2VName) audio=WAVsource(PathName+SoundName) audio=ResampleAudio(audio,44100) AudioDub(Video,Audio) Trim(86,7838) ++ Trim(14143,29632) ++ Trim(36986,51396) ++ Trim(57100,66117) ++ Trim(72721,87727) ++ Trim(92233,107447) BicubicResize(480,480,0,0.5) #Following line only used for TMPGenc #converttorgb() My ecl for CCE is as Follows: ; Cinema Craft Encoder SP -- Encoder Control List [item] title=ABTestcce.avs vid_out=1 vaf_out=1 aud_out=0 vid_file0=D:\02\ABTestcce.mpv vid_file1=D:\02\ABTestcce.mpv vaf_file=D:\02\ABTestcce.vaf aud_file=D:\02\ABTestcce.mpa file_focused=0 encode_mode=0 packet_size=4096 timecode=0x0 width=480 height=480 vmode=2 frame_rate_idx=4 cbr_brate=6000 opv_q_factor=60 opv_brate_min=300 opv_brate_max=2520 vbr_brate_avg=2350 vbr_brate_min=300 vbr_brate_max=2520 vbr_bias=30 vbr_pass=3 quality_prec=5 use_filter=0 filter_val=6 seq_endcode=1 dvd=0 half_width=0 half_height=0 fast_mode=0 progressive=0 alternate_scan=1 non_linear=0 top_first=1 lum_level=0 intra_dc_prec=-1 aspect_ratio=2 gop_m=3 gop_nm=4 gop_hdr=12 seq_hdr=1 all_closed_gop=0 fix_gop_length=0 mpeg1=0 mpeg1_cps=0 samples_per_sec=44100 stereo=2 brate_idx=6 crc=1 [file] name=D:\02\ABTestcce.avs type=0 frame_first=0 frame_last=76894 encode_first=0 encode_last=76894 After encode, I mux the video/audio using the MPEG tools portion of TMP, and create and burn the disk with VCDEasy With TMP I just use the SVCD project wizard. Can anyone give me some help here on figuring out these results? CCE is much much faster, and I would love to find a way to use it over TMP.