Commit e961da9b authored by Dhananjaya Jayashanka's avatar Dhananjaya Jayashanka

added convert_VideoToAudio.py

parent 53db7cae
import moviepy.editor
video = moviepy.editor.VideoFileClip('./speechVideo/speech.mp4')
audio = video.audio
audio.write_audiofile("sample.mp3")
print("Completed!")
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment