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 characters
import moviepy.editor | |
from pytube import * | |
from datetime import * | |
from moviepy.editor import * | |
import moviepy.video.fx.all as vfx | |
def audioSplit(dirVideo, dirAudio): | |
video = moviepy.editor.VideoFileClip(dirVideo) | |
audio = video.audio |