I want to merge audio and images to create a video using PHP. When I googled it, it show only ffmpeg terminal commands only. So please assist for the issue I have.
Asked
Active
Viewed 3,352 times
1
-
2So use ffmpeg from php using exec? – Patashu Mar 05 '13 at 05:33
-
I know to use exec in php but, I think when there will be many request at a time to the server, it might create problem to the server. – Tushar Sharma Mar 05 '13 at 05:34
-
ffmpeg is coded to be very fast. PHP is not. – Patashu Mar 05 '13 at 05:37
-
What if ffmpeg is not installed, as shared server does not have ffmpeg default? – Tushar Sharma Mar 05 '13 at 05:58
-
Install it as part of deployment – Patashu Mar 05 '13 at 06:00
-
But when we ask the web-server executive to install, they deny for the shared server. – Tushar Sharma Mar 05 '13 at 07:02
-
If you cannot get ffmpeg installed, you cannot meet the criteria. – Patashu Mar 05 '13 at 07:41