VideoHelp Forum




+ Reply to Thread
Results 1 to 19 of 19
  1. TFM(D2V="c:\Movie.d2v")
    TDecimate(Mode=1)
    Image Attached Files
    Quote Quote  
  2. 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.
    Quote Quote  
  3. Banned
    Join Date
    Oct 2004
    Location
    New York, US
    Search Comp PM
    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.
    Quote Quote  
  4. 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?
    Image Attached Thumbnails Click image for larger version

Name:	sample.jpg
Views:	266
Size:	44.6 KB
ID:	17769  

    Quote Quote  
  5. I think what you are seeing is DCT ringing in the chroma channels. First try decoding with DgMpegDec and use it's deblocking and deringing filters:

    Code:
    Mpeg2Source("filename.d2v", CPU=6)
    If that doesn't work try something like:

    Code:
     MergeChroma(awarpsharp2(depth=30))
    Quote Quote  
  6. Neither of those seemed to work
    Quote Quote  
  7. Is that frame in the VOB sample you posted?
    Quote Quote  
  8. no I'll upload a sample with the frame though
    Image Attached Files
    Quote Quote  
  9. 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.
    Quote Quote  
  10. 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?
    Quote Quote  
  11. I don't see anything blue:

    Click image for larger version

Name:	BOOT.png
Views:	209
Size:	55.3 KB
ID:	17781

    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:

    Click image for larger version

Name:	YUV.png
Views:	274
Size:	391.8 KB
ID:	17782

    So small colored patches and sharp edges will always get discolored.
    Last edited by jagabo; 10th May 2013 at 22:55.
    Quote Quote  
  12. Yea, that's what I'm trying to fix. Is it possible?
    Quote Quote  
  13. Yes, work in RGB or YUV 4:4:4 and paint them by hand.
    Quote Quote  
  14. Lol sounds like lots of fun! Thanks for the help
    Quote Quote  
  15. 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.
    Quote Quote  
  16. 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))
    But what's really happening is the red is bleeding into the black lines.
    Last edited by jagabo; 10th May 2013 at 23:09.
    Quote Quote  
  17. I've never encountered this kind of a problem before, but thanks for explaining everything to me.
    Quote Quote  
  18. 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.
    Quote Quote  
  19. 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.
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!