Advertisement
bacnguyenxgen

Untitled

Mar 12th, 2022 (edited)
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.24 KB | None | 0 0
  1. #comment: The main program [non-graphical interface] is here..
  2. import moviepy
  3. import moviepy.editor
  4. video = moviepy.editor.VideoFileClip('#')  # - path to video file.
  5. audio = video.audio
  6. audio.write_audiofile('#') # - path to audio file.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement