Is it possible to disable the chroma "channel" or luma "channel" while deinterlacing a video file in Avisynth+ with Virtualdub2? Here's the script where I want to place the code (if possible):
LWLibavVideoSource("Mark Tape 2 - AV Box 76.mp4", cache=false)
AssumeTFF()
SelectEven()
QTGMC()
even = SelectEven()
odd = SelectOdd()
interp = even.FrameRateConverter().SelectOdd()
odd = MergeChroma(odd, interp)
fixed = Interleave(even, odd)
return(fixed)
prefetch(8)
+ Reply to Thread
Results 1 to 1 of 1
Similar Threads
-
Is it possible to advance luma only by 1 frame while deinterlacing?
By rcoltrane in forum Newbie / General discussionsReplies: 0Last Post: 14th Jul 2023, 12:40 -
Fixing blended chroma U and V, Luma is fine
By PRAGMA in forum RestorationReplies: 1Last Post: 11th Apr 2023, 12:39 -
Weird VHS artifacting. Luma/Chroma crosstalk?
By AntonHarboe_ in forum Newbie / General discussionsReplies: 15Last Post: 24th Nov 2021, 09:12 -
Need help to find Avisynth solution for Luma issue on video
By Fonzzie31 in forum RestorationReplies: 1Last Post: 15th Jun 2021, 06:07 -
Deinterlacing - luma difference problem
By Santuzzu in forum Newbie / General discussionsReplies: 11Last Post: 9th Jun 2021, 07:04