A program for merging vids?

Have a question you need to ask? Need help? Ask here!

Moderator: Core Staff

Post Reply
Waffles
CJ Newbie
CJ Newbie
Posts: 55
Joined: June 2nd, 2006, 12:35 am

A program for merging vids?

Post by Waffles » October 26th, 2006, 11:22 pm

hey guys, jus wondering if there is any program to merge vids like fraps?


-thx-
Image

User avatar
Tonttu
CJ Newbie
CJ Newbie
Posts: 60
Joined: July 29th, 2005, 1:55 pm
Location: Finland

Post by Tonttu » October 27th, 2006, 11:12 pm

http://codjumper.com/forums/viewtopic.php?t=1645
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
I'd recommend using the VirtualDub unless you are going to encode the video with command line encoder

Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest