PyMediaToolkit is a comprehensive suite of Python scripts for modifying and processing multimedia files, including images, audio, and video. This project was developed as part of a Multimedia course at the University of Beira Interior.
This project provides a variety of scripts for multimedia file manipulation, aiming to solidify knowledge in multimedia processing and Python programming.
- Addition
- Subtraction
- OR operation
- AND operation
- Green color filter
- Negative filter
- Gray filter
- Cut
- Join
- Echo
- Normalize
- Black and white filter
To use PyMediaToolkit, ensure you have Python installed. You can clone this repository and install the necessary dependencies using pip.
git clone https://github.com/yourusername/PyMediaToolkit.git
cd PyMediaToolkit
pip install -r requirements.txtNavigate through the main menu to access different multimedia operations.
- - - - - Main Menu - - - - - - - -
1. Image Modification
2. Audio Modification
3. Video Modification
4. Exit
- - - - - - - - - - - - - - - - - -