Skip to main content
Search
Search This Blog
Python Developer
Python Source Code
Share
Get link
Facebook
X
Pinterest
Email
Other Apps
March 05, 2021
convert video file to audio
import
moviepy.editor
video = moviepy.editor.VideoFileClip(
'a.mp4'
)
audio = video.audio
audio.write_audiofile(
'a.mp3'
)
Comments
Popular Posts
May 08, 2021
Birthday patterns
December 04, 2022
draw Rose flower using python
Comments
Post a Comment