How to get the stabilization function working in Kdenlive?

6,108

Solution 1

I had the same problem with 15.12.2 on Ubuntu 16.04. After reading here what TheChosenOne99 said, I made an update in Terminal (look here: https://kdenlive.org/download/) and the stabilization works now.

Solution 2

You have to update your kdenlive version. To check your current version type in terminal:

kdenlive --version

To update your version

sudo add-apt-repository ppa:kdenlive/kdenlive-stable

sudo apt update -y && sudo apt upgrade -y

sudo apt-get install kdenlive -y
Share:
6,108

Related videos on Youtube

Nathan Osman
Author by

Nathan Osman

Email: [email protected] I am both an Ubuntu user and Ubuntu member. By profession, I am a software developer and I work with C++, Python, and (more recently) Go. I enjoy tinkering with different things like motion tracking in Blender, creating an Android app for time-lapse photography, or writing Linux kernel modules. - 2buntu - community blog that I sometimes contribute to - NitroShare - a cross-platform network file transfer utility - REST Easy - Firefox add-on for analyzing HTTP responses

Updated on September 18, 2022

Comments

  • Nathan Osman
    Nathan Osman almost 2 years

    I have a shaky video that I would like to stabilize with Kdenlive. However, I can't seem to get it to work. I right-click a clip in the project bin and select Clip Jobs -> Stabilize, but nothing happens.

    enter image description here

    I am using Kdenlive 15.12.3 on Ubuntu 16.04. What am I doing wrong?

    • Admin
      Admin about 8 years
      A bug has been reported for this.
    • Admin
      Admin about 8 years
      I think I found the bug and I submitted a patch upstream. We'll see where that goes.
    • Admin
      Admin about 8 years
    • Admin
      Admin about 7 years
      What should happen when you do that? I'm using Ubuntu Studio 16.10, Kdenlive 16.04.3. When I perform this Clip Job, nothing happens.
    • Admin
      Admin about 7 years
      Opened a new issue since I assume this bug to be fixed. askubuntu.com/questions/926563/…
  • Admin
    Admin about 8 years
    How is that possible? This problem was still present in the Git repository three days ago...
  • Admin
    Admin about 8 years
    That's weird, I just googled around and a few websites have said that the bug was fixed in the latest version.
  • João Pimentel Ferreira
    João Pimentel Ferreira about 6 years
    can you be more precise what commands shall we put in terminal?