Actions
Feature proposal #8842
openAutomate 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 2 years ago
- Target version changed from 2.5.1 to 3.0.0
Updated by krileon about 1 month 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 month ago
- Status changed from Assigned to Resolved
- % Done changed from 70 to 100
Server side now supported with ffmpeg.
Actions