Opened 15 years ago
Last modified 13 years ago
#320 accepted enhancement
Video: Extract and save poster image — at Initial Version
| Reported by: | joar | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | programming | Keywords: | bitesized, sprint |
| Cc: | deletesoftware@…, Bassam Kurdali | Parent Tickets: |
Description
In HTML5 video, there's a poster attribute on the tag, it contains the URL to an image that should be shown initially before the player has started.
POSTER IMAGE DIMENSIONS Fetch from encoded video. It's available on the instantiated VideoThumbnailer in the dst_data after encoding the video.
EXTRACTING THE IMAGE We should perhaps use the VideoThumbnailer. IIRC it's possible to pass custom dimensions to it.
