Hello,
is there any chance to remove the vertical nose in this video here?
https://drive.google.com/file/d/1qmyGVAAGZygdbAvoUmv-jRTVNMbpS8SG/view?usp=sharing
And how?
Thanks a lot!
+ Reply to Thread
Results 1 to 7 of 7
-
-
I that highly compressed file your source?
(totally oversharpened, chroma bleeding, ... )
YAHR (or some other dehaloing) + SpotLess + CCD + some chroma shaprening with aWarpSharp2 is probably worth a try,...
Cu Selur
Ps.: I would recommend recapturing if possible, if this is your source.users currently on my ignore list: deadrats, Stears555, marcorocchini -
No, it's not the source. I only de-interlaced the avi source, nothing more.
-
-
Downscale to about 440x576 then upscale back to 720,576. The smaller the downscale size the better the noise reduction, but the blurrier the picture gets. You can also combine that with a mask that limits the blurring to areas with obvious vertical stripes or highly saturated areas.
-
Here's a script that uses a mask to apply the blurring only to saturated areas:
Code:########################################################################## function SaturationMask(clip c) { U = UtoY(c) V = VtoY(c) mt_lutxy(U, V, expr="x 128 - abs 2 * dup * y 128 - abs 2 * dup * + 0.5 ^") PointResize(c.width, c.height) } ########################################################################## LWLibavVideoSource("Sample.mp4") src = last smask = SaturationMask().ColorYUV(gain_y=2000, off_y=-500) Spline36Resize(360, height).Spline36Resize(width,height) Sharpen(0.5, 0.0) Overlay(src, last, mask=smask)
Similar Threads
-
Remove noise having a noise file
By Bwaak in forum EditingReplies: 6Last Post: 27th Jan 2024, 17:47 -
Grain... noise ? What is it and how to remove it ?
By Platos in forum RestorationReplies: 27Last Post: 24th Aug 2023, 12:03 -
question how to remove scratches off a dvdplayer and betamax and vhs lid
By barry25 in forum Newbie / General discussionsReplies: 5Last Post: 15th Aug 2023, 08:24 -
How to remove noise from this recording to cause the least damage?
By Bencuri in forum AudioReplies: 7Last Post: 14th Oct 2022, 20:53 -
please list the virtualdub filters to remove vhs tape video noise
By perfection in forum Newbie / General discussionsReplies: 6Last Post: 7th Jan 2020, 12:45