TFM(D2V="c:\Movie.d2v")
TDecimate(Mode=1)
+ Reply to Thread
Results 1 to 19 of 19
-
Looks like it. Generally, you should upload a sample from the body of the work, not the titles. The titles are often different than the rest of the show.
-
TFM/TDecimate are the proper tools for your sample vid, but that's not really deinterlacing. What you're doing is properly called inverse telecine, or telecine removal. That's where the name of the "IVTC" plugin comes from.
Last edited by sanlyn; 26th Mar 2014 at 07:32.
-
I'm working with this crappy dvd source now, and there seems to be a problem. If you look closely at the boots in this screenshot and other areas you see a bluish color mixed in. Is there a way to get rid of this?
-
Well then, I don't know what you mean by "a bluish color mixed in". I thought you were talking about the brownish grey blotches in your JPG image. But most of that is from the JPEG compression.
-
If you look closely at the lines where there is aliasing, you can see a blue mixed into the line which I don't believe is suppose to be there. Will clearing the aliasing get rid of the weird colored lines?
-
I don't see anything blue:
Just the greyish brown spots that are probably from YV12 chroma subsampling. Do you realize that YV12 video has colors at 1/2 resolution (each dimension) of the greyscale image? A 720x480 YV12 image has a 720x480 greyscale plane and two 360x240 chroma planes:
So small colored patches and sharp edges will always get discolored.Last edited by jagabo; 10th May 2013 at 22:55.
-
The aforementioned MergeChroma(awarpsharp2(depth=X)) helps a little. Play around with the X value. The bigger the value the more the colors are warped/sharpened. But because of the chroma subsampling you will never get perfect results.
-
Another thought: You migh try using a sharp resizer like nnedi3_rpow2() then shrink and merge the chroma from that back with the original luma. This seems to help a little (though I don't know if it will screw up other parts of the video):
Code:MergeChroma(nnedi2_rpow2(2).awarpsharp2(depth=20).BicubicResize(width,height))
Last edited by jagabo; 10th May 2013 at 23:09.
-
I've never encountered this kind of a problem before, but thanks for explaining everything to me.
-
chroma subsampling: https://forum.videohelp.com/threads/294144-Viewing-tests-and-sample-files?p=1792760&vie...=1#post1792760
Then compression adds artifacts on top of that, DCT ringing, macroblocking, etc. -
Ewwww sounds nasty. On another note, what do you recommend I use to get rid of the aliasing in my source? My favorite anti-aliasing filter SAA makes this source look to blurry.
Similar Threads
-
Confused about sample rate?
By JamesWade in forum AudioReplies: 8Last Post: 23rd Oct 2012, 03:59 -
Premiere and sample rates
By tpapictures in forum EditingReplies: 6Last Post: 4th Apr 2011, 20:05 -
avc mp4 sample?
By kablooie29 in forum Newbie / General discussionsReplies: 2Last Post: 24th Oct 2009, 12:06 -
white balance-sample
By kzeko in forum RestorationReplies: 20Last Post: 22nd Oct 2009, 19:06 -
[SOLVED!] Converting Variable Sample Rate to Constant Sample Rate
By Midzuki in forum AudioReplies: 17Last Post: 24th May 2009, 10:26