Log in

View Full Version : help for 23.976 fps


greatmagician
7th August 2009, 02:12
hello I'm using megui and i load d2v file to create script
then i get this script after make analyse and save

# Set DAR in encoder to 32 : 19. The following line is for automatic signalling
global MeGUI_darx = 32
global MeGUI_dary = 19
DGDecode_mpeg2source("C:\HASSAN_N_MORKOSS\VIDEO_TS\test.d2v", info=3)
ColorMatrix(hints=true, interlaced=true, threads=0)
Load_Stdcall_Plugin("D:\Program Files\megui\tools\yadif\yadif.dll")
Yadif(order=1)
crop( 6, 40, -8, -58)

LanczosResize(720,384) # Lanczos (Sharp)
#denoise

when i converted the test file i get original fps ( fps 29.970)
how i can change it to (fps 23.976)
what the line i should add to the script ..
or there is another Idea ??????
plz help me for this step

Inspector.Gadget
7th August 2009, 02:16
Either force film in DGIndex and drop the Yadif() line, or use TIVTC/another Avisynth IVTC as appropriate.

m3mbran3
7th August 2009, 02:34
Replace yadif with tfm(order=1).tdecimate() Will need TIVTC plugin.

n0an
7th August 2009, 11:22
Srestore(frate=23.976) would work as well.

greatmagician
7th August 2009, 13:01
yes ... done now
thanks for help guys ....