graphjs / graphjs-server

Server-side components of GraphJS at https://github.com/phonetworks/graphjs
https://graphjs.com
MIT License
47 stars 25 forks source link

generate preview for video upload #68

Closed sudo-barun closed 5 years ago

sudo-barun commented 5 years ago

This update has introduced the requirement of ffmpeg library and php-gd extension.

For local installation, make sure you have ffmpeg (with ffprobe) installed and the GD extension is enabled in your PHP installation.

For Heroku installation, either:

Heroku automatically adds ext-gd from composer.lock file during app setup.