Opened 9 years ago

Last modified 5 years ago

#5212 review enhancement

Custom thumbnail/media sizes for video

Reported by: Jonas Öberg Owned by:
Priority: minor Milestone:
Component: programming Keywords:
Cc: Parent Tickets:

Description

It would be very useful to be able to generate any number of thumbnails of different sizes from media uploaded, especially videos. This is partially related to #1042, as sharing a link to a video on MediaGoblin to another site would be helped by being able to convey appropriately sized media previews. The current thumbnails are useful for the MediaGoblin gallery, but it would be beneficial to be able to generate additional thumbnails with higher resolutions.

With the attached patch, I've taken some steps towards that, but I know far too little about MediaGoblin to make much progress beyond this. It tries to implement some sort of generic approach to generate images from videos, and supports the old thumb functionality as well a new "share" image, which is a higher resolution image. But both "share" and "thumb" are rather hardcoded, and it would be useful to be able to configure these sizes without modifying the code. I also don't know what else in mg is affected by this.

Attachments (1)

share_image.diff (6.0 KB ) - added by Jonas Öberg 9 years ago.
Code diff

Download all attachments as: .zip

Change History (2)

by Jonas Öberg, 9 years ago

Attachment: share_image.diff added

Code diff

comment:1 by ShawnRisk, 5 years ago

Status: newreview
Note: See TracTickets for help on using tickets.