Releases: Lulu2009-YTP/YTP-Editor
YTP Editor Beta 1
YTP Editor Beta 1
Welcome to the release of YTP Editor Beta 1! This is the first beta version of our YouTube Poop (YTP) video editor, designed to add unique and humorous effects to your videos, inspired by popular YTP styles and memes.
🚀 New Features
Custom Python Effects: Apply a variety of pre-defined effects to your videos, including:
Stutter Loop: Creates a stuttering effect by rapidly repeating frames.
Scrambling/Random Chopping: Randomly chops and scrambles video segments.
Stare Down/Mysterious Zoom: Gradually zooms in on a subject for a dramatic effect.
SpaDinner: Adds a surreal background and overlay to your video.
Ear-Rape: Dramatically increases audio volume for humorous effect.
Bleep Censors: Replaces audio segments with bleep sounds for censorship.
Supercut: Compiles various segments of your video into a single sequence.
Video Remixed/Meme: Adds meme text and humorous elements to your video.
ArabFunny/Gen Alpha: Applies vibrant and culturally specific overlays.
Parody: Adds exaggerated text and audio elements to create a parody.
Vidding: Applies color corrections, speed adjustments, and transitions.
Dance: Adds dynamic text and visual effects to simulate dance.
Custom Effect Scripts: Modular Python scripts for applying different YTP-style effects. Customize and extend the effects to fit your specific needs.
Combine Effects: A script to apply all available effects to your video in a sequential manner, allowing for comprehensive YTP editing.
📦 Installation
Clone the Repository:
bash
Copy code
git clone https://github.com/yourusername/ytp-editor.git
cd ytp-editor
Install Dependencies: Make sure you have Python installed, then install the required libraries:
pip install moviepy numpy
Add Media Files: Place your input video files in the appropriate directory as specified in the scripts.
🛠️ Usage
To apply effects to your video, run the desired effect script from the /effects/ directory or use the combine_all_effects.py script to apply all effects in sequence.
For example:
python effects/stutter_loop.py
Or combine all effects:
python combine_all_effects.py
🎯 Planned Features
Advanced Customization: More control over effect parameters and additional effect options.
GUI Interface: A graphical user interface for easier application of effects.
Performance Improvements: Optimizations for faster processing of large videos.
📝 Contributing
Contributions are welcome! If you have suggestions for new effects, improvements, or bug fixes, please submit a pull request or open an issue.
📄 License
This project is licensed under the MIT License. See the LICENSE file for details.