Idea is to sharpen a video to enhance noise-find the difference between original and sharpened and remove it from original. Original is NTSC-frameserved with DVD2AVI-the script works, but is it doing anything worthwhile?!
vid =mpeg2source ("D:\video_ts\sad.d2v")
vid = GreedyHMA(vid,1,0,4,0,1,1,0,0)
vid = converttorgb32(vid)
vid =lanczosresize(vid,640,480)
vid1 =sharpen (vid,1)
vid2 = layer(vid,vid1,"subtract",128)
video = layer(vid,vid2,"subtract",128)
video = ac3source (video,"D:\video_ts\sad.ac3")
video =converttoyuy2(video)
video =normalize(video,0.75)
return video
+ Reply to Thread
Results 1 to 2 of 2
-
-
Well there's one for sure way to find out...
"There is nothing in the world more helpless and irresponsible and depraved than a man in the depths of an ether binge, and I knew we'd get into that rotten stuff pretty soon." -- Raoul Duke
Similar Threads
-
How to Remove Camera Shake from iPhone 4S Videos (Batch Deshaker Script)
By preshing in forum EditingReplies: 1Last Post: 17th Apr 2012, 22:35 -
help with avisynth script to remove scratches or drop outs
By LSchafroth in forum RestorationReplies: 11Last Post: 1st Jan 2011, 12:09 -
To Script or Not To Script, that is the Question... (Custom Videos)
By TheMcD in forum EditingReplies: 2Last Post: 21st Oct 2010, 10:11 -
Remove Noise from VHS Videos
By abazabam in forum RestorationReplies: 12Last Post: 23rd Jun 2010, 12:04 -
how to remove noise from my recorded videos
By harmeetmatta in forum Capturing and VCRReplies: 18Last Post: 6th Apr 2010, 06:45