[FFmpeg-user] Convert to mp4, video not found or access denied (libx264 and libfaac)
Robin Maximus
rmaximus839 at gmail.com
Fri Sep 13 01:38:19 CEST 2013
Here is below code, cannot convert to mp4, here is the full command,
using FFmpeg version: FFmpeg 2.0.1 , error is: video not found or access
denied (libx264 and libfaac are installed) and FFmpeg goes well at other
levels.
Code is:
-----------------------------------------
<?php
$ffmpeg='/usr/local/bin/ffmpeg';
$videofileinput="inputfile.flv";
$videoouputfile="outputfile.mp4";
$cmd="$ffmpeg -i $videofileinput -vcodec libx264 -acodec libfaac
$videoouputfile";
exec( $cmd , $arrVAL);
?>
------------------------------------
More information about the ffmpeg-user
mailing list