MP4box "moov atom"
- by user293376
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?