linux - FFMpeg installation in Ubuntu 12.04 and using it in PHP-FFMpeg -


i have tried many many failed attempt install ffmpeg in ubuntu 12.04. used following links: 1, 2, 3 , many others.

then need use in php-ffmpeg , need deploy in linux based server. requirement.

but after trying, downloaded static build through link.

this helped me convert video , use ffmpeg through terminal in ubuntu. cannot use through php-ffmpeg library which need run. in docs of php-ffmpeg written

this library requires working ffmpeg install. need both ffmpeg , ffprobe binaries use it. sure these binaries can located system path benefit of binary detection, otherwise should have explicitely give binaries path on load.

and not getting this.


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -