A simple python library to edit videos
Project description
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
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.
Resources
Type | Link |
---|---|
📚 Wiki | GitHub Wiki |
🛠 API Reference | GitHub Page |
🚨 Bug Reports | GitHub Issue Tracker |
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file fastedit-0.7.0.tar.gz
.
File metadata
- Download URL: fastedit-0.7.0.tar.gz
- Upload date:
- Size: 17.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 27eda6ba58882babf9638b6f84ba53a089abb210b7a3c9d7c89abc2593b997fd |
|
MD5 | 4a4e3acc219c0b634597108673aa77c6 |
|
BLAKE2b-256 | a79e00dd06cd777ff087babf43e46a1d8a7b4c0eb767ba13790908cd4a279729 |
File details
Details for the file fastedit-0.7.0-py3-none-any.whl
.
File metadata
- Download URL: fastedit-0.7.0-py3-none-any.whl
- Upload date:
- Size: 20.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 283c9bcf0a88a8dca9799ce2157feecf844bf810978cd9a92f3378d0abe2ef57 |
|
MD5 | 3473fbd109e4fd14909ffb24a3b86f1d |
|
BLAKE2b-256 | 66e26fcbcdb34fe4eef802399b401ad50cf7354b0e8f90fbf1544f06d511df8a |