I'm trying to deinterlace an old movie made on the MSX called The Flying Luna Clipper. The entire movie is pixelart. It's ripped from a LaserDisc and is interlaced. The problem I'm having is with interpolation. It rounds off the pixelation. I'm most familiar with Yadif and QTGMC is there another deinterlacer or technique I should use? Any direction would be greatly appreciated. I've attached a clip.
Try StreamFab Downloader and download from Netflix, Amazon, Youtube! Or Try DVDFab and copy Blu-rays!
+ Reply to Thread
Results 1 to 5 of 5
Thread
-
-
You need to get a proper 704x480 capture first. That video has been resized to 704x528 incorrectly for interlaced video. The two fields cannot be cleanly separated anymore.
-
I have kept my eye out, it's very rare. I was de-scaling with DeBicubicResizeMT(640, 480) and then de-interlacing.
If I did have a normal SD resolution what would be a good way to address keeping the pixelation? I'm just trying to get a more watchable file even if it's not perfect. -
Maybe something like this is what you're looking for:
Code:LWLibavVideoSource("The Flying Luna Clipper (1987) - clip.mkv", cache=false, prefer_hw=2) AssumeTFF() DebicubicResizeMT(352, 480) SeparateFields() ConvertToYUY2() PointResize(704,480) Interleave(SelectEven(), SelectOdd().Crop(0,0,-0,-1).AddBorders(0,1,0,0)) ConvertToYV12() AssumeFrameBased() prefetch(8)
-
Similar Threads
-
DCR-TRV17E pixelated. A digital camcorder thing or bad transfer.
By Joscraft_05 in forum CapturingReplies: 5Last Post: 23rd Mar 2024, 04:57 -
why potplayer pixelated when using hardware encoder?
By savvyguy in forum Newbie / General discussionsReplies: 10Last Post: 16th Aug 2021, 19:48 -
Pixelated video
By patevisvl in forum EditingReplies: 17Last Post: 7th Jun 2020, 08:59 -
Help getting rid of jagged/pixelated edge artifacts from DVD rip
By sebastiandm in forum DVD RippingReplies: 4Last Post: 21st Apr 2020, 16:33 -
Pixelated picture when capturing mini-DV through Firewire
By malling in forum CapturingReplies: 7Last Post: 27th Aug 2019, 14:51