Actions
Feature proposal #7606
openImplement support for ffmpeg
Description
If ffmpeg is available it should be used for transcoding videos to allow for additional formats to be uploaded. If not available then just continue as normally.
Updated by krileon about 3 years ago
Use the following library to easily utilize FFMPEG.
https://github.com/PHP-FFMpeg/PHP-FFMpeg
This can be used for video and audio transcoding if available.
Actions