Python mendapatkan audio dari video

video = VideoFileClip(path_to_vid)
video.audio.write_audiofile(path_to_audio)
The Rambling Lank