Metadata-Version: 2.1
Name: tgradish
Version: 1.0.2
Summary: Simple video converting cli utility specializing in Telegram videostickers with the ability to bypass the 3 second limit
Author-email: sliva0 <sliva0mk@gmail.com>
License: MIT License
Project-URL: Homepage, https://github.com/sliva0/tgradish
Project-URL: Author's telegram, https://t.me/sliva0
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# 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)
