-
ffmpeg from PHP command
I am attempting to run ffmpeg from a PHP script using the exec() command:
exec('usr/bin/ffmpeg -i /home/pcsports/public_html/Test_Upload/uploads/test2.3gp -y /home/pcsports/public_html/Test_Upload/mp4files/test2.mp4');
This command does not produce a file in the target directory.
Is the command formatted properly?
Thanks.
Sorry, there were no replies found.