Skip to content

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.

License

Notifications You must be signed in to change notification settings

NSTechBytes/Video-Converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Video Converter

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.

Features

  • 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.

Requirements

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

Usage

  1. Clone the repository to your local machine:

    git clone https://github.com/NSTechBytes/Video-Converter.git
    cd Video-Converter
  2. Run the application:

    python Video Converter.py
  3. 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.

Screenshots

Video Conveter

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contributing

Contributions are welcome! If you have suggestions for improvements or new features, feel free to fork the repository and submit a pull request.

Acknowledgements

  • PyQt5 for the GUI framework.
  • MoviePy for video processing functionalities.

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Languages