The Python Video to Audio Converter is a lightweight and efficient tool that extracts audio from video files and saves it as an MP3. Designed for simplicity and speed, this converter supports multiple video formats, including MP4, AVI, MKV, and MOV.
Features:
✅ Extracts high-quality audio from video files
✅ Supports MP4, AVI, MKV, MOV, and more
✅ Saves audio in MP3 format
✅ Simple command-line interface (CLI) for ease of use
✅ Error handling for file validation
How It Works:
- User Input: Provide the video file path.
- Processing: The script extracts audio using
moviepy
. - Output: The MP3 file is saved in the specified directory.