i am watching an old anime series
the problem is that when the scene changes often some discoloration occurs on the top of the screen or at the bottom. this is an example:-
[Attachment 63161 - Click to enlarge]
it shows for an instant and there is a flicker when the scene changes and it's a bit annoying. if you want to see what i mean this watch this episode https://9anime.se/watch/captain-tsubasa-2314?ep=54174 from 11:20 to 11:35
i want to ask is it possible to clean the video and remove those artifacts? if yes then how?
+ Reply to Thread
Results 1 to 5 of 5
-
Last edited by cns00; 2nd Feb 2022 at 01:26.
-
what do you mean by a lot of work? do i have to manually find each artifact and remove it?
-
A quick and easy fix would be to just crop the disturbed area off, or mask it with black borders. Of course you would loose that part in the healthy frames as well.
-
Not necessarily, although I do. If it's on every scene change, both before and after, then this should work:
A=Last
prev = A.selectevery(1,-1)
next = A.selectevery(1,1)
SCclean = A.SCSelect(next,prev,A,dfactor=2.0) # 2.0 ~ 5.0
return(SCclean)
That will replace both the frame before and the frame after the scene changes with the good frames next to them. You might have to play with the dfactor value. And you'll need either the RemoveDirt.dll or the RemoveDirtS.Dll. I needed RemoveDirtS.dll just now when testing. Thanks to Didee for this old script.
Similar Threads
-
How can I remove audio artifacts after pitch shifting adjustements ?
By monks19 in forum AudioReplies: 4Last Post: 30th Jun 2021, 11:40 -
Is this interlaced? How can I remove these artifacts?
By killerteengohan in forum RestorationReplies: 2Last Post: 21st Dec 2019, 09:56 -
Remove interlaced artifacts on progressive video.
By TempUser_ in forum Video ConversionReplies: 4Last Post: 18th Jul 2018, 12:38 -
Hoping To Remove Horizontal Artifacts From An Old Handheld Camera Clip
By LouieChuckyMerry in forum RestorationReplies: 4Last Post: 28th Nov 2017, 20:41 -
Whats with these artifacts and I can I reduce or remove them?
By killerteengohan in forum RestorationReplies: 3Last Post: 18th Oct 2017, 22:11