A simple Python application that extracts audio from video files using Tkinter and PyDub.
- Select video files (MP4, AVI, MOV, MKV, FLV, WEBM)
- Choose output directory
- Export audio as MP3, WAV, or OGG
- Easy-to-use GUI built with Tkinter
- Python 3.x
- PyDub
- FFmpeg (must be installed and added to PATH)
Install dependencies:
pip install pydubRun the application:
python audio_sep.py- Click Browse to choose a video file
- Select an output folder
- Choose audio format
- Click Extract Audio
The extracted audio file will be saved in the chosen directory.
PyDub requires FFmpeg. Install it from: https://ffmpeg.org/download.html