Hello, I'm wondering if it's possible to lessen the grain on my DVD source as I've no drive on my laptop and looking to place on my USB.
Actually surprises me that the retail DVD I purchased had this level of grain, but perhaps that's due to it being a 30-35yr old item.
[Attachment 63751 - Click to enlarge]
[Attachment 63752 - Click to enlarge]
Yes, I will seem an idiot to you boffins! But I'm keen to learn. Have tried Grain Encoder Tune, Denoise hqdn3d, and also advanced options Denoise 7,7,5,5 & NR=1000.
Given the plethora of options (and my dangerous lack of knowledge) I was wondering if someone could suggest some knobs and dials to twiddle?
+ Reply to Thread
Results 1 to 12 of 12
-
-
You probably want a temporal denoiser like MCTempralDenoise(), TemporalDegrain() or SMDegrain() in AviSynth.
for example:
Code:SMDegrain(tr=3, thSAD=1000, refinemotion=true, contrasharp=false, PreFilter=4, mode=0, truemotion=true, plane=4, chroma=false)
-
You can try the NLMeans filter in Handbrake. But I suspect setting it high enough to eliminate the noise will also blur details substantially.
If you can provide a non-re-encoded sample I (and others here) can try a few things in AviSynth or VapourSynth. -
SM1872, Here's the sample you PM'd me processed with AviSynth:
[Attachment 63757 - Click to enlarge]
The basic script I used was:
Code:Mpeg2Source("o2.d2v", Info=3) SMDegrain(tr=2, thSAD=1000, refinemotion=true, contrasharp=false, PreFilter=4, mode=1, truemotion=true, plane=4, chroma=false) KNLMeansCL(d=0, a=2, h=2.0)
You can use more or less noise reduction by adjusting the parameters. Shots with more motion can suffer from heavy temporal noise reduction so you might need to lower the settings it a bit.Last edited by jagabo; 9th Mar 2022 at 20:29.
-
Actually surprises me that the retail DVD I purchased had this level of grain, but perhaps that's due to it being a 30-35yr old item.
In fact, preserving the grain is usually recommended. Removing it may also be aesthetically pleasing so, to each his own. -
That video was probably shot on grainy 16mm film. The film was telecined and recorded onto studio video tape retaining the grain. The tape was then digitized and written to DVD without any noise reduction.
-
Start by installing the 64 bit version of AviSynth+ AviSynthPlus AviSynth Plus. Install the 64 bit version of VirtualDub2 for editing and viewing the results of your AVS scripts. You can also encode with VirtualDub2.
Start VirtualDub2 turn on the script editor (Tools -> Script Editor). In the Script Editor window type:
Code:Version()
[Attachment 63764 - Click to enlarge]
Make sure it indicates the "x86_64", the 64 bit version. You have now verified that AviSynth and VirtualDub2 are installed correctly.
http://avisynth.nl/index.php/Main_Page
http://avisynth.nl/index.php/First_script
http://avisynth.nl/index.php/Getting_started
We'll move onto the next steps later...Last edited by jagabo; 10th Mar 2022 at 21:37.
-
I thank you for your help.
I've tried to load the little script in post #5. Made the d2v in DGIndex using the MPG file, changed the target directories
[Attachment 63857 - Click to enlarge]
[Attachment 63856 - Click to enlarge]
Was hoping it'd be simple enough by allowing me to do that, but no! I've really been dragging my heels as it looks so user-unfriendly.
I installed AviSynth+ in my Videos directory under my own personal profile. Wondering if that would cause any conflicts, i.e. requiring admin privileges and so on? -
Use File -> Open Video File, not File -> Run Script (the latter is for VirtualDub's own scripting language which has nothing to do with AviSynth).
The little script in post #5 requires that you download and install several other AviSynth filters. You should follow the instructions in post #9 first. Once you have that working we can go on to the next step. -
Similar Threads
-
Handbrake 4k source 3840x2160 changes to 3840x1600 by default
By alagupuppy in forum Video ConversionReplies: 11Last Post: 10th Feb 2022, 21:14 -
Blocking/Pixelation encoding issue from Handbrake from MakeMKV DVD source
By the1337moderate in forum DVD RippingReplies: 5Last Post: 25th Jun 2019, 07:05 -
Grain reduction?
By killerteengohan in forum RestorationReplies: 11Last Post: 17th Jun 2019, 01:55 -
Sharpening and Grain?
By killerteengohan in forum RestorationReplies: 27Last Post: 14th Jul 2018, 01:54 -
Remove grain?
By bagmand in forum Authoring (Blu-ray)Replies: 2Last Post: 30th Oct 2017, 07:00