Extract audio from any video file of your choice effortlessly! This tool takes a video in .3gp format and extracts the audio, saving it as an .mp3 file. π
- ποΈ Input Format:
.3gpvideo files - πΆ Output Format:
.mp3audio files - π Library Used:
moviepy - β‘ Easy-to-Use: Simple Python script to process video-to-audio conversion.
-
Place your
.3gpvideo file in the project directory. -
Update the
video_filevariable inapp.pyto the name of your video file:video_file = "your_video_file.3gp"
-
Run the script:
python app.py
-
π The extracted audio will be saved as
audio_Extracted.mp3in the same directory.
video-audio-extractor/
βββ app.py # Python script to extract audio
βββ Video.3gp # Example video file (replace with your own)
βββ audio_Extracted.mp3 # Output audio file
Feel free to contribute to this project by creating issues or submitting pull requests. Let's make this project better together! πͺ
This project is licensed under the MIT License. π