fffw


Namefffw JSON
Version 6.0.0 PyPI version JSON
download
home_pageNone
SummaryFFMPEG wrapper
upload_time2024-10-08 11:21:41
maintainerNone
docs_urlNone
authorNone
requires_pythonNone
licenseMIT
keywords ffmpeg wrapper
VCS
bugtrack_url
requirements pymediainfo
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # fffw
## FFMPEG filter wrapper

[![build](https://github.com/just-work/fffw/workflows/build/badge.svg?branch=master)](https://github.com/just-work/fffw/actions?query=event%3Apush+branch%3Amaster+workflow%3Abuild)
[![codecov](https://codecov.io/gh/just-work/fffw/branch/master/graph/badge.svg)](https://codecov.io/gh/just-work/fffw)
[![PyPI version](https://badge.fury.io/py/fffw.svg)](http://badge.fury.io/py/fffw)
[![Documentation Status](https://readthedocs.org/projects/fffw/badge/?version=latest)](https://fffw.readthedocs.io/en/latest/?badge=latest)


[FFMPEG](https://github.com/FFmpeg/FFmpeg) command line tools.


### PyCharm MyPy plugin
```
dmypy run -- --config-file=mypy.ini .
```

### Sphinx autodoc

```
cd docs/source && rm fffw*.rst
cd docs && sphinx-apidoc -o source ../fffw
```

### Sphinx documentation

```
cd docs && make html
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "fffw",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "ffmpeg, wrapper",
    "author": null,
    "author_email": "Sergey Tikhonov <zimbler@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/32/24/09b691b2489b025dfd003e808387b7bcff6808bb4f66100750afae9e91e3/fffw-6.0.0.tar.gz",
    "platform": null,
    "description": "# fffw\n## FFMPEG filter wrapper\n\n[![build](https://github.com/just-work/fffw/workflows/build/badge.svg?branch=master)](https://github.com/just-work/fffw/actions?query=event%3Apush+branch%3Amaster+workflow%3Abuild)\n[![codecov](https://codecov.io/gh/just-work/fffw/branch/master/graph/badge.svg)](https://codecov.io/gh/just-work/fffw)\n[![PyPI version](https://badge.fury.io/py/fffw.svg)](http://badge.fury.io/py/fffw)\n[![Documentation Status](https://readthedocs.org/projects/fffw/badge/?version=latest)](https://fffw.readthedocs.io/en/latest/?badge=latest)\n\n\n[FFMPEG](https://github.com/FFmpeg/FFmpeg) command line tools.\n\n\n### PyCharm MyPy plugin\n```\ndmypy run -- --config-file=mypy.ini .\n```\n\n### Sphinx autodoc\n\n```\ncd docs/source && rm fffw*.rst\ncd docs && sphinx-apidoc -o source ../fffw\n```\n\n### Sphinx documentation\n\n```\ncd docs && make html\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "FFMPEG wrapper",
    "version": "6.0.0",
    "project_urls": {
        "documentation": "https://fffw.readthedocs.io/en/latest/",
        "homepage": "https://github.com/just-work/fffw",
        "issues": "https://github.com/just-work/fffw/issues",
        "repository": "https://github.com/just-work/fffw.git"
    },
    "split_keywords": [
        "ffmpeg",
        " wrapper"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b81e4fab8ec7ffc9ffd971aafd68b67f7c6f7c42fca9613ed24a3bf23047a593",
                "md5": "c19821afbf99050c071ef006d99afab1",
                "sha256": "72f9e11c6c06550ec2caed6a39a987f2a68e54e26924bcc0031909efaf18a303"
            },
            "downloads": -1,
            "filename": "fffw-6.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c19821afbf99050c071ef006d99afab1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 40203,
            "upload_time": "2024-10-08T11:21:39",
            "upload_time_iso_8601": "2024-10-08T11:21:39.676965Z",
            "url": "https://files.pythonhosted.org/packages/b8/1e/4fab8ec7ffc9ffd971aafd68b67f7c6f7c42fca9613ed24a3bf23047a593/fffw-6.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "322409b691b2489b025dfd003e808387b7bcff6808bb4f66100750afae9e91e3",
                "md5": "e127b5248398f988344c046f0b518db7",
                "sha256": "c7454514ffd59347dfe551a21391c2726c36f3b968a69f3fb31abb10018155f9"
            },
            "downloads": -1,
            "filename": "fffw-6.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "e127b5248398f988344c046f0b518db7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 51312,
            "upload_time": "2024-10-08T11:21:41",
            "upload_time_iso_8601": "2024-10-08T11:21:41.395617Z",
            "url": "https://files.pythonhosted.org/packages/32/24/09b691b2489b025dfd003e808387b7bcff6808bb4f66100750afae9e91e3/fffw-6.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-08 11:21:41",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "just-work",
    "github_project": "fffw",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "pymediainfo",
            "specs": [
                [
                    "==",
                    "6.0.1"
                ]
            ]
        }
    ],
    "lcname": "fffw"
}
        
Elapsed time: 0.31852s