You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This blogpost describes how to create a video thumbnail sprite with a single Ffmpeg call. We could test if this might be faster than our current method (creating individual thumbnail files and then joining them). Since we need multiple sprite files, we can let Ffmpeg create a huge PNG (with the correct number of columns) and then cut this into the webp files to store with Vips.
The text was updated successfully, but these errors were encountered:
This blogpost describes how to create a video thumbnail sprite with a single Ffmpeg call. We could test if this might be faster than our current method (creating individual thumbnail files and then joining them). Since we need multiple sprite files, we can let Ffmpeg create a huge PNG (with the correct number of columns) and then cut this into the webp files to store with Vips.
The text was updated successfully, but these errors were encountered: