Skip to content

RobertAnthonyDevelopment/audiosep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Video Audio Extractor

A simple Python application that extracts audio from video files using Tkinter and PyDub.

audio_extractor

Features

  • 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

Requirements

  • Python 3.x
  • PyDub
  • FFmpeg (must be installed and added to PATH)

Install dependencies:

pip install pydub

Usage

Run the application:

python audio_sep.py
  1. Click Browse to choose a video file
  2. Select an output folder
  3. Choose audio format
  4. Click Extract Audio

The extracted audio file will be saved in the chosen directory.

Notes

PyDub requires FFmpeg. Install it from: https://ffmpeg.org/download.html

About

Python Audio Sep

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages