Let's say that I created a video with something like Camtasia and saved it as .avi
. How would I go about programmatically extracting a subclip let's say from minute 1:00 to 1:50. Is this something PHP can handle?
Edit: I don't mind using libraries, including ffmpeg
if PHP can't handle it alone. But I'm not looking forward to something through the command-line. Ideally it would through PHP.
P.S. I think some video capture programs like Camtasia may have their own codecs (I think Camtiasia calls it TechSmith). Not sure if this makes any difference to the PHP script.