swissspidy / media-experiments

WordPress media experiments
GNU General Public License v2.0
87 stars 1 forks source link

GIF Conversion: Reliably add poster image #163

Open swissspidy opened 1 year ago

swissspidy commented 1 year ago

Videos are the better GIFs, at least when it comes to file types. Animated GIFs should really not be used anymore.

This project automatically converts animated GIFs to an actual video file during upload. The image block, upon receiving the updated media item, transforms into a video block. Note: Right now, that last part (block transformation) is achieved by patching Gutenberg, as there is no other way to do it.

To-do

swissspidy commented 11 months ago

Working well, except:

swissspidy commented 11 months ago
  • Poster image is not added (back) after converting from image block to video block (upload still happens though)

Some thoughts:

swissspidy commented 10 months ago

To-do:

add option to generate poster if absent