View Single Post
Old 24th September 2011, 04:25   #2  |  Link
jmac698
Registered User
 
Join Date: Jan 2006
Posts: 1,867
That's very easy with Avisynth,
a=avisource(file1)
b=avisource(over)
overlay(a,b)#need to test

Save as overlay.avs, and run with a batch file that has:
avs2avi output.avi#need to verify
in convert.bat
If you name the files consistently, there's probably a way to make a drag'n'drop version.
If you post snippets of video I could do more testing.
jmac698 is offline   Reply With Quote