<div class="gmail_quote">Does anybody know some wrapper of FFMPEG for PHP?<br><br>What I want is:<br><br>I have a video in my server, but I want to get the same video from a certain duration.... example:<div><br></div><div>

<font face="'courier new', monospace">myphp?<b>startTime=30</b></font></div>
<div><font face="'courier new', monospace"><br>ffmpeg <b>-ss 30</b> -i input.mp4 -acodec copy -vcodec copy <b>SOMEOUTPUT</b></font></div><div><font face="'courier new', monospace"><b><br></b></font></div>

I want to know how to redirect my output to the php output, so the user will receive a new valid MP4 from the time 30 seconds...<div>
<br></div><div>DETAIL: I don't have access to system().... but if you know some solution using system(), please send me anyway... :-)</div>
</div><br>