ed-asriyan / lottie-converter

Converts Lottie Animations (.json / .lottie) and Telegram stickers (*.tgs) to GIF / PNG / APNG / WEBP / WEBM
https://t.me/tgtowabot
MIT License
795 stars 72 forks source link

it give error when i tried to use whole folder #17

Closed SauravDharwadkar closed 4 years ago

SauravDharwadkar commented 4 years ago

./tgs_to_gif ./webp

terminate called after throwing an instance of 'std::__ios_failure' what(): basic_filebuf::xsgetn error reading the file: Is a directory [1] 22537 abort (core dumped) tgs_to_gif ./webp

ed-asriyan commented 4 years ago

C++ version of converter does not support directories. Please, run run the program separately:

for F in ./webp; do ./tgs_to_gif $F; done 
SauravDharwadkar commented 4 years ago

see latest pull request

ed-asriyan commented 4 years ago

closed by #18