Skip to main content
GameDev.net gamedev.net
🔒 Locked

Merging 2 video files?

Started by IlanKachler Jul 16, 2010 at 2:43 PM 5 replies 1.4k views
Original Post
IlanKachler
IlanKachler
Can anyone recommend me a video editing software that will allow me to merge to video files into a single file, BUT, not one after the other, but at the same "video frame", I mean, making a new video twice as long, or twice as high, where the 2 video clips are played one by side the other...
Thanks!
Nik02
Nik02
All professional video editing packages support mixing multiple video streams while independently transforming them. See Adobe After Effects or Sony Vegas, for example.

If you need a free solution, you can also use Blender's integrated video editor; however, it is not as intuitive to use as the two mentioned in the last paragraph. It can get the job done just as well, though.

Niko Suni
benryves
benryves
I'll add another vote for Sony Vegas as a decent video editor. It may be overkill for this particular project but you can pick a copy of the basic edition for under £30. (I used Sony Vegas for the exact usage you mentioned)!

For a free piece of software you may be able to get AviSynth to do what you need, though it will be a little more involved than using a graphical editor.
[Website] [+++ Divide By Cucumber Error. Please Reinstall Universe And Reboot +++]
Nik02
Nik02
Yea, Vegas is very good for this type of stuff. I used it a long while ago (before it was acquired by Sony) to edit music videos, and it was good enough for pro work even back then. And it wasn't priced so as to break your bank either.

I have only dabbled with the newer versions since I seldom do video stuff anymore, but the diamond-like quality still seems to be there.
Niko Suni
irreversible
irreversible
I'm not sure what they've done with VirtualDub over the last couple of years (last I know it couldn't do that), but as it's freeware I think you should check it out.
shurcool
shurcool
I've used VideoMach in the past with good success.

It's a more lightweight, yet still quite powerful tool for basic video editing tasks.
ouraqt
ouraqt
You could also write a simple C++ application to do this for you (shouldn't take more than a few minutes). Use OpenCV to read and write the videos. It's free and you might learn a little doing it.

Topic Locked

This topic has been locked by a moderator. New replies are not allowed.

Sign in to reply to this topic.