Hallo
Ich habe einen NTSC Stream encoden wollen . Da kam auf einmal eine Framerate von 47.953 raus . Normal müßte das doch 29,97 sein .
Was habe ich da falsch eingestellt ??
Ich sehe keinen Fehler in meine Script . Höchstens das was mit IVTC nicht stimmt .
Danke für Hilfe.
Script :
# Created with Gordian Knot
#
# http://gknot.doom9.org
# PLUGINS
LoadPlugin("H:\GORDIA~1\DGMPGDec\DGDecode.dll")
LoadPlugin("H:\GORDIA~1\AviSynthPlugins\decomb.dll")
LoadCplugin("Y:\Tools\yadif.dll")
# SOURCE
mpeg2source("Y:\ntsctest.d2v", idct=0)
# TRIM
#trim(startframe,endframe)
# IVTC
Telecide(order=1,guide=1).Decimate()
# or use
#IVTC(44,11,95)
#GreedyHMA(1,0,4,0,0,0,0,0)
# DEINTERLACING (1)
yadif(mode=1,order=1)
# CROPPING
crop(0,0,720,480)
# RESIZING
BicubicResize(640,352,0,0.5)