Tab. wrote:Use AVISynth like so (make a text file with .avs extension):
- Code: Select all
clip1 = DirectShowSource("your_first_clip.wmv", your_framerate)
clip2 = DirectShowSource("your_second_clip.wmv", your_framerate)
clip3 = DirectShowSource("your_third_clip.wmv", your_framerate)
clip4 = DirectShowSource("your_fourth_clip.wmv", your_framerate)
return clip1 + clip2 + clip3 + clip4
You can then open this avs file in whatever encoding app suits your fancy.
Thank you so much for suggesting a program!! I have two more questions now, actually. I downloaded Avisynth for the first time and wrote the script (I saved it as merge.avs), but because I'm not too good on the technology aspect, I don't know of any encoding application that would be good to use.
(1) What's a good encoding software?
(2) Once I get the software, do I just open up Merge.aps, or do something else?
(I tried to open it in VirtualDubMod, and it caused the program to crash)
Hee, thanks Gespetto. It's always cool to be on the safe side with tehcnology numpties like me. ^^