{
    "version": "1.7.70",
    "description": "(Yet another) graphical user interface for FFMpeg with comprehensive support for both the basic features but also the more advanced features like filtergraphs.",
    "homepage": "https://ffqueue.bruchhaus.dk/",
    "license": "GPL-3.0-only",
    "suggest": {
        "ffmpeg": [
            "ffmpeg",
            "ffmpeg-shared"
        ]
    },
    "url": "https://www.videohelp.com/download/FFQueue_1_7_70.7z",
    "hash": "9b32d2abeb8ac2cd101cbf687c70e4c491fbae3d35462c68202e379f3fa9655f",
    "bin": "FFQueue.exe",
    "shortcuts": [
        [
            "FFQueue.exe",
            "FFQueue"
        ],
        [
            "FFQueue.htm",
            "FFQueue Documentation"
        ]
    ],
    "pre_install": "if (Test-Path \"$persist_dir\\ffqueue.cfg\") { Copy-Item \"$persist_dir\\ffqueue.cfg\" \"$dir\\\" }",
    "pre_uninstall": [
        "# Manually persist ffqueue.cfg",
        "if (Test-Path \"$dir\\ffqueue.cfg\") {",
        "    ensure \"$persist_dir\" | Out-Null",
        "    Copy-Item \"$dir\\ffqueue.cfg\" \"$persist_dir\\\"",
        "}"
    ],
    "checkver": {
        "url": "https://www.videohelp.com/software/FFQueue",
        "regex": "FFQueue ([\\d.]+)"
    },
    "autoupdate": {
        "url": "https://www.videohelp.com/download/FFQueue_$underscoreVersion.7z"
    }
}
