Log in

View Full Version : CCE SP+SP2 problems


Raziel6969
18th July 2007, 19:47
CCE SP version: 2.70.02.12

I have a NTSC DV source from camera interlaced
(more than 16 continous frames with interlacing)
720x480, 29.97 fps, time:

[virtualdub]
total time = 36:45.070 (66086 frames)

I've made a simple script to deinterlace in avisynth:
aviSource("video_dv.avi")
LoadCPlugin("C:\Archivos de programa\Avisynth 2.5\Plugins\yadif.dll")
Yadif(mode=0,order=0)

But when i drop the avs, or the avi file to CCE SP i have different time, that don't match the audio.

[CCE SP] (template = "NTSC DVD" / frame rate: 29.97)
total time = 00:36:42:26 (66086 frames)

difference: near 3 seconds.
What am i doing wrong?

45tripp
18th July 2007, 20:34
What am i doing wrong?

Nothing.

If you encode everything should be fine.
The framecount is correct and the framerate is correctly selected.
You can double check but from what you've said it all looks correct.
Encode.

I believe the duration box in CCE is calculated dividing framecount by 24 or 30 rather than 23.976 and 29.97.

gl

Mug Funky
19th July 2007, 04:58
yeah, this smacks of drop-frame versus non drop-frame timecode.

notice you have the same number of frames in both cases :)