hey guys, jus wondering if there is any program to merge vids like fraps?
-thx-
A program for merging vids?
Moderator: Core Staff
http://codjumper.com/forums/viewtopic.php?t=1645
Tutorial 6: Joining AVI files with VirtualDub
Or you can use AviSynth
I'd recommend using the VirtualDub unless you are going to encode the video with command line encoder
Tutorial 6: Joining AVI files with VirtualDub
Or you can use AviSynth
Code: Select all
a=AVISource("C:\part1.avi")
b=AVISource("C:\part2.avi")
c=AVISource("C:\part3.avi")
a+b+c
Who is online
Users browsing this forum: No registered users and 0 guests