All Projects → ed-asriyan → Tgs To Gif

ed-asriyan / Tgs To Gif

Licence: mit
Converts animated Telegram stickers (*.tgs) to animated GIFs (.gif)

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Tgs To Gif

tgskit
Toolkit for dealing with Telegram Stickers and Bodymovin/Lottie animations.
Stars: ✭ 45 (-69.59%)
Mutual labels:  telegram, lottie, stickers
Mypackbot
🤖 Your own unlimited pack of Telegram-stickers
Stars: ✭ 18 (-87.84%)
Mutual labels:  telegram, stickers
Madelineproto
Async PHP client/server API for the telegram MTProto protocol
Stars: ✭ 1,776 (+1100%)
Mutual labels:  telegram, stickers
Claudia Bot Builder
Create chat bots for Facebook Messenger, Slack, Amazon Alexa, Skype, Telegram, Viber, Line, GroupMe, Kik and Twilio and deploy to AWS Lambda in minutes
Stars: ✭ 1,717 (+1060.14%)
Mutual labels:  telegram
Kotlinffmpeg
Examples of using FFMpeg library on Android with Kotlin
Stars: ✭ 138 (-6.76%)
Mutual labels:  gif
Teledart
A Dart library interfacing with the latest Telegram Bot API.
Stars: ✭ 142 (-4.05%)
Mutual labels:  telegram
Ton
Telegram Open Network research group. Telegram: https://t.me/ton_research
Stars: ✭ 146 (-1.35%)
Mutual labels:  telegram
Quicklogger
Library for logging on files, console, memory, email, rest, eventlog, syslog, slack, telegram, redis, logstash, elasticsearch, influxdb, graylog, Sentry, Twilio, ide debug messages and throw events for Delphi/Firemonkey/freepascal/.NET (Windows/Linux/OSX/IOS/Android).
Stars: ✭ 137 (-7.43%)
Mutual labels:  telegram
Telegramgo
CLI telegram client written in golang
Stars: ✭ 145 (-2.03%)
Mutual labels:  telegram
Pyecharts Snapshot
renders the output of pyecharts as png, jpeg, gif, svg, eps, pdf and raw base64
Stars: ✭ 142 (-4.05%)
Mutual labels:  gif
Tg2sip
Telegram <-> SIP voice gateway
Stars: ✭ 142 (-4.05%)
Mutual labels:  telegram
Reddit Anti Gif Bot
A Reddit bot providing an mp4 link/mirror for gif submissions
Stars: ✭ 138 (-6.76%)
Mutual labels:  gif
Vk To Telegram Transfer Bot
Бот, пересылающий сообщения из чатов ВК в Telegram и обратно
Stars: ✭ 143 (-3.38%)
Mutual labels:  telegram
Workflowshare
Workflow实例分享
Stars: ✭ 137 (-7.43%)
Mutual labels:  gif
Imageviewer
A simple and customizable Android full-screen image viewer 一个简单且可自定义的Android全屏图像浏览器
Stars: ✭ 1,889 (+1176.35%)
Mutual labels:  gif
Expressbot
一个可以帮你订阅、查询快递物流、跟你闲聊Telegram机器人
Stars: ✭ 137 (-7.43%)
Mutual labels:  telegram
Transmission Telegram
Control your Transmission through a Telegram bot
Stars: ✭ 144 (-2.7%)
Mutual labels:  telegram
Autocser
AutoCSer is a high-performance RPC framework. AutoCSer 是一个以高效率为目标向导的整体开发框架。主要包括 TCP 接口服务框架、TCP 函数服务框架、远程表达式链组件、前后端一体 WEB 视图框架、ORM 内存索引缓存框架、日志流内存数据库缓存组件、消息队列组件、二进制 / JSON / XML 数据序列化 等一系列无缝集成的高性能组件。
Stars: ✭ 140 (-5.41%)
Mutual labels:  gif
Textwriter
Animate your texts like never before
Stars: ✭ 140 (-5.41%)
Mutual labels:  gif
Telebot
Advanced Telegram UserBot. [Python][Telethon]
Stars: ✭ 144 (-2.7%)
Mutual labels:  telegram

Animated stickers for Telegram (*.tgs) to animated GIFs converter


To easily convert stickers to GIFs you can use Telegram Bot👉 https://t.me/tgstogifbot 👈


FYI: There is a test version of converter written in C++ in master-cpp branch. It works a little faster, but generated GIFs may contain some artifacts.

Using Docker

  1. Build the image:

    docker build -t tgs-to-gif .
    
  2. Convert! Pass directory with stickers and run:

    docker run --rm -v <path to directory with stickers>:/source tgs-to-gif
    

The result will be saved next to each source sticker file in the same directory.

Using nodejs and gifski

Install

  1. Install nodejs.
  2. Install gifski.
  3. Install npm dependencies:
    npm install
    

Convert

Pass one or several stickers:

node cli.js sticker1.tgs sticker2.tgs ... 

or pass a directory:

node cli.js /home/ed/Downloads/super_pack/

The result will be saved next to each source sticker file in the same directory.

CLI arguments

$ node cli.js --help
usage: cli.js [-h] [--height HEIGHT] [--width WIDTH] paths [paths ...]

Animated stickers for Telegram (*.tgs) to animated GIFs converter

Positional arguments:
  paths            Paths to .tgs files to convert

Optional arguments:
  -h, --help       Show this help message and exit.
  --height HEIGHT  Output image height. Default: auto
  --width WIDTH    Output image width. Default: auto

Notices

You can download .tgs files using @Stickerdownloadbot.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].