bebound / pixivd

Pixiv Downloader - Batch download pictures from Pixiv
MIT License
138 stars 18 forks source link

GIFs download bad #16

Closed fluffyloopy closed 3 years ago

fluffyloopy commented 5 years ago

GIFs get downloaded frame by frame instead of as a whole gif. why?

bebound commented 5 years ago

They're frames, although in Pixiv they looks like gif. You can convert them to gif if you like.

fluffyloopy commented 3 years ago

is there any way to implement something like this to it so the final version is a downloaded gif instead of frames?

bebound commented 3 years ago

I can do this, but I think it's not the responsibility for this repo to do this. (Users also need to install FFmpeg) You can write a shell script to achieve this.

PS: I personally don't like gif format, it's big and poor quality.

fluffyloopy commented 3 years ago

That's fair, which format would you suggest then?