When I render out my videos, whenever the displays moves fast (in the video, as in the camera turning around 180 degrees for example), you can clearly see lines on the video, making the video look unclear. How do I fix this?
+ Reply to Thread
Results 1 to 30 of 31
-
-
It's probably the interlacing (although that's just a guess). Others here have definite opinions about how the deinterlacing should be done (and you will hear from them after I post this), but if there's a "deinterlace" switch in your software, use it and then check the results. Let us know what happens.
-
PS, If your output format is a DVD to view on a TV, don't de-interlace, the TV will.
-
where can I get a good deinterlace program or what pprogram has a decent deinterlace function?
-
Here is where the flood of opinions will begin.
I'll recommend MPEG Streamclip but others will recommend JES Deinterlacer or other products. Frankly, I haven't seen a hill of beans worth of difference so I just use the easiest (and most stable) app. Maybe I'm not being critical enough. -
Do not deinterlace if making DVDs or Blu-ray discs.
Want my help? Ask here! (not via PM!)
FAQs: Best Blank Discs • Best TBCs • Best VCRs for capture • Restore VHS -
Yes, only deinterlace when necessary. Like when uploading videos to YouTube. One of the best deinterlacers right now is AviSynth's TempGaussMC:
http://avisynth.org/mediawiki/TempGaussMC -
I am going to be uploading to youtube. Thanks to everyone so far I will tell you how it goes.
-
Should I render in vegas and then bring that to MPEG streamclip or bring the whole file to MPEG streamclip?
-
I seem to be having problems with MPEG streamclip. There is no way to render the video uncompressed. is this possible?
-
I had a chance to play with MPEG StreamClip. I was able to export as uncompressed AVI with the "export as other" option. That gave a clip that other programs could read. The usual "export as AVI" only had apple uncompressed fourcc's that other programs couldn't read.
The program's deinterlacing is mediocre. But it might work ok with not-so-sharp camcorder video. It didn't leave any comb artifacts ("lines") but it did leave lots of jagged edges.Last edited by jagabo; 23rd Jun 2010 at 05:41.
-
MPEG Streamclip is designed for use with QuickTime. No one really uses uncompressed video any more; more likely, AIC or ProRes are good choices (for, let's say, Final Cut or Premier).
I'm a little confused, however. Your original post implied you were finished with the editing and were in the "render to delivery format" phase. If so, why are you attempting to do "uncompressed" video through MPEG Streamclip when you already have it as uncompressed as possible with whatever you used to do the editing? -
I was going to go ahead and render out everything uncompressed and then use Vdub to compress it. I guess I will just not use MPEG streamclip, as it seems to not be as good as I once thought. I am currently trying to render out video from my Hauppauge HD PVR (which is recording in 1080i). I am rendering from vegas (where i cut the clips from the hour or 2 hour videos) and then to whatever program I will ultimately use to deinterlace.
-
Here are some examples of a panning shot, a 720p60 source, interlace to 720i30, then deinterlaced with various algorithms.
A 720p60 source, interlaced to 720i30:
Simple bob deinterlace (I think this is what Vegas does), MPEG StreamClip:
AviSynth Yadif (VirtualDub's is similar), AviSynth TempGaussMC_Beta1mod:
Most videos don't have those very thin, nearly horizontal lines where most deinterlacers screw up. So consider these something like worst case examples.Last edited by jagabo; 22nd Jun 2010 at 07:09.
-
jagabo,
Are you interlacing from 720p to 720i and then deinterlacing? -
Yes. One wouldn't normally do this. But for demonstration purposes, that gave me a progressive source with which to compare the results of the deinterlacing algorithms. Ie, a perfect deinterlacer would restore the video back to the original progressive frames.
These were from my attempts to reproduce that Stockholm video that's often referred to:
https://forum.videohelp.com/images/guides/p1934885/stockholma_0-520_q3_yadif_mvbobmod_t...mca4_tdtmm.avi
The original 702p60 video can be found here:
http://media.xiph.org/ldv/pub/test_sequences/
In particular:
http://media.xiph.org/ldv/pub/test_sequences/720p/720p5994_stockholm_ter.yuv
It was interlaced with AviSynth:
SeparateFields()
SelectEvery(4,0,3)
Weave()
ConvertToYV12(interlaced=true)Last edited by jagabo; 22nd Jun 2010 at 10:23.
-
Yes. Keep in mind that VirtualDub doesn't handle the chroma channels of interlaced YV12 (MPEG) sources properly. With real world video the problems can be subtle. With cartoons they are often very obvious. You can get around this by using AviSynth to convert to YUY2 before giving the video to VirtualDub.
WhateverSource("source.ext")
ConvertToYUY2(interlaced=true) -
"Yes. One wouldn't normally do this. But for demonstration purposes, that gave me a progressive source with which to compare the results of the deinterlacing algorithms. Ie, a perfect deinterlacer would restore the video back to the original progressive frames."
But with 60fps source being interlaced to 30fps and then being deinterlaced, aren't you then ending up with 30fps material and not the original? -
No, he's converting 60p to 60i (60i and 30i are the same thing, just different nomenclature. The both mean 30 FRAMES or 60 FIELDS per second)
When he's deinterlacing 60i, you can double rate deinterlace (aka. bob-deinterlace) to 60p , so you keep the temporal resolution. Some programs do not allow you to bob deinterlace (they only single rate deinterlace), and drop 1/2 the temporal information (1/2 the fields) - this would result in 30p instead of 60pLast edited by poisondeathray; 22nd Jun 2010 at 17:41.
-
What about material that's shot in 30fps interlaced? Without the initial 60p as source, you'll never get anything better than the source. I've tried JES and nothing it did proved to be any better (often worse) than MPEG Streamclip. I'll stress I was working with interlaced material.
-
-
If you mean 30i or 60i (again, they are the same thing) , you can bob deinterlace it to 60p.
Deinterlacing degrades quality, because it's deviation from the "original". You're right , you can't get better than the source
But when you watch on non interlaced displays (LCD, HDTV, web, basically anything these days) , they either deinterlace anyways (either drop field , interpolation , or some form of line double +/- antialiasing). You can't watch interlaced material properly without a CRT. The super slow software deinterlacers actually do a better job than hardware deinterlacers or on the fly software deinterlacers.
MPEGStreamclip, at least the Windows version, is horrible for deinterlacing. Jagabo was being too nice when he said it was mediocre
I highly recommend you try some avisynth deinterlacers like TempGaussMC_Beta1 (or Beta2) , or Yadifmod+NNEDI2. There is a night/day difference in quality -
DL'd Virtualdub into my XP VM (in Parallels) but it sees nothing in my videos except the few I have that are AVIs...and they're already deinterlaced. I take the MP4's from my Samsung (which are interlaced), run them through MPEG Streamclip to convert them to AIC for Final Cut and, whether I deinterlace them there or later, the results seem to be the same. I'm not complaining. I probably would be more concerned about this if I weren't shooting SD.
-
If you want to compare, here's an interlaced DV AVI cropped from the Stockholm video. The aspect ratio will be a little off because I simply cropped a 720x480 section out of the square pixel source.
http://www.mediafire.com/?nr2nmnmbfom -
I'm really thankful for all the effort that you all have put forth, but I am kind of getting lost in all the technical talk because I am by no means a video expert (or I wouldn't be posting on this forum, huh?). To simplify I am recording 1080i from my Xbox360 with a Hauppauge HD PVR. I need a good video deinterlace to lose the "combs" on my videos without degrading quality (as little as I can). I will then be editing in Vegas Pro 9 (and maybe After Effects) and then uploading to youtube. Thanks in advance.
Last edited by Tahlos; 23rd Jun 2010 at 02:03.
-
Did you try VirtualDub's Yadif yet? Although it has problems with interlaced YV12 it will probably still look better than MPEG Streamclip. Here's an example where VirtualDub's incorrect handling of YV12 is very obvious (from a vertical panning shot), so you know what to look for.
VirtaulDub's Deinterlace, Yadif, interlaced YV12 source (colors not aligned, stripes):
VirtaulDub's Deinterlace, Yadif, interlaced YUY2 source (colors handled correctly):
What a "perfect" deinterlacer would deliver:
The problems are usually less obvious with real world video than in this animated source. -
If the video is from a High Definition xbox game with good graphics (such as the Call of Duty series) Will the Color handling be a problem?
Similar Threads
-
cpu's about to be rendered obsolete...
By deadrats in forum Latest Video NewsReplies: 7Last Post: 11th Jun 2011, 12:16 -
Gray lines if videos played with DXVA
By mik9x in forum Newbie / General discussionsReplies: 12Last Post: 21st Mar 2010, 08:17 -
what are thes horizental Lines in my HD VIDEOS ...
By Benygh in forum Newbie / General discussionsReplies: 7Last Post: 13th Sep 2009, 13:02 -
Is this rendered quality OK?
By terrypin in forum Newbie / General discussionsReplies: 6Last Post: 22nd Jun 2009, 13:17 -
[SOLVED] Removing scrolling lines from videos
By palyons in forum RestorationReplies: 8Last Post: 27th Jan 2008, 22:48