PDA

View Full Version : Megui Fps problem, Need some help


alimog
2nd August 2008, 13:02
I've got some promblem with fps in megui. I'm ripping dvd to mkv but sometimes the result comes out to be 19.18 fps. How can I set it to 23.97?

jeffy
2nd August 2008, 13:31
You need help, you should provide a lot more information. Period. :)

What source? DVD? TV capture? NTSC? PAL? If you know - what kind? Anime/real footage/film?
What options did you choose in MeGUI?

~bT~
2nd August 2008, 13:53
your source is film (force film applied d2v) and your are using automatic deinterlacer which adds ivtc to script which results in the odd fps.

check the fps in 2nd tab before you analyse.

alimog
2nd August 2008, 16:22
your source is film (force film applied d2v) and your are using automatic deinterlacer which adds ivtc to script which results in the odd fps.

check the fps in 2nd tab before you analyse.

Well, these are all exactly what I have but being a newbie, I could'nt get the last sentence. By 2nd tab, you mean Filter Tab? There is a fps box there but it's not active and it's set to 23.976 anyway.
I've followed the tutorial below so all my option are as mentioned there (except I changed the container to mkv):
http://www.digital-digest.com/articles/MeGUI_H.264_Conversion_Guide_page1.html


There is my avisynth script:

DGDecode_mpeg2source("D:\Projects\MKV\Scent Of A Woman\Main\VIDEO_TS\VTS_01_1.d2v",info=3)
ColorMatrix(hints=true)
#deinterlace
crop( 0, 12, 0, -10)

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

Sharktooth
2nd August 2008, 16:34
:readguid: before reading the tutorials.

~bT~
3rd August 2008, 01:10
2nd tab, you mean Filter Tab? There is a fps box there but it's not active and it's set to 23.976 anywayif it states 23.976fps (that means force film has been applied to d2v) then there is no need to analyse.

jeffy
3rd August 2008, 01:54
There is something wrong, the AVS script above cannot produce this result. It might only happen when the stream with a framerate 23.976 fps is decimated (4/5 [1-in-5 decimation]*23.976=19.18 fps)

alimog
3rd August 2008, 08:18
There is something wrong, the AVS script above cannot produce this result. It might only happen when the stream with a framerate 23.976 fps is decimated (4/5 [1-in-5 decimation]*23.976=19.18 fps)

Is there any way to solve this?

Sharktooth
3rd August 2008, 16:12
the only way: :readguid:

alimog
3rd August 2008, 16:20
Thanks for much of help!
At least can you tell me which guides to refer to?

Sharktooth
3rd August 2008, 16:21
there is a sticky called MeGUI guide...

forum rule No. 1:
1) Read up before asking! There are tons of guides, FAQs and each forum has a dedicated Q&A thread with additional info.