Parse video clips from a kdenlive project file. Meant as an alternative to applications like avidemux for clipping video.
In order to get started install the following dependencies:
- Beautiful soup: on Ubuntu install
python-bs4
, e.g. withsudo apt-get install python-bs4