Converter for Telegram stickers and animations into various formats.
Go to file
eugene 7ddda58558 Implement WEBP transformations 2025-09-08 18:18:03 +03:00
cmd update: add webm support 2025-09-07 22:57:44 +03:00
internal Implement WEBP transformations 2025-09-08 18:18:03 +03:00
.gitignore init commit 2025-09-05 22:14:40 +03:00
README.md Implement WEBP transformations 2025-09-08 18:18:03 +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

System requirements

  • ffmpeg

Build requirements

  • Go 1.24

Supported formats

  • TGS
  • WEBP
  • WEBM

Supported transformations

TGS

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

WEBP

  • WEBP → PNG
  • WEBP → JPEG

WEBM

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