Actions
Feature proposal #8842
closedAutomate thumbnail extraction for videos
Feature proposal #8842:
Automate thumbnail extraction for videos
Description
This should be able to work by rendering the video in a canvas and extracting the first frame. This then can be used as the initial thumbnail for video uploads. This allows better performance since thumbnail toggling can then work (where video is only rendered after clicked).
Updated by krileon almost 3 years ago
- Target version changed from 2.5.1 to 3.0.0
Updated by krileon over 1 year ago
- Target version changed from 3.0.0 to 5.0.0
Updated by krileon over 1 year ago
- Target version changed from 5.0.0 to 3.0.0
Updated by krileon about 1 year ago
- % Done changed from 0 to 70
Implemented client side. Need to also implement server side (if client side thumbnail wasn't sent) using ffmpeg.
Updated by krileon about 1 year ago
- Status changed from Assigned to Resolved
- % Done changed from 70 to 100
Server side now supported with ffmpeg.
Actions