Skip to content

Latest commit

 

History

History

Audio_Converter

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Audio Converter

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.

Setup

  1. Create a Virtual Environment.
  2. Install the requirements by using pip3 install -r requiremnts.txt
  3. Hurray.! You're ready to use the script to convert video to audio.

Running a file

python3 audio_converter.py -v "Video filename with Path" -p "audio filename with path"

Important Note

While giving the file paths kindly use the quotations for the smooth conversion without any issue.

Example

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"