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 over 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.
Updated by krileon about 1 month ago
This should also have a parameter for always resampling videos into a supplied format. This would result in known video extensions or video/ mimetypes all being forced into videos media type then converted to the specified format.
Actions