I have several source files which are MPEG-2, from dvd.
It seems like the framerate is 23.976/29.97 mixed.
I need to convert to 29.97 for conversion to MP4.
What I'm trying to do is first convert it to avi so that I can apply filters such as brightness, de-interlacing, and audio normalizing before converting to MP4.
I'm using DGIndex and TMPGEnc for the process of converting to avi, and PSP Video 9 to convert to MP4.
The problem is during the TMPGEnc stage, I see that it suffers massive interlacing errors due the variance in framerate. The timing of the video (audio sync) is not affected, but the interlacing errors are terrible. It seems as though the coloring of the fields are interfering with each other and it won't de-interlace properly. It looks like it has something to do with the fact that the source is 24fps and is then converted to 30fps (interlacing) then de-interlaced.
left - orginal, right - deinterlaced (duplicate field 1)
![]()
Is there a program that can take the VOB with the varied framerate and "standardize" it to 29.97fps for me? Maybe by duplicating frames instead of interlacing?
I've tried changing the settings in DGIndex. It seems alright mostly when i set DGIndex to use film framerate. But then theres the scenes that are 30fps, which will suffer under that setting. And the end result file will have 30fps...
+ Reply to Thread
Results 1 to 4 of 4
-
asdf
-
When using DGIndex you want FIELD OPERATION set to HONOR PULLDOWN FLAGS and this will give you 29.970fps from start to finish which is what you want.
Sounds like maybe you are setting it to the FORCE FILM option which is incorrect for HYBRID material such as what you have.
- John "FulciLives" Coleman"The eyes are the first thing that you have to destroy ... because they have seen too many bad things" - Lucio Fulci
EXPLORE THE FILMS OF LUCIO FULCI - THE MAESTRO OF GORE
-
Yeah, it has to be Honor Pulldown Flags to get it to 29.97fps. Although I think you can then deinterlace off of one field or the other in TMPGEnc, it'll deinterlace everything, lowering the quality of the frames that don't need deinterlacing, and cutting the effective resolution in half. Much better will be AviSynth's TDeint(Full=False). It'll leave the already progressive frames alone, and deinterlace off of a field, but give full resolution to static areas of the frames being deinterlaced. When done you'll have a nice 29.97fps video, with dupe frames (and therefore playing slightly jerky) on the 23.976fps parts.
Make sure you deinterlace before cropping and/or resizing.
http://bengal.missouri.edu/~kes25c/TDeintv11.zip
Frameserving an AviSynth script into VDubMod set for Fast Recompress, and doing all the filtering in AviSynth will allow you to encode much faster with better quality.
Similar Threads
-
Pls help! Best way to convert NTSC VHS (captured using PAL VCR) to NTSC DVD
By rairjordan in forum Capturing and VCRReplies: 33Last Post: 28th Nov 2013, 11:33 -
PAL to NTSC, NTSC to PAL framerate conversion?
By Baldrick in forum Video ConversionReplies: 44Last Post: 5th Dec 2009, 23:31 -
NTSC to PAL, PAL to NTSC framerate conversion?
By Baldrick in forum Video ConversionReplies: 23Last Post: 23rd Apr 2008, 11:19 -
NTSC-PAL-NTSC (25-23.976+pulldown) and audio sync problem - related?
By ecc in forum Video ConversionReplies: 14Last Post: 14th Nov 2007, 11:34 -
Odd framerate for NTSC after rendering
By crimsonjade in forum Video ConversionReplies: 4Last Post: 28th Jul 2007, 19:35