Actions
Feature proposal #8707
closedImplement support for mov videos
Description
This will need to save them as mp4 on upload, but we won't be able to verify the codec without ffmpeg. This should be disabled by default since we can't verify codec and guarantee such uploaded videos will work.
Updated by krileon about 3 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Implemented parameter to toggle on MOV support which will rename MOV extension to MP4 on upload. This does not guarantee playback, but should work fine for all modern MOV files since their default codec is web standard.
Actions