Pixiv Animation Downloader

This is a simple perl script that downloads pixiv animations and converts them over to the format of your choice. If you would like additional format support, please contact me.

Supported codecs are mkv, webm, gif, png.

pixiv.pl

Install the following in cpan:
cpan install LWP::Useragent JSON::Parse Archive::Extract Archive::Zip File::Glob Image::Magick

Download and install http://sourceforge.net/projects/apngasm/ (Optional)

Mac OS X brew.sh
brew install imagemagick
brew install ffmpeg
brew install mkvtoolnix

Linux
apt-get install ffmpeg imagemagick mkvtoolnix