K
K
kingslayer2021-06-28 19:43:06
Python
kingslayer, 2021-06-28 19:43:06

How to make a video editor in python?

I want to write a simple video editor in python, but I don't know which libraries to use. Tell me please

Answer the question

In order to leave comments, you need to log in

3 answer(s)
R
Ruslan Gilfanov, 2021-06-28
@kingslayer

Pitivi video editor sources :
https://gitlab.gnome.org/GNOME/pitivi
Instructions for preparing the environment for working on the project are here, but a cursory reading makes it unclear which dependencies are used and how to install them separately:
https://developer.pitivi.org /HACKING.html?gi-langu... The project's dependencies
are listed a bit oddly here (see end of file):
https://gitlab.gnome.org/GNOME/pitivi/-/blob/maste... Python packages (matplotlib and numpy), but how to install the rest seems to have to look somewhere here:

  • PyGObject
  • The Python GTK+ 3 Tutorial

Well, or google instructions for installing dependencies with queries, like:
gstvideo + python

Although for a simple project (like a coursework) using GTK+ 3 etc. may be redundant.

H
HemulGM, 2021-06-28
@HemulGM

Take a normal compiled language. Explore. And python should be used properly - in the form of plug-ins for a video editor.

S
shellnet, 2021-06-28
@warlinx

https://pypi.org/project/moviepy/

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question