Skip to content

hardik121121/Audio_Extractor_From_Video

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

πŸŽ₯ Video to Audio Extractor 🎡

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. πŸš€


✨ Features

  • 🎞️ Input Format: .3gp video files
  • 🎢 Output Format: .mp3 audio files
  • πŸ“š Library Used: moviepy
  • ⚑ Easy-to-Use: Simple Python script to process video-to-audio conversion.

πŸš€ Usage

  1. Place your .3gp video file in the project directory.

  2. Update the video_file variable in app.py to the name of your video file:

    video_file = "your_video_file.3gp"
  3. Run the script:

    python app.py
  4. πŸŽ‰ The extracted audio will be saved as audio_Extracted.mp3 in the same directory.


πŸ“‚ Project Structure

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

πŸ“’ Contribution

Feel free to contribute to this project by creating issues or submitting pull requests. Let's make this project better together! πŸ’ͺ


πŸ… License

This project is licensed under the MIT License. πŸ“„

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages