A simple Python application to convert videos, adjust quality, and change volume.
- Python 3: Ensure you have Python installed.
- FFmpeg: This application requires FFmpeg to process video files.
MacOS (using Homebrew):
brew install ffmpegWindows:
Download from ffmpeg.org or use winget:
winget install ffmpeg- Open your terminal or command prompt.
- Navigate to this folder.
- Run the script:
python3 video_converter.py
- File Selection: Choose any video file.
- Format Conversion: Convert to MP4, AVI, MKV, MP3, etc.
- Quality Control: Slider/Dropdown to adjust video quality (affects file size).
- Volume Control: Increase or decrease audio volume (e.g., 200% for double volume).
This project's source code is licensed under the MIT License.
See the LICENSE file.
- FFmpeg is a separate third-party project and dependency.
- FFmpeg may be licensed as LGPL or GPL depending on how the binary is built.
- This repository is configured to avoid committing local FFmpeg binaries.
If you redistribute FFmpeg binaries with your app, you must comply with the license obligations for that specific binary build.
See THIRD_PARTY_NOTICES.md for details and links.