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
Currently the bridge sends the WebM file itself as the thumbnail for animated stickers, which means clients like Riot don't show anything before playing them. Either using the existing video thumbnailer or making an additional lottieconverter call to get a png thumbnail should work.
The text was updated successfully, but these errors were encountered:
I think, that for webm there is no need to call lottieconverter twice: if I'm not mistaken, ffmpeg constructs webm from png series (pngs mode), which located in tmp dir, so before calling ffmpeg any of generated png could be used as thumb.
Currently the bridge sends the WebM file itself as the thumbnail for animated stickers, which means clients like Riot don't show anything before playing them. Either using the existing video thumbnailer or making an additional lottieconverter call to get a png thumbnail should work.
The text was updated successfully, but these errors were encountered: