Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > Capturing and Editing Video > Avisynth Usage

Reply
 
Thread Tools Search this Thread Display Modes
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
Old 7th August 2009, 02:16   #2  |  Link
Inspector.Gadget
Registered User
 
Join Date: May 2008
Posts: 1,618
Either force film in DGIndex and drop the Yadif() line, or use TIVTC/another Avisynth IVTC as appropriate.
Inspector.Gadget is offline   Reply With Quote
Old 7th August 2009, 02:34   #3  |  Link
m3mbran3
Registered User
 
Join Date: Jun 2009
Posts: 90
Replace yadif with
Code:
tfm(order=1).tdecimate()
Will need TIVTC plugin.
m3mbran3 is offline   Reply With Quote
Old 7th August 2009, 11:22   #4  |  Link
n0an
Britain's Finest!
 
n0an's Avatar
 
Join Date: Jun 2009
Posts: 143
Srestore(frate=23.976) would work as well.
n0an is offline   Reply With Quote
Old 7th August 2009, 13:01   #5  |  Link
greatmagician
Registered User
 
Join Date: Mar 2009
Posts: 23
yes ... done now
thanks for help guys ....
greatmagician is offline   Reply With Quote
Reply

Tags
23.976, avisynth, fps

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 13:25.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.