This Automation Script is used to convert any type of video file into an audio file. It supports the various audio and video formats for the conversion.
- Create a Virtual Environment.
- Install the requirements by using
pip3 install -r requiremnts.txt
- Hurray.! You're ready to use the script to convert video to audio.
python3 audio_converter.py -v "Video filename with Path" -p "audio filename with path"
While giving the file paths kindly use the quotations for the smooth conversion without any issue.
python3 audio_converter.py -v "/Users/srimanikanta/Downloads/Joseph Prince - Ordinary Made Extraordinary—Lessons From The Life Of Peter DVD Trailer.mp4" -p "/Users/srimanikanta/Desktop/joseph.mp3"