thommyfilm
4th June 2008, 15:20
hello
we want to achieve a very tricky thing. no one was able to offer a real solution for this up to now. so it's a real challenge!
we're looking for a system that can do the following:
1. a user clicks on a movie download link for on a website (php/mysql)
2. some information is pulled out of a database
3. a short movie (3 secs) containing this info as a title is generated (we currently do this with quartz under os x)
4. this short movie is connected with a very long movie (90 min 1 gb) that is already encoded with the same parameters
5. the download of the new movie (short and long conntected to one movie) begins
and now it comes: this has to happen very fast (ca. 5 secs). we only found solutions where the two movies have to be written down to a new file, before the download starts. even with a fast machine this is very time consuming. it also needs a lot of storage.
is there a possebility to do this directly?
we imagine something like modifying mp4box to accept two files as an input then ultimately generating the mpeg4 header and passing it on to the webserver to start with the download. can the movie information be pulled out of the two existing files? for the user it has to be like just downloading one file.
currently we have a os x leopard server. we would also be ready to switch to linux.
cu t.
we want to achieve a very tricky thing. no one was able to offer a real solution for this up to now. so it's a real challenge!
we're looking for a system that can do the following:
1. a user clicks on a movie download link for on a website (php/mysql)
2. some information is pulled out of a database
3. a short movie (3 secs) containing this info as a title is generated (we currently do this with quartz under os x)
4. this short movie is connected with a very long movie (90 min 1 gb) that is already encoded with the same parameters
5. the download of the new movie (short and long conntected to one movie) begins
and now it comes: this has to happen very fast (ca. 5 secs). we only found solutions where the two movies have to be written down to a new file, before the download starts. even with a fast machine this is very time consuming. it also needs a lot of storage.
is there a possebility to do this directly?
we imagine something like modifying mp4box to accept two files as an input then ultimately generating the mpeg4 header and passing it on to the webserver to start with the download. can the movie information be pulled out of the two existing files? for the user it has to be like just downloading one file.
currently we have a os x leopard server. we would also be ready to switch to linux.
cu t.