Installation of ffmpeg (#2118)

* Install ffmpeg in workspace and php-worker.
This commit is contained in:
Tunde Aromire
2019-05-08 16:27:39 +02:00
committed by Shao Yu-Lung (Allen)
parent 0980523049
commit 4417083a80
5 changed files with 27 additions and 0 deletions

View File

@ -1728,6 +1728,10 @@ To install FFMPEG in the Workspace container
3 - Re-build the container `docker-compose build workspace`
4 - If you use the `php-worker` container too, please follow the same steps above especially if you have conversions that have been queued.
**PS** Don't forget to install the binary in the `php-fpm` container too by applying the same steps above to its container, otherwise the you'll get an error when running the `php-ffmpeg` binary.