Hi Guys
I need help in de-interlacing this badly interlaced dvd as I have tried every plugin almost but still it's not de-interlacing properly.
Code:https://mega.nz/#!ScVUxY6B!WkxB2I6u5xCGhiDPgCdf9PspuV17JgwMgUYMplxL-Rk
+ Reply to Thread
Results 1 to 7 of 7
-
-
It's a PAL video but telecined to play on NTSC equipment. In avisynth you can use
Code:qtgmc(preset="super fast) #qtgmc defaults to medium preset, which is slower but better srestore(frate=25)
Code:Yadif(mode=1, order=-1) #noticeably worse than qtgmc but much faster srestore(frate=25)
http://avisynth.nl/index.php/QTGMC
http://avisynth.nl/index.php/Srestore -
I hate to contradict, but it's not a PAL video. It was sourced from a 25fps master , yes, but it's from a perfectly legal NTSC DVD. And it was never telecined but field-blended to get to 29.97fps. If it were telecined you could use TIVTC on it, but you can't. It has to be unblended. But I used a script similar to yours.
To adi10289:
More Indian garbage? You know, don't you, that the Indian DVDs are the very worst in the world? That's because they use PAL masters for the NTSC DVDs. Ordinarily, the PAL versions are much better. And if you want to work on them you need some knowledge of AviSynth. It's the only thing that can restore these things to the way they're supposed to be. For yours:
QTGMC(Preset="faster")
SRestore()
That will return it to the 25fps that was used to make this awful DVD. And we didn't need three minutes to figure it out. 10 well chosen seconds would have been plenty. -
@manono
I have already tried using qtgmc and below is my result. Not perfectly de-interlaced and ghosting in between. How you have encoded it?
-
you did. All in order to tell him to do exactly as I said.
Yes PAL video = 50 fields a second, but it's common to call 25fps PAL. Which is the original frame rate of the source, used to make this DVD. Was not expecting a nitpick.
Yes it is a legal NTSC DVD, which is why I said it was designed to play on NTSC equipment (NTSC DVD).
Yes, it's not telecined otherwise a field matcher could be used. That's just the first description that comes to my head when restoring the progressive frames and original fps. -
@adi10289
You seem to be resizing first, then deinterlacing which is the wrong order.
Code:qtgmc() srestore(frate=25) crop(2, 54, -2, -58) Spline64Resize(852,368) # Spline64 (Sharp)
Similar Threads
-
Interlaced to interlaced problem in H.265 (but not in H.264!)
By gilius2k14 in forum Video ConversionReplies: 25Last Post: 10th Aug 2016, 07:55 -
VOB to AVI in AutoGK gives a skewed badly cropped output
By loninappleton in forum Video ConversionReplies: 5Last Post: 23rd Sep 2015, 22:37 -
Problem with WM Recorder (I Need Help with it, badly!)
By massafera in forum Newbie / General discussionsReplies: 0Last Post: 13th Apr 2014, 13:20 -
Convert interlaced source to interlaced DVD
By Ozzapoo in forum Video ConversionReplies: 1Last Post: 4th Aug 2013, 02:52 -
Can an interlaced file appear not to be interlaced on the monitor?
By rcavanah in forum Authoring (DVD)Replies: 5Last Post: 10th Sep 2011, 22:09