Skip to content

Zipping ugoira after downloading original frames? #6147

Closed Answered by mikf
nateify asked this question in Q&A
Discussion options

You must be logged in to vote

You need to set ugoira for pixiv to "original" for original frames
and the code from the latest commit for "mode": "archive" to have an effect.

I've moved the ugoira post processor from pixiv to the global list after the first one and added a pixiv whitelist, and this seems to work. I end up with ZIP + WEBM + one JSON for each frame.

Enable the ugoira metadata option if you want an animation.json file inside the archive itself.

config
{
    "extractor": {
        "base-directory": ".",
        "postprocessors": [
            {
                "name": "metadata",
                "mode": "json",
                "event": "after"
            },
            {
                "name": "ugoira",…

Replies: 4 comments 4 replies

Comment options

You must be logged in to vote
1 reply
@mikf
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@nateify
Comment options

@mikf
Comment options

Answer selected by mikf
Comment options

You must be logged in to vote
1 reply
@mikf
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment