Commit 075144f8 authored by ThushanSandeepa's avatar ThushanSandeepa

audio genarated from video

parent 131e4893
import moviepy.editor as mp
clip = mp.VideoFileClip(r"video_input/text.mp4")
clip.audio.write_audiofile(r"audio_input/audio.wav")
\ 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