I've made multiple captures of a broadcast off cable.
I would like to average them together to get noise reduction.
Any way to do this with virtualdub? Any standalone apps to do this?
+ Reply to Thread
Results 1 to 4 of 4
-
-
I believe something could be done using avisynth. If it's not part of avisynth already it could easly be added. The problem that I see is aligning each of the signals perfectly to account for...
1) pixel shift
2) dropped frames on your end
3) commercials
4) ...
http://www.avisynth.org/ -
1) maybe. we'll see.
2) 0 dropped frames, this is DV capture.
3) already trimmed out.
4) 8)
i recall seeing some averaging app on a japanese site, but i can't find the url again... buried under 1000's of bookmarks
i was hoping someone would know offhand... -
This can be done with avisynth. To get more information about how to do it, go to www.doom9.org forum, avisynth section and search for "Averaging two analog captures for noise reduction"
Basicly it goes like this:
clip1=AVISource("F:\video1.avi")
clip2=AVISource("F:\video2.avi")
clip3=Layer(clip1,clip2,"add",128,0,0,use_chroma=t rue)
Return(clip3)
Similar Threads
-
Check Video codes of multiple video files at once
By indijay in forum Newbie / General discussionsReplies: 3Last Post: 18th Apr 2012, 15:09 -
Video editing software that supports importing video with multiple audio?
By elgy in forum Newbie / General discussionsReplies: 5Last Post: 15th Nov 2011, 19:32 -
S-Video Vs Composite for Black & Whit captures
By nharikrishna in forum Capturing and VCRReplies: 29Last Post: 8th Sep 2011, 23:30 -
Software that captures audio from video source
By MrIronsides in forum Capturing and VCRReplies: 3Last Post: 11th Mar 2010, 18:42 -
Lip sync on video captures using VIVO card
By Confused Chimp in forum Newbie / General discussionsReplies: 1Last Post: 7th Jul 2007, 18:36