I'm trying to clean up all the noise and sharpen the footage and change frame rate to 24fps.
I'm wondering if the script can be tweaked for better results without overdoing it and losing too much detail.
Here is link of video I'm working on:
https://www.transferxl.com/download/08vpGNNP9gJ5mH
Here is my script:
a = LWlibavAudioSource("D:\Videos\two toothless tigers project files\DGIndex files\2 Toothless Tigers T80 2_0ch 256Kbps DELAY 0ms.ac3")
v = Mpeg2Source("D:\Videos\two toothless tigers project files\DGIndex files\2 Toothless Tigers.d2v")
AudioDub(v, a)
AssumeFPS(24.0, sync_audio=true)
import("C:\Users\akuma\AviSynth+\plugins64+\RemoveDirtMC.avs")
ColorYUV(off_y=-12, gamma_y=25)
ColorMatrix(mode="rec.601->rec.709")
Crop(4,114,-2,-112)
FineDehalo(rx=2.5, ry=1.0)
RemoveDirtMC(50, false)
KNLMeansCL(d=1, a=1, h=3.0)
SMDegrain(thsad=234, tr=2, PreFilter=4)
Sharpen(0.3, 0.30)
MergeChroma(aWarpSharp2(depth=15))
Spline36Resize(822, 352)
Prefetch(24)
+ Reply to Thread
Results 1 to 9 of 9
-
-
-
-
The audio Track 2 on sample is very noisy. Can I get advice how to to remove the hiss noise n improve the sound please.
-
I did not hear any unusual noise or hiss in the sample posted in #1 above.
I use iZotope RX Advanced for all my audio restoration needs, but it is very expensive (over $1,000). Most people who are not doing commercial work use Audacity to fix audio problems. -
The English audio? I can't hear ir either, too much noise in my environment.
Open the audio in Audacity and use noise reduction. Find a section, at least 5 seconds , that contains just
the background noise. Use NR to take a noise print.
Select the whole audio and and carefully adjust the controls in NR to remove the noise
but not too high so that it destroys the audio you want to keep (It's usually a compromise)
Here's a declick and NR sample from Audacity
Similar Threads
-
How to correct the video colour range tag
By iKron in forum Newbie / General discussionsReplies: 26Last Post: 22nd Jan 2024, 00:09 -
8mm restoration script question
By Bruce/Fl in forum RestorationReplies: 50Last Post: 6th Jun 2023, 23:54 -
Can you help to correct ColorYUV in this script?
By Bencuri in forum Video ConversionReplies: 2Last Post: 10th Dec 2022, 21:16 -
Restoration : Noise
By robw1947 in forum RestorationReplies: 18Last Post: 4th Mar 2022, 14:22 -
Colour of video changes when using FFMPEG with AVS Script
By bradwiggo in forum Video ConversionReplies: 5Last Post: 3rd Jul 2021, 05:51