kdenlive-tools icon indicating copy to clipboard operation
kdenlive-tools copied to clipboard

:clapper: Command line tools for Kdenlive projects.

Results 3 kdenlive-tools issues
Sort by recently updated
recently updated
newest added

Just discovered related projects: - https://github.com/barry-lyndon/KdenParse - https://eyeframeconverter.wordpress.com/mlt2edl/ - https://forum.kde.org/viewtopic.php?f=265&t=127035

After ``` git clone https://github.com/kdeldycke/kdenlive-tools.git cd kdenlive-tools ``` invokation of `tox` fails because of missing `execfile`. According to `python --version` I'm running 2.7.8, but there might be an issue due...

I'd be great to provide documentation when `import kdenlive_tools; help(kdenlive_tools);` is invoked (currently it's empty and I didn't find documentation anywhere else). The project is a great idea and I'd...