MP4box "moov atom"
Posted
by user293376
on Stack Overflow
See other posts from Stack Overflow
or by user293376
Published on 2010-03-14T12:33:07Z
Indexed on
2010/03/14
12:35 UTC
Read the original article
Hit count: 1032
Hi
Iam using MP4box to "moov atom" on a mp4 file.
Its working trough the terminal but not when iam using php5.
$params = "MP4Box -inter 500 $outputUrl";
exec($params,$resultArray,$result);
Result: Saving /assets/files/cf017537a51129cd773ae9e15fcaf93c.mp4: 0.500 secs Interleavi ng
Any ideas?
© Stack Overflow or respective owner