fastedit


Namefastedit JSON
Version 0.7.0 PyPI version JSON
download
home_pagehttps://github.com/ThomasMargnac/fastedit
SummaryA simple python library to edit videos
upload_time2023-01-04 20:07:02
maintainer
docs_urlNone
authorThomas Margnac
requires_python
licenseApache License 2.0
keywords video editing
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # FastEdit

[![GitHub](https://img.shields.io/github/license/ThomasMargnac/fastedit?color=blue)](https://www.apache.org/licenses/LICENSE-2.0)
[![build](https://github.com/ThomasMargnac/fastedit/actions/workflows/ci.yml/badge.svg)](https://github.com/ThomasMargnac/fastedit/actions/workflows/ci.yml)
[![PyPI](https://badge.fury.io/py/fastedit.svg)](https://badge.fury.io/py/fastedit)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/fastedit)

FastEdit is a Python library to edit videos. Thanks to it you can manipulate videos and/or audios with actions such as cut, loop, or concatenate.

# Installation

FastEdit is based on FFmpeg which means it has to be installed on your machine before using FastEdit.

### Using `pip`

If `pip` is installed on your machine, you can install FastEdit by typing the following command:

```
pip install fastedit
```

If you want a specific version of FastEdit via `pip`, type the following command:

```
pip install fastedit==VERSION
```

If you want to install FastEdit from this GitHub repository, type the following command:

```
pip install git+https://github.com/ThomasMargnac/fastedit@main
```

### Try your first FastEdit program

```python
from fastedit.Medias import Video

video = Video("video.mp4")
clip = video.clip(0, 10)
clip.save("new_video.mp4")
```

For more information and examples, checkout the [wiki](https://github.com/ThomasMargnac/fastedit/wiki/Getting-started).

# Resources

|Type|Link|
|:---:|:---:|
|📚 **Wiki**|[GitHub Wiki](https://github.com/ThomasMargnac/fastedit/wiki)|
|🛠 **API Reference**|[GitHub Page](https://thomasmargnac.github.io/fastedit/)|
|🚨 **Bug Reports**|[GitHub Issue Tracker](https://github.com/ThomasMargnac/fastedit/issues)|

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ThomasMargnac/fastedit",
    "name": "fastedit",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "video,editing",
    "author": "Thomas Margnac",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/a7/9e/00dd06cd777ff087babf43e46a1d8a7b4c0eb767ba13790908cd4a279729/fastedit-0.7.0.tar.gz",
    "platform": null,
    "description": "# FastEdit\n\n[![GitHub](https://img.shields.io/github/license/ThomasMargnac/fastedit?color=blue)](https://www.apache.org/licenses/LICENSE-2.0)\n[![build](https://github.com/ThomasMargnac/fastedit/actions/workflows/ci.yml/badge.svg)](https://github.com/ThomasMargnac/fastedit/actions/workflows/ci.yml)\n[![PyPI](https://badge.fury.io/py/fastedit.svg)](https://badge.fury.io/py/fastedit)\n![PyPI - Python Version](https://img.shields.io/pypi/pyversions/fastedit)\n\nFastEdit is a Python library to edit videos. Thanks to it you can manipulate videos and/or audios with actions such as cut, loop, or concatenate.\n\n# Installation\n\nFastEdit is based on FFmpeg which means it has to be installed on your machine before using FastEdit.\n\n### Using `pip`\n\nIf `pip` is installed on your machine, you can install FastEdit by typing the following command:\n\n```\npip install fastedit\n```\n\nIf you want a specific version of FastEdit via `pip`, type the following command:\n\n```\npip install fastedit==VERSION\n```\n\nIf you want to install FastEdit from this GitHub repository, type the following command:\n\n```\npip install git+https://github.com/ThomasMargnac/fastedit@main\n```\n\n### Try your first FastEdit program\n\n```python\nfrom fastedit.Medias import Video\n\nvideo = Video(\"video.mp4\")\nclip = video.clip(0, 10)\nclip.save(\"new_video.mp4\")\n```\n\nFor more information and examples, checkout the [wiki](https://github.com/ThomasMargnac/fastedit/wiki/Getting-started).\n\n# Resources\n\n|Type|Link|\n|:---:|:---:|\n|\ud83d\udcda **Wiki**|[GitHub Wiki](https://github.com/ThomasMargnac/fastedit/wiki)|\n|\ud83d\udee0 **API Reference**|[GitHub Page](https://thomasmargnac.github.io/fastedit/)|\n|\ud83d\udea8 **Bug Reports**|[GitHub Issue Tracker](https://github.com/ThomasMargnac/fastedit/issues)|\n",
    "bugtrack_url": null,
    "license": "Apache License 2.0",
    "summary": "A simple python library to edit videos",
    "version": "0.7.0",
    "split_keywords": [
        "video",
        "editing"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "66e26fcbcdb34fe4eef802399b401ad50cf7354b0e8f90fbf1544f06d511df8a",
                "md5": "3473fbd109e4fd14909ffb24a3b86f1d",
                "sha256": "283c9bcf0a88a8dca9799ce2157feecf844bf810978cd9a92f3378d0abe2ef57"
            },
            "downloads": -1,
            "filename": "fastedit-0.7.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3473fbd109e4fd14909ffb24a3b86f1d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 20741,
            "upload_time": "2023-01-04T20:07:01",
            "upload_time_iso_8601": "2023-01-04T20:07:01.596930Z",
            "url": "https://files.pythonhosted.org/packages/66/e2/6fcbcdb34fe4eef802399b401ad50cf7354b0e8f90fbf1544f06d511df8a/fastedit-0.7.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a79e00dd06cd777ff087babf43e46a1d8a7b4c0eb767ba13790908cd4a279729",
                "md5": "4a4e3acc219c0b634597108673aa77c6",
                "sha256": "27eda6ba58882babf9638b6f84ba53a089abb210b7a3c9d7c89abc2593b997fd"
            },
            "downloads": -1,
            "filename": "fastedit-0.7.0.tar.gz",
            "has_sig": false,
            "md5_digest": "4a4e3acc219c0b634597108673aa77c6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 17436,
            "upload_time": "2023-01-04T20:07:02",
            "upload_time_iso_8601": "2023-01-04T20:07:02.684016Z",
            "url": "https://files.pythonhosted.org/packages/a7/9e/00dd06cd777ff087babf43e46a1d8a7b4c0eb767ba13790908cd4a279729/fastedit-0.7.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-04 20:07:02",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "ThomasMargnac",
    "github_project": "fastedit",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "fastedit"
}
        
Elapsed time: 0.04954s