My Laravel application needs to use the ffmpeg library.I need it to get a thubmnail image from an input video file. On my local system , I have used http://tipsonubuntu.com/2016/11/02/install-ffmpeg-3-2-via-ppa-ubuntu-16-04/ and https://github.com/PHP-FFMpeg/PHP-FFMpeg composer package . But I dont know how to include the ffmpeg library on elastic beanstalk. Can someone please tell me the procedure? I have read that you may have to put it in a .ebextensions directory, but I dont know how to do that. I have tried this link Install ffmpeg on elastic beanstalk using ebextensions config but it doesn't work.
Asked
Active
Viewed 600 times
0
-
1Possible duplicate of [Install ffmpeg on elastic beanstalk using ebextensions config](http://stackoverflow.com/questions/23340771/install-ffmpeg-on-elastic-beanstalk-using-ebextensions-config) – user1669496 Mar 21 '17 at 12:30
-
I have tried that . That doesn't work. – comos234 Mar 21 '17 at 12:33
-
1What we did - get stand alone version of FFMPEG and simply use it without installing. – Justinas Mar 21 '17 at 12:41
-
@Justinas Are you saying you used the composer package without the ppa package? – comos234 Mar 21 '17 at 12:58
-
@comos234 No, we use direct commands without any modules/packages. – Justinas Mar 21 '17 at 13:05