(looked at this years ago and there wasn't really a good solution for it back then)
Wondering how should one deinterlace/ivtc content like the attached file nowadays in Avisynth/Vapoursynth?
Cu Selur
+ Reply to Thread
Results 1 to 5 of 5
Thread
-
users currently on my ignore list: deadrats, Stears555
-
Try with something like
Code:DGTelecide(mode=0,pthresh=0.0,dthresh=10.0,blend=false,show=false).DGDecimate(cycle=5,show=false)
Edit:
I did also some tests with TFM().Tdecimate() for various settings (not exhaustive) but DGTelecide seems to perform better in this case (less frames with residual moire)Last edited by Sharc; 26th Feb 2022 at 06:05.
-
TFM(pp=1) or TFM(pp=2) will work better but not as good as DGTelecide() above. Note that any real interlaced frames will not be deinterlaced by the former, and will be blend deinterlaced by the latter.
A "manual" IVTC works best of all (sample attached):
Code:Mpeg2Source("Moire Test.d2v", CPU2="ooooxx", Info=3) SeparateFields().SelectEvery(10, 0,1, 3,4, 6,7, 8,9).Weave() Crop(8,0,-8,-0)
Last edited by jagabo; 26th Feb 2022 at 08:18.
-
Nice! Thanks! Probably will go with DGTelecide then for most cases, since having to adjust the patterns manually often is not worth the effort.
users currently on my ignore list: deadrats, Stears555 -
Since these are from a DVD you might get lucky and find that there are no (or very few) breaks in the telecine pattern.
Similar Threads
-
Color moire/flickering in PAL footage
By voyagerhelp in forum Video ConversionReplies: 5Last Post: 9th Jan 2021, 23:17 -
Reducing Moiré Effect
By ZetaStax in forum RestorationReplies: 8Last Post: 18th Feb 2020, 10:19 -
Reducing moire on DVD rips using Handbrake
By ministry88 in forum Newbie / General discussionsReplies: 15Last Post: 20th Jun 2017, 22:42 -
handling cda files and CDFS folder
By weybrew in forum AudioReplies: 2Last Post: 9th Apr 2017, 22:35 -
The questions about handling the video by DSP
By ling1995 in forum Newbie / General discussionsReplies: 0Last Post: 4th Apr 2017, 02:59