This is a desktop-based project using python and tkinter. Here, in this project "moviepy" library to convert video to audio.
Moviepy- It is a python module for video editing, composition, manipulation and also can used for basic operations like cuts, title insertions,concatenation,etc.
Database: Not required Python: Python 3.x(recommended) Pip installation: pip install moviepy Video formats: WMV (wmv, wma, asf*), OGG (ogg, oga, ogv, ogx), 3GP (3gp, 3gp2, 3g2, 3gpp, 3gpp2) and MP4 (mp4, m4a, m4v, f4v, f4a, m4b, m4r, f4b, mov) Audio formats: MP3, AAC, WMA, and AC3
GUI Steps:
- Click on "Choose File" button
- Choose the video file from your desktop.
- Select the audio format, by default it is MP3.
- Click on "Export" button.
- Give some name to your audio file and save it to your desktop location.