Subject says it all. I want to be able to capture video from 4 USB webcams or similar and combine them into a single video file. Not strung sequentially, but in a 4-window paneled setup, like a security type video.
Say four 320x200 streams coming in - they would combine into a single 640x400 video file. Don't care about format. Ideal would be a Linux based setup, but I'll take anythingThere's got to be tools out there that will do this ...
I can think how to brute-force it :
1) extract current frame from each video stream (f1, f2, f3, f4)
2) overlay each frame into a new frame (n1)
3) feed new frame into encoder process
4) rinse, repeat.
This for a setup at home ... I want to set up several webcams around the property, but rather than one video file for each, I want to combine them into a single larger-frame file.
D.
+ Reply to Thread
Results 1 to 6 of 6
-
-
Ideal would be a Linux based setup, but I'll take anything...
There's got to be tools out there that will do this ...
http://avisynth.org/mediawiki/StackHorizontal
=================================== -
Hi halfwalker,
Welcome to the forums.
Originally Posted by halfwalker
I've never used Avisynth, but from posts I've read it sounds like this will do the job for you - it's a scripting based tool that runs the code you create to process the video.
An alternative, if you're not into scripting, would be any NLE (non-linear editing) software:
* Avid Free DV - free, but it may be limited to two video tracks where you'll need four.
* Wax2 may do it - also free.
* Ulead Video Studio - in my list coz it's cheap, don't know how good it is.
* Adobe Premiere Elements - not badly priced and supposed to be quite powerful.
All the above are taken from here: https://www.videohelp.com/tools?listuser=&orderby=Type&s=17#17
Good luck!There is some corner of a foreign field that is forever England: Telstra Stadium, Sydney, 22/11/2003.
Carpe diem.
If you're not living on the edge, you're taking up too much room. -
Is this real-time or after being captured.
http://avisynth.org/mediawiki/TCPServer
================================== -
Originally Posted by Midzuki
Politicians could learn a lot - but let's not go there...There is some corner of a foreign field that is forever England: Telstra Stadium, Sydney, 22/11/2003.
Carpe diem.
If you're not living on the edge, you're taking up too much room. -
Guys - thanks for the tips. I'll check avisynth out, definitely.
I should have been more clear in the initial post - I would very much prefer to do the processing with real-time streams. Four cameras providing video, and a black-box process(es) combining them into a 4-panel video.
When I say I don't care what format, I don't. I just want the end-result, four video streams combined into one
D.
Similar Threads
-
Convert AND Combine Multiple VCD DAT files to Single Divx/Xvid file
By GrayStrickland in forum Video ConversionReplies: 4Last Post: 17th Aug 2012, 12:23 -
Extract video from 2 home DVDs - combine to single DVD with menus
By gutted in forum Newbie / General discussionsReplies: 5Last Post: 24th Apr 2011, 14:31 -
Combine two transport streams.
By Deadeditor in forum Newbie / General discussionsReplies: 0Last Post: 13th Apr 2011, 08:12 -
How to combine 2 avi's one above one below into a single file
By werx in forum EditingReplies: 2Last Post: 5th Oct 2007, 07:53 -
Watching multiple streams from a single capture card?
By Drunia in forum Newbie / General discussionsReplies: 11Last Post: 4th Jun 2007, 17:26