Page 1 of 1

combined video

Posted: Sun Oct 15, 2006 5:41 pm
by GeXus
Does anyone know of any php classes or anything that would allow for combining two videos into one?

Posted: Sun Oct 15, 2006 10:21 pm
by d3ad1ysp0rk
PHP can't do this. You'd need to call on some other program that can do this through PHP.

Posted: Sun Oct 15, 2006 10:41 pm
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.

Posted: Sun Oct 15, 2006 10:44 pm
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.

Posted: Mon Oct 16, 2006 5:13 am
by Ollie Saunders
Yeah I was playing the devil's advocate really. I was bored actually.

Posted: Mon Oct 16, 2006 5:47 am
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).