I bought a bunch of DVDs that I'm trying to convert so that I can save them on my Windows Home Server. I was taping them off the air, but they were too compressed to start with and had a lot of MPEG artifacts, so I figured I'd buy the DVDs and start with a crisp source.
Unfortunately, it seems even *after* I IVTC the video, there are interlacing artifacts (see the first image above - yes, this is a "solid" frame). Can someone explain to me how this happens and what's the best way to convert this to something I can just store and watch over a popcorn hour box?
This second frame I'm attaching is using VirtualDub deinterlace with two fields of a single frame unwrapped side-by-side. As you can see, it looks almost like a "temporal" image is shadowed onto EACH FIELD. Like the top field has artifacts of the bottom field in it, and the bottom field has artifacts of the top image in it. Is this normal? I take it there's no way to un-do this, so what would you do?
Thanks for any suggestions.
+ Reply to Thread
Results 1 to 8 of 8
-
-
What did you use to IVTC ?
You're probably seeing frame blending artifacts."Quality is cool, but don't forget... Content is King!" -
VirtualDub built-in IVTC. I did try AnimeIVTC (using AVISynth) and get the same result.
Thanks.Last edited by volswagn; 2nd May 2010 at 16:36.
-
Try Xvid4PSP. It'll use Avisynth's IVTC and will most likely give you a better finished product. Those frame blends can be removed completely, but you'll have to use Avisynth to do it.
http://forum.doom9.org/showthread.php?t=95924"Quality is cool, but don't forget... Content is King!" -
VirtualDub does not handle interlaced YV12 correctly.
https://forum.videohelp.com/threads/316415-Check-Over-My-Options-From-DVD-to-XviD-Conve...=1#post1958565
https://forum.videohelp.com/threads/307116-8mm-film-and-the-msu-old-color-restoration-f...=1#post1890833
If you really want to use VirtualDub's IVTC filters you can open your file with VirtualDub and use ConvertToYUY2(interlace=true) or ConvertToRGB(interlaced=true). But if you're going to do that you might as well IVTC in AviSynth. Try TFM() followed by TDecimate().
WhateverSource("filename.ext")
TFM()
TDecimate()Last edited by jagabo; 2nd May 2010 at 18:54.
-
volswagn reported that he tried animeivtc already ; he didn't mention the parameters used, but if it was AnimeIVTC(mode=1) , that's essentially the same thing as TFM().TDecimate()
-
poisondeathray: Thanks. I think I got myself confused in trying a bunch of options. I had been doing stuff off the air and AnimeIVTC worked fine. Due to the way I was trying to get the DVDs to mkv, I guess I hadn't actually tried AnimeIVTC on the DVD material, so that's my bad.
Everyone else: Thank you so much for the help. It was definitely VirtualDub not handling the YV12 correctly. Xvid4PSP did a perfect job on it, but it's slow as hell on Win7 x64. Seems like a great app though. I noticed that the conversion profile I was using (AnimeIVTC somethingorother, the 2.0 did not work) has a couple lines in the script that add a whole bunch of sharpening and I think that's what slowed it down. I'll have to play around with the script options and maybe see if I can take those lines out of the profile, since it's pretty-clear DVD material to start with.
I'd try again using straight AVISynth, but it looks like Xvid4PSP can figure out all the deinterlacing automatically and trim the MPEG files much better than I know how to do it myself.
Thanks again!!
Similar Threads
-
temporal degrain
By unclescoob in forum RestorationReplies: 10Last Post: 3rd Mar 2012, 22:53 -
Question about DECOMB and IVTC in BDRB
By mrswla in forum Blu-ray RippingReplies: 4Last Post: 17th Feb 2011, 17:20 -
Question: 29.97fps IVTC to 23.97 and Audio
By Quigonsean in forum Video ConversionReplies: 8Last Post: 9th Oct 2009, 19:37 -
Question Re IVTC, DGIndex & NTSC Source
By onesikgypo in forum Video ConversionReplies: 7Last Post: 18th Aug 2009, 03:58 -
AutoGK question: Can I "Force IVTC" on "Hard-encoded NTSC&am
By BozQ in forum DVD RippingReplies: 11Last Post: 12th Jun 2009, 13:46