View Single Post
Old 18th November 2011, 14:40   #11008  |  Link
LoRd_MuldeR
Software Developer
 
LoRd_MuldeR's Avatar
 
Join Date: Jun 2005
Location: Last House on Slunk Street
Posts: 13,248
Quote:
Originally Posted by nlnl View Post
url]http://dl.dropbox.com/u/43376972/PAL%20film%20deinterlacing%20artifacts.mkv[/url]
PAL SD movie in .mkv.
This one doesn't appear to be interlaced. Looks more like the result of a bad deinterlace

I would suggest you "repair" that clip prior to playback. You may try something like this in Avisynth:
Code:
FFVideoSource("PAL film deinterlacing artifacts.mkv")
NNEDI3(field=-2)
Merge(Last.SelectEven(), Last.SelectOdd())
Code:
FFVideoSource("PAL film deinterlacing artifacts.mkv")
SeparateFields()
Merge(Last.SelectEven(), Last.SelectOdd())
NNEDI3(dh=true)
__________________
Go to https://standforukraine.com/ to find legitimate Ukrainian Charities 🇺🇦✊

Last edited by LoRd_MuldeR; 18th November 2011 at 15:49.
LoRd_MuldeR is offline   Reply With Quote