combined video

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
GeXus
Forum Regular
Posts: 631
Joined: Sat Mar 11, 2006 8:59 am

combined video

Post by GeXus »

Does anyone know of any php classes or anything that would allow for combining two videos into one?
d3ad1ysp0rk
Forum Donator
Posts: 1661
Joined: Mon Oct 20, 2003 8:31 pm
Location: Maine, USA

Post by d3ad1ysp0rk »

PHP can't do this. You'd need to call on some other program that can do this through PHP.
User avatar
Ollie Saunders
DevNet Master
Posts: 3179
Joined: Tue May 24, 2005 6:01 pm
Location: UK

Post by Ollie Saunders »

PHP can't do this.
PHP can manipulate binary data, there's no reason why it couldn't do this. I'm not saying that its been done or even that its sensible (because it isn't, a much lower level compiled language would be advised) but still.
d3ad1ysp0rk
Forum Donator
Posts: 1661
Joined: Mon Oct 20, 2003 8:31 pm
Location: Maine, USA

Post by d3ad1ysp0rk »

ole wrote:
PHP can't do this.
PHP can manipulate binary data, there's no reason why it couldn't do this. I'm not saying that its been done or even that its sensible (because it isn't, a much lower level compiled language would be advised) but still.
You could machine every tool you need as you go, OR you could go to the tool store and pick it up. Sometimes "can't" is just my way of saying I strongly suggest against it.
User avatar
Ollie Saunders
DevNet Master
Posts: 3179
Joined: Tue May 24, 2005 6:01 pm
Location: UK

Post by Ollie Saunders »

Yeah I was playing the devil's advocate really. I was bored actually.
timvw
DevNet Master
Posts: 4897
Joined: Mon Jan 19, 2004 11:11 pm
Location: Leuven, Belgium

Post by timvw »

From what i remember php has an ffmpg extension (or something with a name that ressembles it... Can't say how well it works though).
Post Reply