Skip to content

candidexmedia/kdenlive_ease_generator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kdenlive ease generator

Install

  • Download the zip or clone the folder to the lcoation of your choice on your computer.
  • After extracting, follow the instructions below for your operating system. image

Windows

  • Install Python from https://www.python.org/downloads/ if not already
  • In the installation, make sure to select "Add Python 3.XX to PATH"
  • In this folder do: pip install -r requirements.txt

Tip: you can run the Python command by opening the folder in the File Explorer, then typing cmd in the address bar to open the command line. In the Command Line, paste pip install -r requirements.txt and hit ENTER.

Video

Tutorial (YouTube)

Linux

Debian: sudo apt-get install python3

  • In this folder do: pip install -r requirements.txt
  • To allow execution: chmod +x ease_generator.pyw

Usage

Double click the ease_generator.pyw file to run the program.

  • Make the necessary settings for fps, duration (in seconds), start and end position and of course select the type of easing
  • Click on "Generate and copy".
  • Go in kdenlive
  • Add a transform effect to a clip.
  • In the transform effect, Click the hamburger menu button left to the timestamp.
  • Select "Import Keyframes from Clipboard..."
  • Change the time offset (if necessary)
  • Disable "Limit keyframe number"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%