MOHD SAAD SHAIKH

Data Analyst

Dashboard Maker

Data scientist

Python Developer

MOHD SAAD SHAIKH

Data Analyst

Dashboard Maker

Data scientist

Python Developer

Python Video to Audio Converter

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:

  1. User Input: Provide the video file path.
  2. Processing: The script extracts audio using moviepy.
  3. Output: The MP3 file is saved in the specified directory.

Installation:

pip install -r requirements.txt

Usage:

python main.py path/to/video.mp4 -o output_directory