Log in

View Full Version : Video looks slow going from 59fps to 23fps


johnruiz
18th May 2010, 01:48
Playing the video after converting using CCE the video is in slo-mo.

Do I need to add anything to this script...

LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\TIVTC.dll")
DirectShowSource("C:\Users\User1\Desktop\Test.mkv", audio=false)
TDecimate(Mode=7,Rate=23.976)
LanczosResize(720,480)
ConvertToYUY2()

I'm new to HD encoding trying to encode a 720p MKV HD source with a 59.940fps to DVD NTSC.

poisondeathray
18th May 2010, 02:04
If your source is 720p60, why not make a 480i60 DVD ? This way you keep the temporal smoothness

johnruiz
18th May 2010, 14:12
If your source is 720p60, why not make a 480i60 DVD ? This way you keep the temporal smoothness

Can this be done with CCE? I want to take advantage of CCE's multipass. I can't find a guide on how to do what you suggested.

sumawo13
18th May 2010, 14:24
You can go from 720p60 to 480i60 by doing:

spline36resize(704,480)
addborders(8,0,8,0)
separatefields()
selectevery(4,0,3)
weave()

johnruiz
19th May 2010, 00:22
I've just tried the above code, but how come in CCE it only encodes the first half of the video which is 1hour/7mins.
Encodes the first 35mins. And that's what it shows in the CCE window, 35mins instead of the full 1hour/7mins.