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 almost 4 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 2 months ago
- % Done changed from 70 to 90
Fully implemented for videos. With support for selecting the resampling codecs and formats. Still need to implement for audio types.
Updated by krileon about 1 month ago
- Status changed from Assigned to Resolved
- % Done changed from 90 to 100
ffmpeg now fully supported for audio files as well.
Actions