google / gif-for-cli

Home Page:https://opensource.googleblog.com/2018/06/tenor-gif-for-cli.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

--export does not work with local files

dtantsur opened this issue · comments

It seems to me that this should be possible:

$ gif-for-cli file://test.json --export test.gif
Processed 24/24 frames...
Exported to:
/home/dtantsur/test.gif

However, the resulting file has no relationship to test.json and is probably a trending gif on your website.

We don't handle JSON input, we should probably output an error instead of using a trending GIF.

Oops, sorry. I think I saw you talking about gif-for-cli compatible with asciinema files, I guess I got you wrong. Anyway, I think the current behavior is wrong.