Member-only story

How to edit videos with python

Manpreet Singh
2 min readOct 11, 2021

--

Welcome back! Python is an amazing programming language with a ton of capability, but did you know you can edit your videos with Python? Well, you actually can! The specific package we’ll be using is moviepy, if you want to jump straight to their GitHub page, here is a link to this:

This specific Python package allows you to edit your videos, you can: cut videos, concatenate videos, insert titles, process videos, and more! They have an awesome gallery page dedicated for the capability of this package:

The process of installing this package is fairly easy, you can use pip to install it:

pip install moviepy

You can also install all of the dependencies with the following command:

pip install moviepy[optional]

--

--

Manpreet Singh
Manpreet Singh

No responses yet