View Single Post
Old 7th August 2009, 02:12   #1  |  Link
greatmagician
Registered User
 
Join Date: Mar 2009
Posts: 23
help for 23.976 fps

hello I'm using megui and i load d2v file to create script
then i get this script after make analyse and save

Code:
# 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
greatmagician is offline   Reply With Quote