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?
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?