Skip to content

Latest commit

 

History

History
executable file
·
8 lines (5 loc) · 317 Bytes

README.md

File metadata and controls

executable file
·
8 lines (5 loc) · 317 Bytes

kdenlive-clipper

Parse video clips from a kdenlive project file. Meant as an alternative to applications like avidemux for clipping video.

Prerequisites

In order to get started install the following dependencies:

  • Beautiful soup: on Ubuntu install python-bs4, e.g. with sudo apt-get install python-bs4