Created
April 3, 2018 12:22
-
-
Save jhyang12345/dafd0eb421aaf81638d1e4752fb16643 to your computer and use it in GitHub Desktop.
Revisions
-
jhyang12345 created this gist
Apr 3, 2018 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ from moviepy.editor import * clip = AudioFileClip("잊어야 한다는 마음으로 - 아이유.mp3") clip = clip.cutout(0, 20) clip.write_audiofile("test.mp3")