Actions
Feature proposal #7606
closedImplement support for ffmpeg
Feature proposal #7606:
Implement 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 5 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 over 1 year ago
- Target version changed from 5.0.0 to 3.0.0
Updated by krileon over 1 year 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.
Updated by krileon about 1 year ago
- % Done changed from 0 to 70
Updated by krileon about 1 year 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 year ago
- Status changed from Assigned to Resolved
- % Done changed from 90 to 100
ffmpeg now fully supported for audio files as well.
Actions