ffmpeg-python-wrapper

ffmpeg-python-wrapper is a lightweight python binder built for the FFmpeg library. Unlike most of the other Ffmpeg python bindings, this project focuses on providing user friendly documentation and clear & simple syntax to perform music, image, and video editing tasks.

Example Creations

Prerequisites

You need FFmpeg to be installed on your computer. If not, please follow the instructions below to get it.

Installing FFmpeg in Windows
  1. Download a static build from here.
  2. Use 7-Zip to unpack it in the folder of your choice.
  3. Open a command prompt with administrator’s rights.
  4. NOTE: Use CMD.exe, do not use Powershell! The syntax for accessing environment variables is different from the command shown in Step 4 - running it in Powershell will overwrite your System PATH with a bad value.
  5. Run the command (see note below; in Win7 and Win10, you might want to use the Environmental Variables area of the Windows Control Panel to update PATH):
  6. setx /M PATH "path\to\ffmpeg\bin;%PATH%"
  7. Do not run setx if you have more than 1024 characters in your system PATH variable. See this post on SuperUser that discusses alternatives.
  8. Be sure to alter the command so that path\to reflects the folder path from your root to ffmpeg\bin.
  9. (Here’s another explanation with pictures.)

#video #python #lightweight python #ffmpeg library

A lightweight python binder built for the FFmpeg library
10.65 GEEK