humax
15th December 2007, 05:17
Hi
I have a Problem with IVTC . I have a DVD Source with 29.97 fps . After IVTC it has 23.97 fps . But i want that it has 29,97 fps . Whats my fault ? DgIndex says that the source is interlaced with 29.97 fps .
thx for help.
Script :
# Created with Gordian Knot
#
# http://gknot.doom9.org
# PLUGINS
LoadPlugin("H:\GORDIA~1\DGMPGDec\DGDecode.dll")
LoadPlugin("Y:\Tools\decomb521.dll")
# SOURCE
mpeg2source("Y:\test2.d2v", idct=0)
# TRIM
#trim(startframe,endframe)
# IVTC
# or use
#IVTC(44,11,95)
#GreedyHMA(1,0,4,0,0,0,0,0)
Telecide(order=1,guide=1).Decimate()
# CROPPING
crop(4,4,712,476)
# DENOISING: choose one combination (or none)
# RESIZING
BicubicResize(640,352,0,0.5)
I have a Problem with IVTC . I have a DVD Source with 29.97 fps . After IVTC it has 23.97 fps . But i want that it has 29,97 fps . Whats my fault ? DgIndex says that the source is interlaced with 29.97 fps .
thx for help.
Script :
# Created with Gordian Knot
#
# http://gknot.doom9.org
# PLUGINS
LoadPlugin("H:\GORDIA~1\DGMPGDec\DGDecode.dll")
LoadPlugin("Y:\Tools\decomb521.dll")
# SOURCE
mpeg2source("Y:\test2.d2v", idct=0)
# TRIM
#trim(startframe,endframe)
# IVTC
# or use
#IVTC(44,11,95)
#GreedyHMA(1,0,4,0,0,0,0,0)
Telecide(order=1,guide=1).Decimate()
# CROPPING
crop(4,4,712,476)
# DENOISING: choose one combination (or none)
# RESIZING
BicubicResize(640,352,0,0.5)