XiOUS
15th September 2004, 14:58
DGIndex shows this info when pressing F5:
AR: 4:3
Frame Rate: 29.970 fps
Video Type: NTSC
Frame Type: Interlaced
...
I have tried to save the project with "Video" -> "Field Operation" set to "None" and to "Forced FILM". I then create an .avs file as below:
LoadPlugin("C:\DGDecode.dll")
LoadPlugin("C:\Decomb.dll")
mpeg2source("G:\DD51\ddi1.d2v")
fielddeinterlace()
crop(0,38,0,-38)
lanczosresize(720,480)
ResampleAudio(44100)
"DGDecode.dll" I've taken from DGIndex files and "Decomb.dll" I've taken from DoItFast4U program as I couldn't find it in DGIndex folder or anywhere else. I guess I need to use it for "fielddeinterlace()" to work.
My problem is that something is wrong because when I add "LoadPlugin("C:\Decomb.dll")" and "fielddeinterlace()" to my .avs file, CCE will load it but the duration shows up as only ~10s when otherwise it shows up as ~35s.
I've also tried "SmoothDeinterlacer.dll" adding this lines to my .avs:
LoadPlugin("SmoothDeinterlacer.dll")
SmoothDeinterlace()
with same result (shows up with ~10s duration).
How can I deinterlace my interlaced NTSC in a proper way?
Because if I use my .avs without the deinterlace-stuff my final VOB will have these irritating horizontal lines in the picture.
AR: 4:3
Frame Rate: 29.970 fps
Video Type: NTSC
Frame Type: Interlaced
...
I have tried to save the project with "Video" -> "Field Operation" set to "None" and to "Forced FILM". I then create an .avs file as below:
LoadPlugin("C:\DGDecode.dll")
LoadPlugin("C:\Decomb.dll")
mpeg2source("G:\DD51\ddi1.d2v")
fielddeinterlace()
crop(0,38,0,-38)
lanczosresize(720,480)
ResampleAudio(44100)
"DGDecode.dll" I've taken from DGIndex files and "Decomb.dll" I've taken from DoItFast4U program as I couldn't find it in DGIndex folder or anywhere else. I guess I need to use it for "fielddeinterlace()" to work.
My problem is that something is wrong because when I add "LoadPlugin("C:\Decomb.dll")" and "fielddeinterlace()" to my .avs file, CCE will load it but the duration shows up as only ~10s when otherwise it shows up as ~35s.
I've also tried "SmoothDeinterlacer.dll" adding this lines to my .avs:
LoadPlugin("SmoothDeinterlacer.dll")
SmoothDeinterlace()
with same result (shows up with ~10s duration).
How can I deinterlace my interlaced NTSC in a proper way?
Because if I use my .avs without the deinterlace-stuff my final VOB will have these irritating horizontal lines in the picture.