You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for sharing this interesting project. I'm curious what motivated you to write this in Python, while relying on a manual step with Kdenlive. Kdenlive can do this alone with not much more effort. See these tutorials:
Basically, you only need to create 3 effecs on your video:
create a motion tracking effect, analyze to create keyframes, copy keyframes, disable effect
create transform, import keyframes from clipboard to center
create transform, create keyframes for zoom/scale values
Was this not possible back then or didn't you know?
I would find it interesting to get your app working with Python only. As far as I know, Kdenlive uses OpenCV for motion tracking. OpenCV is available as Python library. So you could do it without Kdenlive 😉
The text was updated successfully, but these errors were encountered:
Kdenlive can't do this kind of cropping. I went through those same tutorials. There's no zoom involved in this project, only cropping. You can't export that cropped view window as a new video file.
Kdenlive has a nice preview so you can see if the tracking was successful. You can also change the used tracker as sometimes even the OpenCV tracker fails.
Thank you for sharing this interesting project. I'm curious what motivated you to write this in Python, while relying on a manual step with Kdenlive. Kdenlive can do this alone with not much more effort. See these tutorials:
Basically, you only need to create 3 effecs on your video:
Was this not possible back then or didn't you know?
I would find it interesting to get your app working with Python only. As far as I know, Kdenlive uses OpenCV for motion tracking. OpenCV is available as Python library. So you could do it without Kdenlive 😉
The text was updated successfully, but these errors were encountered: