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.
+ Reply to Thread
Results 1 to 5 of 5
-
-
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. -
Yes, the OP has to recapture.
One can visualize the chroma flaw with a script like
On the right you see that the U,V advance with every 2nd field only. They should advance with every field.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 -
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.
Similar Threads
-
0,5 frame audio shift after mpeg2 to mp4 conversion
By Bencuri in forum Video ConversionReplies: 16Last Post: 12th Nov 2025, 08:27 -
Is it possible to shift a video with half a frame?
By Bencuri in forum EditingReplies: 28Last Post: 2nd Nov 2025, 22:14 -
floating chroma shift issue?
By cinephil in forum RestorationReplies: 152Last Post: 3rd Dec 2024, 13:06 -
How to remove this interlace/blending/chroma bleed?
By Maguku1738 in forum Newbie / General discussionsReplies: 2Last Post: 5th Nov 2024, 16:32 -
Chroma Shift creates artefacts
By phelissimo_ in forum RestorationReplies: 0Last Post: 19th Sep 2021, 06:49



Quote