-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
unusual glitchy "scratch" artifacts on one source #19
Comments
Could you prepare me a small fragment of this source for me to reproduce? Thanks |
here's the intro sequence |
Thanks, I can see the artifacts. They exist even in the original TDeint v1.1 (from 2007), regardless of YV12 or YUY2 format. I think the algorithm has sometimes wrong decision on what to mask and from where should it grab the actual content. Nevertheless, this clip is surely not an easy one to process. You can try to visualize the actual decision by a color map, e.g. TDeint(map=1) for other values see TDeint.html for further reference. |
thanks, I was hoping there would be an easy answer to this but apparently not! I realised that using FieldDeinterlace() on my project was producing inferior results overall, so I became determined to find a way to make TDeint() work, as the overall result is much better looking (apart from obvious artifcacts during the intro) I found the parameter AP and by setting AP=20 it has almost completely removed the artifacts (they are still slightly visible but it's improved 95%), and when watching the clip they now cannot be noticed, so I'm happy with that. I still need to make sure this change hasn't impacted the rest of the project, as the docs suggest a minimum value of 25 here, but so far it's looking good |
I'm using TDeint 1.7 with Staxrip 2.1.3.0
I've opened a .d2v source and have no other filters in my script except for TDeint(), no parameters just the defaults
I'm getting these very strange artifacts that look a bit like film scratches - mostly appearing in the top right corner here https://ibb.co/wJf41Dd but with a couple of lighter coloured artifacts elsewhere across the frame as well
They aren't present in the source (this part of the source is very blurry so there's no hard edges like this at all), and they don't appear if I use other deinterlacers such as FieldDeinterlace(). They remain consistent, not changing at all over multiple frames, usually only disappearing (and new ones appearing) when there's a scene change, but they will stay fixed in place even as the camera pans around etc, so they don't appear to be attached to the image itself, although they do change when there's a scene change
Staxrip is bundled with TD 1.5 and it was doing it on that as well, prompting me to look for an update, which I have installed, and it's still doing it on 1.7. I've switched to FieldDeinterlace(full = false, blend = false) and the artifacts are gone, so that's sorted my project for now at least, but I felt this warranted investigation anyway
I'm aware that there's possibly some parameters that might solve this if adjusted, but as I have no idea what could possibly lead to such artifacts, I also have no idea what to change to try and resolve them. This is an unusual source in that most of the video is not interlaced, but the intro sequence has a mixture of interlaced and non-interlaced scenes, and for most of it the picture is split vertically to show two scenes simultaneously, side-by-side, and sometimes one side is interlaced and the other is not. So it needs an adaptive deinterlacer to sort it.
The text was updated successfully, but these errors were encountered: