Skip to content

Instantly share code, notes, and snippets.

@jhyang12345
Created April 3, 2018 12:22
Show Gist options
  • Save jhyang12345/dafd0eb421aaf81638d1e4752fb16643 to your computer and use it in GitHub Desktop.
Save jhyang12345/dafd0eb421aaf81638d1e4752fb16643 to your computer and use it in GitHub Desktop.
from moviepy.editor import *
clip = AudioFileClip("잊어야 한다는 마음으로 - 아이유.mp3")
clip = clip.cutout(0, 20)
clip.write_audiofile("test.mp3")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment