Skip to content

Instantly share code, notes, and snippets.

@samirsaci
Created November 1, 2022 13:27
Show Gist options
  • Save samirsaci/16a5f2206489264e52a338be2e0212b3 to your computer and use it in GitHub Desktop.
Save samirsaci/16a5f2206489264e52a338be2e0212b3 to your computer and use it in GitHub Desktop.
Automate Video Editing - Import
from moviepy.editor import VideoFileClip, CompositeVideoClip, concatenate_videoclips , clips_array, vfx, AudioFileClip
from functions import *
# Import Video
filename = '15-12-2021.mp4'
myclip = VideoFileClip(filename)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment