VideoHelp Forum




+ Reply to Thread
Results 1 to 5 of 5
  1. This one has me a bit stumped. No combination of ChromaShiftSP on the individual fields fix the horizontal chroma shift on this video (originally Hi8 camcorder). The deinterlaced sample just has QTGMC at its default settings to really heighten the shifting (pay attention to the bright red containers...you might have to play the footage frame-by-frame to really see it). Also attached is a lossless sample without any processing.
    Image Attached Files
    Quote Quote  
  2. Interlaced YV12 video was encoded by lagarith as if it was progressive. That blends the chroma channels of the two fields together. Capture and encode as YUY2 instead.
    Quote Quote  
  3. New Guy On The Block The 14th Doctor's Avatar
    Join Date
    Feb 2025
    Location
    U.S.A
    Search PM
    I've seen this also happen with DVDs ripped using MakeMKV which is why I've stopped using it and instead use PgcDemux + MPEG2Source in Avisynth adding upconv = 1 which up converts the video to YUV16 fixes the chroma blending.

    But I understand this is with an analog capture, so you probably messed up on how it was captured.
    Quote Quote  
  4. Yes, the OP has to recapture.
    One can visualize the chroma flaw with a script like
    Code:
    LWLibavVideoSource("sample raw.avi")
    AssumeTFF()
    SeparateFields()                                                                         
    StackHorizontal(last.subtitle("source fields"), Stackvertical(UtoY().coloryuv(cont_y=700).subtitle("U"),VToY().coloryuv(cont_y= 700).subtitle("V")))        
    assumefps(2) #slowdown for demo
    On the right you see that the U,V advance with every 2nd field only. They should advance with every field.
    Image Attached Files
    Quote Quote  
  5. My mistake on the wrong format. I should've known better. I've recaptured, but haven't had the chance to view it yet, but I assume it's fine now.
    Quote Quote  



Similar Threads

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