I'm trying to fix a music video that was telecined and then upscaled. Below is the current script I'm using as TFM left a lot of artifacts. It's still far from perfect. Is there a better way to solve this? Is it even possible?
DebilinearResizeMT(640,480)
vinverse()
QTGMC(InputType=2)
srestore(omode=5)
+ Reply to Thread
Results 1 to 4 of 4
-
-
Try something like
a. Descale
b. AssumeTFF + Deinterlace with QTGMC (not InputType=2)
c. KillerSpots or SpotLess
d. MCTemporalDenoiseusers currently on my ignore list: deadrats, Stears555 -
This works pretty well at restoring the original film frames:
Code:LSMASHVideoSource("Mac Demarco - Very Spooky.mp4") AssumeTFF() DeBicubicResizeMT(640, 480) TFM() TDecimate()
-
Your script doesn't show TFM/TDecimate. How exactly did you do the inverse telecine? If you use TFM/TDecimate properly (you need to use both), and if standard telecine was used, the result should be perfect.
You need to post a few seconds of the original, showing lots of movement, so the telecine pattern can be examined. Trying to patch things up after the IVTC has been screwed up is a waste of time.
Similar Threads
-
Is there anyway to deinterlace upscaled video?
By LaserBones in forum Newbie / General discussionsReplies: 3Last Post: 29th Oct 2023, 07:36 -
How to deint. a video that contains both telecined and interlaced frames?
By elektro in forum Newbie / General discussionsReplies: 10Last Post: 30th Oct 2022, 14:15 -
Restoring telecined video
By semel1 in forum Newbie / General discussionsReplies: 13Last Post: 2nd Feb 2021, 10:57 -
How does the audio sync properly for telecined video?
By 90sTV in forum Newbie / General discussionsReplies: 5Last Post: 3rd Oct 2019, 20:32 -
Fixing Partially Download MP4 Files
By pone44 in forum Video ConversionReplies: 7Last Post: 12th May 2019, 04:12