Skip to content

Instantly share code, notes, and snippets.

@hanseljulio
hanseljulio / main.py
Created August 1, 2020 20:12
Python Video Editor + Youtube downloader
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