Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. |
20th May 2010, 21:20 | #1 | Link |
Used Registerer
Join Date: Mar 2009
Location: Brussels
Posts: 15
|
Filter for 'weird' interlacing?
Hello,
Could anyone suggest a nice filter to make the following video smooth again? The regular deinterlace filters (tomsmocomp, yadif, etc.) don't seem to handle this one... Video sample (6 mb vob): http://rapidshare.com/files/389671750/VTS_01_1.VOB or http://www.megaupload.com/?d=ZKRYGNXQ Thanks in advance, and sorry for the rather vague title; I don't know how I'd call this phenomenon, so it was a bit hard to search the forum for similar cases. If you know what this is actually called, thanks for letting me know... Last edited by Guest; 20th May 2010 at 23:16. Reason: rule 12 |
20th May 2010, 21:36 | #2 | Link |
Software Developer
Join Date: Jun 2005
Location: Last House on Slunk Street
Posts: 13,251
|
The obvious question: Did you try YadifMod+NNEDI2 or TempGaussMC yet ???
__________________
Go to https://standforukraine.com/ to find legitimate Ukrainian Charities 🇺🇦✊ Last edited by LoRd_MuldeR; 20th May 2010 at 21:38. |
20th May 2010, 22:30 | #4 | Link | |
Software Developer
Join Date: Jun 2005
Location: Last House on Slunk Street
Posts: 13,251
|
Quote:
I doubt there is a way to "fix" this mess
__________________
Go to https://standforukraine.com/ to find legitimate Ukrainian Charities 🇺🇦✊ Last edited by LoRd_MuldeR; 20th May 2010 at 22:35. |
|
20th May 2010, 23:04 | #6 | Link |
Formerly davidh*****
Join Date: Jan 2004
Posts: 2,521
|
I think it's an old 405-line broadcast. You might get something slightly nicer by downsizing vertically (but to what size is a matter for experimentation) and then bobbing/reinterlacing. I'd have a go myself but it's bedtime...
David |
20th May 2010, 23:12 | #7 | Link |
Software Developer
Join Date: Jun 2005
Location: Last House on Slunk Street
Posts: 13,251
|
A very quick experiment with this code crudely smoothed out the interlacing artifacts:
Code:
MPEG2Source("C:\Temp\!_Downloads\VTS_01_1.d2v") SeparateFields() Merge(Last.SelectEven(),Last.SelectOdd()) NNEDI3(field=-2) Merge(Last.SelectEven(),Last.SelectOdd()) NNEDI3(dh=true)
__________________
Go to https://standforukraine.com/ to find legitimate Ukrainian Charities 🇺🇦✊ |
20th May 2010, 23:37 | #8 | Link |
Formerly davidh*****
Join Date: Jan 2004
Posts: 2,521
|
I tried:
Code:
lanczosresize(720,320) # guesswork; another value for height may work better bob # also use a better bobber! lanczosresize(720,576) David |
21st May 2010, 10:55 | #12 | Link |
Registered User
Join Date: Dec 2002
Location: UK
Posts: 1,673
|
It's a telerecording (kinescope) from a 405-line TV broadcast. They would have pointed a film camera at a TV screen, and captured the image displayed. The camera would have been synchronised to the video signal. This is quite high quality, and has captured both fields without blurring.
The resulting film has just been transferred to DVD like any other normal feature film - the "interlacing" you see is on the film print - the transfer from film to DVD isn't "interlaced" as such. (I know it's flagged interlaced, but so are many PAL film transfers). It's quite rare for the original interlacing to be so well intact - it would have made this film very difficult to re-transmit, because there's no way the interlacing can "line up" again, so you'd get very strange effects watching the film on a 405-line interlaced CRT. Usually the fields are blurred together a little using spot wobble, either on the TV screen as the film is being captured, or in the film scanner when the film is being converted back to video. It must be possible to detect the original scan lines, recover the original interlaced video, deinterlace it, and upscale it (this will have about 375 visible lines - you need 576 for PAL). Deinterlacing and upscaling can be done very well in AVIsynth, but I don't think anyone has ever recovered the original scan lines from a film print like this. yet. ...but given that the far harder problem of colour recovery from a B&W film print has been acheived, this should be a walk in the park for some clever person! Cheers, David.. |
21st May 2010, 11:04 | #13 | Link |
Registered User
Join Date: Dec 2002
Location: UK
Posts: 1,673
|
Without anything clever, my suggestion would be...
PHP Code:
You could make it adaptive and only process the areas with movement. That would keep full resolution on stationary parts (where there's no "interlacing") - though adaptively blurring like this make look even stranger than having the whole thing look soft. Cheers, David. |
21st May 2010, 11:52 | #14 | Link |
Registered User
Join Date: Jan 2005
Location: cz
Posts: 704
|
dont know if its suitable, but yuo may have a look at:
http://compression.ru/video/old_film..._shift_en.html |
21st May 2010, 14:20 | #15 | Link |
Software Developer
Join Date: Jun 2005
Location: Last House on Slunk Street
Posts: 13,251
|
NNEDI has some "speed -vs- quality" options you could tweak for speed. Also NNEDI2 is a lot faster than NNEDI3...
__________________
Go to https://standforukraine.com/ to find legitimate Ukrainian Charities 🇺🇦✊ |
21st May 2010, 14:37 | #16 | Link | |
Used Registerer
Join Date: Mar 2009
Location: Brussels
Posts: 15
|
Quote:
The quality is not great, but at least it's better than the original dvd! Thank you (all of you) for your suggestions! |
|
21st May 2010, 17:07 | #19 | Link |
Used Registerer
Join Date: Mar 2009
Location: Brussels
Posts: 15
|
http://www.amazon.com/Beethoven-Cell.../dp/B000092T5P (European R2 version)
|
22nd May 2010, 01:19 | #20 | Link | |
Registered User
Join Date: Mar 2004
Location: Ireland
Posts: 481
|
Quote:
I have not seen any of the restored programmes mentioned (they don't seem to broadcast them very often) but it sounds promising. |
|
Tags |
avisynth, filters |
Thread Tools | Search this Thread |
Display Modes | |
|
|