Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Python Video Processing
Rating: 4.6 out of 5(126 ratings)
28,882 students

Python Video Processing

Introduction to Python Video Editing
Created byPeter A
Last updated 9/2020
English
English [Auto],

What you'll learn

  • Video editing with Python
  • Create Videos with Python script
  • Concatenate, grid and other Video Editing

Course content

4 sections14 lectures52m total length
  • Introduction0:34

    Learn to edit any video with Python code, extract movie data, convert videos to animated gifs, apply a variety of video effects, and resize or crop.

  • Setup PyCharm3:01

    Set up your Python development space in PyCharm, create a new project, and configure a virtual environment with Python 3 or newer. Install MoviePy to enable video editing.

  • Examples0:06
  • Create Video: a color clip7:21

    Create a single color video by loading movie pie, configuring a color clip with rgb values, duration, and frame rate, then writing the output to a video file.

  • Movie Data2:50

    Discover how to extract video properties with Python using moviepy, including width, height, duration, and frame rate, by loading an mp4 with VideoClip and installing via pip.

Requirements

  • Basic Python knowledge

Description

This course teaches you how you Video Processing with Python. By writing Python code, you can automatically edit videos. It is an introduction course: you will learn about resizing, rotating, cropping, applying effects on videos and much more.

The course is for beginners, it starts with setting up the development environment, then dives into opening videos, creating your own videos, do basic editing and a lot more. Python doesn't have to be console or desktop only, you can have fun with video processing!

If you want to write Python code that edits videos automatically, enroll in this course on Python Video Editing


Who this course is for:

  • Beginner Python developers curious about Video Editing with Python