A simple and efficient GUI application for converting multiple video files into different formats with adjustable quality settings. This application is built using Python and the PyQt5 library, along with MoviePy for video processing.
- Select Multiple Videos: Choose multiple video files for conversion.
- Output Format Options: Convert videos to various formats including MP4, AVI, MKV, and MOV.
- Quality Selection: Choose between original quality and low, medium, or high settings for the output videos.
- Progress Monitoring: A progress bar to monitor the conversion process.
- Cancel Conversion: Option to cancel the conversion process.
- User-Friendly Interface: Easy-to-use GUI for seamless interaction.
Before running the application, ensure you have the following installed:
- Python 3.x
- PyQt5
- MoviePy
You can install the necessary libraries using pip:
pip install PyQt5 moviepy
-
Clone the repository to your local machine:
git clone https://github.com/NSTechBytes/Video-Converter.git cd Video-Converter
-
Run the application:
python Video Converter.py
-
Use the GUI to:
- Select the video files you want to convert.
- Choose the output format and quality.
- Specify the output folder where the converted videos will be saved.
- Monitor the conversion progress and cancel if needed.
This project is licensed under the MIT License. See the LICENSE file for details.
Contributions are welcome! If you have suggestions for improvements or new features, feel free to fork the repository and submit a pull request.