An Video Editing Library Similar to Moviepy.
Project description
VidioPy
VidioPy is a Python library in its early stages of development, intended as an alternative to Moviepy for basic video editing and manipulation. The goal is to provide a user-friendly interface for handling video files, applying basic transformations, and creating simple visual content.
Installation
You can install VidioPy using the following command:
pip install git+https://github.com/SohamTilekar/VidioPy.git
or
pip install vidiopy
Note:
- Using the git comand version has many Advantages.
- Bug Fixes.
- Secure.
- Latest.
- Using the dirct comand
pip install vidiopyhas many disadvantages.- Not Secure repoted Issue #7
- More Bugs.
Usage
Here's a simple example of how to use VidioPy to create a video file:
import vidiopy
video = vidiopy.VideoFileClip("path/to/video.mp4")
text = vidiopy.TextClip("Hello, world!", fontsize=70, color="white")
text.set_position(lambda t: (100, 50 + 10*t))
video = vidiopy.CompositeVideoClip([video, text])
video.write_videofile("output.mp4")
See the Detailed Documentation here
Contribution
We welcome contributions from the community to help us improve and expand VidioPy. Here's how you can contribute:
- Fixing bugs: Help us identify and resolve issues to ensure a stable and reliable library.
- Adding new features: Introduce new functionalities to make VidioPy more versatile and powerful.
- Improving documentation: Enhance the clarity and completeness of our documentation to make it more user-friendly.
- Providing feedback: Share your experiences, suggestions, and insights to help us shape the future development of VidioPy.
To contribute:
- Read the CONTRIBUTING.md file.
- Fork the repository.
- Create a new branch for your feature, bug fix, or documentation improvement.
- Make your changes and test them thoroughly.
- Submit a pull request with a clear description of your changes.
Disclaimer
VidioPy is currently in the early stages of development and is not yet a complete product. Some features may be limited or incomplete. Currently, VidioPy does not support audio while writing video files, and there are no built-in video effects. Use it at your own discretion, and feel free to report any issues, feature request or provide feedback.
License
VidioPy is licensed under the MIT License - see the LICENSE file for details.
Happy video editing with VidioPy!
Project details
Release history Release notifications | RSS feed
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file vidiopy-0.3.12.tar.gz.
File metadata
- Download URL: vidiopy-0.3.12.tar.gz
- Upload date:
- Size: 44.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
997c3426474176afec7bfc5ac3e129c3f809a7e1677751236d3a08a35b2f4665
|
|
| MD5 |
4aac1d7c50e8adeb62b2ca92b9d7cb9c
|
|
| BLAKE2b-256 |
3d021285c22ffc782519e85300b080baf884420530c9176f34b5dcafed6e194c
|
File details
Details for the file vidiopy-0.3.12-py3-none-any.whl.
File metadata
- Download URL: vidiopy-0.3.12-py3-none-any.whl
- Upload date:
- Size: 40.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
11e9d7deaf4d7a3588d81b638144aa0c20e8b39e2ad948f8ea7357ea76c7173f
|
|
| MD5 |
65c700c289909455f613ecd5d831bd88
|
|
| BLAKE2b-256 |
b1291a643cfdfdbff83ade85128b37ee26381eaa8990da77a07ebeca465c51d8
|