Thread: Video Editing
View Single Post
Old 01-12-2013, 06:17 PM   PM User | #2
tangoforce
Senior Coder

 
tangoforce's Avatar
 
Join Date: Feb 2011
Location: Your Monitor
Posts: 3,521
Thanks: 45
Thanked 440 Times in 429 Posts
tangoforce will become famous soon enoughtangoforce will become famous soon enough
While there is almost certainly a way to do it (youtube offers all sorts of editing afterall) I'm going to be as frank as I can and say that finding that sort of knowledge here is probably not going to happen.

What I would suggest is that you manually edit the video and then upload it for your users to download. Either that, or you find some video editing code (look in the snippets forum - you may get lucky) and then input each contestants line crossing time and let the code do its thing (though if you have to watch it to get each persons time you might as well edit it manually).
__________________
Please wrap your code in [php] tags. It is a sticky topic and it HELPS us to HELP YOU!
TIP: Coding styles and $end errors :::::::::: TIP: Warning: Cannot modify header information - headers already sent :::::::::: TIP: Quotes / Parse error: syntax error, unexpected T_..
PHP Code:
//Please don't use this for your form processing:
if (isset($_POST['submit']))
//Internet explorer has a bug and does not always send the submit value. 
Explanation: The IE if(isset($_POST['submit'])) bug explained.
tangoforce is offline   Reply With Quote