Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sliva0/tgradish
Simple video converting cli utility specializing in Telegram videostickers with the ability to bypass the 3 second limit.
https://github.com/sliva0/tgradish
cli converter ffmpeg ffmpeg-wrapper telegram telegram-stickers webm
Last synced: about 1 month ago
JSON representation
Simple video converting cli utility specializing in Telegram videostickers with the ability to bypass the 3 second limit.
- Host: GitHub
- URL: https://github.com/sliva0/tgradish
- Owner: sliva0
- License: mit
- Created: 2022-12-29T05:11:01.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-28T05:51:16.000Z (3 months ago)
- Last Synced: 2024-12-08T09:24:45.599Z (about 2 months ago)
- Topics: cli, converter, ffmpeg, ffmpeg-wrapper, telegram, telegram-stickers, webm
- Language: Python
- Homepage: https://pypi.org/project/tgradish/
- Size: 15.6 KB
- Stars: 26
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# tgradish
Simple video converting cli utility specializing in Telegram videostickers with the ability to bypass the 3 second limit.
## Installation
``` console
python -m pip install tgradish
```## Dependencies
For the `tgradish convert` command `ffmpeg` should be installed in PATH,
but `tgradish spoof` works just fine even without it.## Usage examples
Converting .mp4 video to videosticker:
``` console
tgradish convert -i ~/pig.mp4
```Spoofing duration of already correctly encoded videosticker:
``` console
tgradish spoof ~/pig.webm ~/spoofed_pig.webm
```## License
[MIT License](LICENSE.txt)