commands/imagepack: add duration length for animated emojis

This commit is contained in:
Tulir Asokan
2026-03-29 22:02:53 +03:00
parent 8de8170619
commit acf716c031
+1
View File
@@ -180,6 +180,7 @@ func convertGIFToWebM(ctx context.Context, data []byte, scaleFilter string) ([]b
"-vf", scaleFilter,
"-c:v", "libvpx-vp9",
"-pix_fmt", "yuva420p",
"-t", "3",
"-f", "webm",
}, "image/gif")
if err != nil {