Converter for Telegram stickers and animations into various formats.
Go to file
eugene 5112a16827 webm: basic logic 2025-09-06 23:56:06 +03:00
cmd/tgs_file_convert webm: basic logic 2025-09-06 23:56:06 +03:00
internal webm: basic logic 2025-09-06 23:56:06 +03:00
.gitignore init commit 2025-09-05 22:14:40 +03:00
README.md webm: basic logic 2025-09-06 23:56:06 +03:00
go.mod init commit 2025-09-05 22:14:40 +03:00
go.sum init commit 2025-09-05 22:14:40 +03:00

README.md

Telegram sticker converter

Supported formats

  • TGS
  • WEBP [WIP]
  • WEBM [WIP]

Supported transformations

TGS

  • TGS → PNG (first framge, all frames, N frame)
  • TGS → JPEG (first framge, all frames, N frame)
  • TGS → WEBP (first framge, all frames, N frame)
  • TGS → Lottie.JSON
  • TGS → GIF
  • TGS → WEBM
  • TGS → MP4

WEBP

  • WEBP → PNG [WIP]
  • WEBP → JPEG [WIP]

WEBM

  • WEBM → MP4 [WIP]
  • WEBM → GIF [WIP]
  • WEBM → PNG (first framge, all frames, N frame) [WIP]
  • WEBM → JPEG (first framge, all frames, N frame) [WIP]
  • WEBM → WEBP (first framge, all frames, N frame) [WIP]