Attached is a video clip. I am looking for the smoothest lines that are angled, especially ones that are almost horizontal. I used MSU Deinterlacer for my upload to Youtube, I decided to try QTGMC and was disgusted with what I saw. Clearly, I cannot cook itFor starters, I tried using border = true, but VDub threw an exception. Should I use another host for Avisynth or update its filters? Where on Windows I can run Avisynth scripts besides VDub?
Anyway, here is the clip in Cineform. If needed, I can re-encode with a different codec.
+ Reply to Thread
Results 1 to 9 of 9
-
-
For the future: You might want to save this as interlaced Cineform while it's interlaced.
According to MediaInfo this file uses progressive Cineform, which might be an issue.
If that really is your source, one major problem is that the aliasing is alread present in the separate fields.
Top:

Bottom:

so additionally to deinterlacing your will need some anti-aliasing.users currently on my ignore list: deadrats, Stears555, marcorocchini -
vdub is pretty solid for avs script preview - if there is an exception error then something is wrong with your setup - perhaps one of the prerequisites .
Alternatively, you can preview scripts in mpchc or avspmod ; or check with avsmeter; or ffplay and encode with ffmpeg
I think are GUI's that have QTGMC bundled - such as staxrip and Selur's hybrid -
For visualisation, here's what QTGMC+santiag(strh=2, strv=2, nns=3, pscrn=2)+3xYAHR(blur=1, depth=16) does: https://imgsli.com/MjM3MDgw
QTGMC(Fast) for deinterlacing
Santiag for anti-aliasing
YAHR for de-haloing
There's also MeGui, RipBot, Qtgmc-GUI,.. and a bunch of others.I think are GUI's that have QTGMC bundled - such as staxrip and Selur's hybrid
(Hybrid is probably the last I would recommend to start with, since it assumes that the user knows what he is doing.)
Cu Selurusers currently on my ignore list: deadrats, Stears555, marcorocchini -
Okay, if VDub2 does not support interlaced encoding with CineForm, then you should not use CineForm when you want to export interlaced content.VDub2 has no settings for interlaced/progressive.
(or convert it to progressive content beforehand)
You might want to also look into halo removal.I'll search on anti-aliasing, thanks.users currently on my ignore list: deadrats, Stears555, marcorocchini -
Bwaak, first of all try capturing the same sequence with a lossless codec (HuffyYUV, supporting interlaced) to check if the jagged lines are present in the original fields (not frames) as well
-
Last edited by Bwaak; 1st Feb 2024 at 18:32.
-
Sure (https://pastebin.com/Wj7ScWP5), but I'm using Vapoursynth not Avisynth (since it's faster and more stable for me).Code:
Can you post the full script?
All filters used are available for Avisynth too:
QTGMC: http://avisynth.nl/index.php/QTGMC
YAHR: http://avisynth.nl/index.php/YAHR
Santiag: http://avisynth.nl/index.php/Santiag
Cu Selurusers currently on my ignore list: deadrats, Stears555, marcorocchini
Similar Threads
-
Removing the Horizontal lines
By Gramps in forum RestorationReplies: 5Last Post: 13th Sep 2021, 15:53 -
How to remove horizontal lines
By ziggy1971 in forum Video ConversionReplies: 17Last Post: 26th Jan 2021, 08:49 -
Horizontal Lines from VHS
By Pougan in forum Capturing and VCRReplies: 11Last Post: 25th Sep 2020, 01:16 -
Getting strange Horizontal Lines during capture (not deinterlacing related)
By Singhman in forum Capturing and VCRReplies: 2Last Post: 19th May 2020, 11:52 -
VHS horizontal lines
By VHS_Hunter in forum RestorationReplies: 5Last Post: 27th Apr 2020, 00:45


For starters, I tried using border = true, but
Quote
