Hi,
I have extensively used QTGMC with wonderful results for interlaced material, but I have a strange problem-child to deal with: it is an interlaced master that was WRONGLY exported as interlaced AVI.
It is obvious that the original material (fine motion graphics mixed with interlaced live) should have been exported as progressive.
What would be the best method to get back the horizontal resolution, that seems to have bee decimated in this file? Material is 4:3 SD-resolution.
+ Reply to Thread
Results 1 to 8 of 8
-
-
Got it, thanks. Attached a excerpt.
Looks like interlaced soccer game was scaled, then mixed with progressive speed chart and exported as interlaced. Pretty messy.
Getting wavey horizontals also with de-interlacing.
Suggestions welcome.
Have tried QTGMC pure, then some horizontal blurring, not sure what to try next.
Hmmmmmm.... -
I think the problem here is that a 576 line frame was reduced to 434 lines by discarding pairs of scanlines. With 25 percent of the scanlines missing the near-horizontal lines are left with those wavy patterns.
-
It's interlaced bottom field first
Code:AssumeBFF() QTGMC() turnright().QTGMC(InputType=1).turnleft() #maybe helps somewhat
Last edited by Sharc; 18th Jul 2022 at 09:28.
-
Thanks for the suggestion.
This does make the horizontal waves somewhat quieter, lower "frequency" but only a slight improvement.
Or maybe I have been staring at this sequence (over 2 hours of WM 2006!) so long I see annoyances everywhere where no normal person would be paying attention. -
This code, suggested by Skiller as an antidote to "Interlaced Twitter" really did help with some shimmering of the horizontals but then smeared the graphics + subs more than I could accept.
Code:
Blur(0, 0.7, false).Sharpen(0, 0.4, false) #normal
Blur(0, 0.6, false).Sharpen(0, 0.4, false) #for less detailed sources
The sharpen() may seem counterintuitive but like this it works more like a broadcast low-pass filter that "thickens" details rather than just a blur. -
You used only one of the two lines, right (not both)?
If yes, I'm afraid that's about as detailed as interlaced video can be on the vertical axis without creating unwanted side-effects.
Yes, interlaced video simply cannot have the full vertical resolution which an entirely progressive playback chain from start to finish can.
Edit: I am mixing up topics. That code should not be used for the problems in this thread, or at least that's not what it is intended for.Last edited by Skiller; 20th Jul 2022 at 16:40.
Similar Threads
-
Should my long term storage master be de-interlaced?
By 22west in forum Capturing and VCRReplies: 3Last Post: 23rd Jan 2022, 21:11 -
Restoring this messy telecine-interlaced video
By rrats in forum RestorationReplies: 12Last Post: 17th Oct 2021, 07:49 -
Restoring White Tint on Interlaced Source
By ENunn in forum RestorationReplies: 10Last Post: 26th Mar 2021, 23:28 -
ffmpeg changes interlaced to progressive
By SF01 in forum Video ConversionReplies: 12Last Post: 30th Mar 2020, 10:51 -
Restoring resized interlaced videos
By Lirk in forum RestorationReplies: 10Last Post: 8th Jan 2018, 13:16