Hi everyone!
I've been trying to improve the quality of a friends band video recording but so far ive been unable to get rid of the noise using " video smoothners plugins" with avisynth and virtualdub, whenever i get to a point where the grain disappears the details on people and objects start to disapear, can anyone give some advice on how to do it without loosing too much detail? Just pointing me in the right direction would be a great help, im limited to avisynth and virtualdub, heres a 30 second clip of the original video.
thanks.
+ Reply to Thread
Results 1 to 12 of 12
-
I love it when a plan comes together!
-
You want to use a motion compensated noise reducer like TemporalDegrain(SAD1=200, SAD2=150, Sigma=8).
-
Thanks jagabo, read a lot of your old comments here about similar problems, meanwhile i tried neat video demo with virtualdub and i was amazed at the results...will try your advice, thanks
I love it when a plan comes together! -
If trained properly and not overused Neat Video can work well.
Attached is a video from the above TemporalDegrain script. You can play around with weaker or stronger settings to get what you want. Watch for things like disappearing wood grain on the guitar, texture on the walls. -
first thing first use hdragc..moderately
*** DIGITIZING VHS / ANALOG VIDEOS SINCE 2001**** GEAR: JVC HR-S7700MS, TOSHIBA V733EF AND MORE -
I cant use Neat Video as it is payware, unless i resize to 720p and get around the watermark issue, took me a bit to collect all plugins for Temporal Degrain and figuring out fftw3.dll wasnt an avisynth plugin lol, it took 9 minutes to convert a 30s video, 11m with hdragcc added.
Thanks, i left it at the default value
here's a sample with all 3 modes compared, despite being darker i think the temporaldegrain script on its own looks better.I love it when a plan comes together! -
If you change the brightness you'll probably need to change the TD parameters too. I'd use less aggressive levels adjustments too. Try something like:
Code:ColorYUV(off_y=-18, gamma_y=128, cont_u=50, cont_v=50) TemporalDegrain(SAD1=300, SAD2=220, Sigma=12)
-
i was trying to brighten the video a litle bit, so your ColorYUV part of the script works on its own or does it need hdragcc? im doing a test without it and so far no errors...thanks for all the info and help guys, this is why ive been a part of videohelp for 12 years, always learning new stuff, helping others, video news etc.
hope i dont go offtopic but my final objective is to alternate between 2 videos, whenever i use avisynth to join clips (avisource + avisource) the transition is abrupt/noticeable, most of the time i use join in avisynth to "join" timelapses so i need an abrupt change/transition but not in this situation, is there a way of doing a seamless join? Have a look at the video i posted before to understand what i meant.I love it when a plan comes together! -
You can do fades and dissolves in AviSynth, if that's what you mean. There are also many other kinds of transitions available.
-
Hi manono, thanks for the help, i meant a transition without people knowing it was 3 videos joined together, a seamless transition...dont know how to say it better...
https://forum.videohelp.com/attachments/38772-1475425811/comparison3.mp4
in the video above its very noticeable when one video ends and the other starts.
Code:Avisource (01.avi).trim (1,300) + Avisource (01.avi).trim (301,600) + Avisource (01.avi).trim (601,900)
I love it when a plan comes together! -
-
Similar Threads
-
Noise/Grain removal suggestion?
By killerteengohan in forum RestorationReplies: 27Last Post: 19th Mar 2015, 10:55 -
can snowy look (from grain?) be fixed?
By spiritgumm in forum Video ConversionReplies: 17Last Post: 19th Feb 2015, 06:45 -
Noise/Grain
By x264 in forum Newbie / General discussionsReplies: 4Last Post: 23rd Feb 2013, 07:29 -
Filter or script to get rid of lines of horizontal noise ?
By chewybacca in forum RestorationReplies: 21Last Post: 18th Aug 2012, 11:34 -
Grain Removal filters for Avisynth
By Legendkiller in forum EditingReplies: 0Last Post: 10th Oct 2011, 21:29