rjc7394
16th February 2006, 16:12
I'm trying to deinterlace an NTSC clip (29.97 fps) using Deinterlacesmooth.vdf V1.1 (Gunnar Thalin?). I want to keep the output clip NTSC. The imported clip must have individual fields at 50 or 60 fps. I guess I have to use "SeparateFields", I never understood how it worked. If you separate the fields you cut the height in half. How do you end up with a clip with the original resolution? What should I have in my script to use this deinterlacer?
I was using this (default parameters, no blending).
loadplugin("C:\dgmpgdec146\DGDecode.dll")
mpeg2source("C:\KATJA\VIDEO_TS\KT.d2v")
Lanczosresize(512,384)
Separatefields()
If you double the frame rate doesn't that mean your bitrate should be doubled for comparable quality?
I was using this (default parameters, no blending).
loadplugin("C:\dgmpgdec146\DGDecode.dll")
mpeg2source("C:\KATJA\VIDEO_TS\KT.d2v")
Lanczosresize(512,384)
Separatefields()
If you double the frame rate doesn't that mean your bitrate should be doubled for comparable quality?