anime4k-python


Nameanime4k-python JSON
Version 1.1.3 PyPI version JSON
download
home_page
SummaryPython wrapper of Anime4K GLSL shaders achieved with FFmpeg and libplacebo
upload_time2024-02-09 20:21:35
maintainer
docs_urlNone
authorK4YT3X
requires_python>=3.7
licenseMIT
keywords anime4k ffmpeg upscaling
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Anime4K Python

Python wrapper of Anime4K GLSL shaders achieved with FFmpeg and libplacebo.

## Usages

```
from anime4k_python import Anime4K

anime4k = Anime4K(backend="mpv", mode="A")
anime4k.process_video(
    "input.mp4",
    "output.mp4",
    1280,
    720,
    scale=2,
)
```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "anime4k-python",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "anime4k,ffmpeg,upscaling",
    "author": "K4YT3X",
    "author_email": "i@k4yt3x.com",
    "download_url": "https://files.pythonhosted.org/packages/e5/9e/fbc9d2647a0bbc041c52c6ecc948380ee4a7d431bf3876103baab32d77cc/anime4k_python-1.1.3.tar.gz",
    "platform": null,
    "description": "# Anime4K Python\n\nPython wrapper of Anime4K GLSL shaders achieved with FFmpeg and libplacebo.\n\n## Usages\n\n```\nfrom anime4k_python import Anime4K\n\nanime4k = Anime4K(backend=\"mpv\", mode=\"A\")\nanime4k.process_video(\n    \"input.mp4\",\n    \"output.mp4\",\n    1280,\n    720,\n    scale=2,\n)\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Python wrapper of Anime4K GLSL shaders achieved with FFmpeg and libplacebo",
    "version": "1.1.3",
    "project_urls": null,
    "split_keywords": [
        "anime4k",
        "ffmpeg",
        "upscaling"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2a79cf7c66b76a0330f78eaeffa0afac9f0544445091706758f36e60818cba99",
                "md5": "811048bf462a80960a30cf319dc16e1b",
                "sha256": "27c3c3270097b2cf6170661d1cf7449eea269d11fad5ffa18ad4d0d03cf1604a"
            },
            "downloads": -1,
            "filename": "anime4k_python-1.1.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "811048bf462a80960a30cf319dc16e1b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 113597,
            "upload_time": "2024-02-09T20:21:34",
            "upload_time_iso_8601": "2024-02-09T20:21:34.177461Z",
            "url": "https://files.pythonhosted.org/packages/2a/79/cf7c66b76a0330f78eaeffa0afac9f0544445091706758f36e60818cba99/anime4k_python-1.1.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e59efbc9d2647a0bbc041c52c6ecc948380ee4a7d431bf3876103baab32d77cc",
                "md5": "6563f8bc0c2e560f027d165a6a9dedbc",
                "sha256": "5ee2afb72170e98b9615cc733920c5efadaf93b70bbfb1d222b0af1301ad10d4"
            },
            "downloads": -1,
            "filename": "anime4k_python-1.1.3.tar.gz",
            "has_sig": false,
            "md5_digest": "6563f8bc0c2e560f027d165a6a9dedbc",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 112148,
            "upload_time": "2024-02-09T20:21:35",
            "upload_time_iso_8601": "2024-02-09T20:21:35.278482Z",
            "url": "https://files.pythonhosted.org/packages/e5/9e/fbc9d2647a0bbc041c52c6ecc948380ee4a7d431bf3876103baab32d77cc/anime4k_python-1.1.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-09 20:21:35",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "anime4k-python"
}
        
Elapsed time: 0.22013s