Log in

View Full Version : Problem encoding something in CCE Basic


NicholasDWolfwood
13th July 2004, 04:29
I have a problem encoding something in CCE, demonstrated here (http://www.yourneighborsmom.com/nick/cceproblem.PNG).

These (http://www.yourneighborsmom.com/nick/ccesettings.JPG) are my CCE settings.

My AVS script is as follows:

MPEG2Source("E:\Captures\mtvIcon - Metallica\Master\Vids\04 - Some Kind of Monster EP Ad\04 - King Nothing (MTV).d2v")
Telecide(order=1,post=2,blend=false,vthresh=30,back=1)
Decimate(cycle=5,mode=3,quality=3)
deen("c3d",4,9,11)
msmooth(threshold=6,strength=4)
temporalcleaner()
fluxsmooth()
colorYUV(gain_u=15)
tweak(sat=1.2)
ConvertToYUY2()

It does the same with or without the "ConvertToYUY2()" line. I don't know why it's doing this, and I'd rather not go back to TMPGEnc, b/c it's slow as hell.

Jeffster
13th July 2004, 21:35
I assume you have already ruled out an error in your script... have you loaded your script in VDub or WMP to preview it, and it looks ok?

I am confused by some of your CCE settings, although I don't know if it is causing your problem.

Your script suggests your source is TFF (order=1) and you have applied IVTC so your video is now progressive, yet CCE is set for BFF and interlaced material.

NicholasDWolfwood
14th July 2004, 04:56
Nevermind, I solved the problem by switching to CCE SP. Just must be one of those random things.