Bug 448040 - The motion tacker effect is missing from the linux version of Kdenlive
Summary: The motion tacker effect is missing from the linux version of Kdenlive
Status: RESOLVED DOWNSTREAM
Alias: None
Product: kdenlive
Classification: Applications
Component: Video Effects & Transitions (other bugs)
Version First Reported In: 21.12.1
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Vincent PINON
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-01-06 22:27 UTC by Brad
Modified: 2022-01-15 20:32 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Brad 2022-01-06 22:27:14 UTC
The motion tacker effect is missing from the linux version of Kdenlive
***
NOTE: If you are reporting a crash, please try to attach a backtrace with debug symbols.
See https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports
***


STEPS TO REPRODUCE
1. Search in the effects stack for motion tracker
2. 
3. 

OBSERVED RESULT
The effect isn't listed.

EXPECTED RESULT
For the linux version and Windows version to be the same.

SOFTWARE/OS VERSIONS
Windows: 11
macOS: 
Linux/KDE Plasma: Fedora 34
(available in About System)
KDE Plasma Version: 5.33.5
KDE Frameworks Version: 5.85.0
Qt Version: 5.15.2

ADDITIONAL INFORMATION
Comment 1 Vincent PINON 2022-01-15 20:32:47 UTC
Hello,
This is a packaging problem: tracker MLT module is built if opencv_contrib tracker module is present at build time.
This library is not very common in distributions, as opencv_contrib is a big beast with some very unstable parts.
If you want to use it, your best option is to use our packages, flatpak or appimage.
Good luck!