Bug 389654 - Pan and Zoom no longer available
Summary: Pan and Zoom no longer available
Status: RESOLVED DOWNSTREAM
Alias: None
Product: kdenlive
Classification: Applications
Component: Effects & Transitions (show other bugs)
Version: 17.12.0
Platform: Arch Linux Linux
: NOR critical
Target Milestone: ---
Assignee: Vincent PINON
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-01-30 18:49 UTC by dergottdergrunten
Modified: 2018-01-31 13:00 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description dergottdergrunten 2018-01-30 18:49:57 UTC
As of 17.12.1 (arch linux package) Pan and Zoom is no longer available as an effect. This has broken all of my old projects and affects all new projects as well. Another user on the forms has discovered this as well: https://forum.kde.org/viewtopic.php?f=265&t=150858&sid=dcf6f1fe86ee55f834637b021ee758dc

$ kdenlive --version
kdenlive 17.12.1

$ cat /etc/os-release 
NAME="Arch Linux"
PRETTY_NAME="Arch Linux"
ID=arch
ID_LIKE=archlinux
ANSI_COLOR="0;36"
HOME_URL="https://www.archlinux.org/"
SUPPORT_URL="https://bbs.archlinux.org/"
BUG_REPORT_URL="https://bugs.archlinux.org/"
Comment 1 dergottdergrunten 2018-01-30 19:00:17 UTC
This seems to be related to MLT. I downgraded mlt to mlt-6.4.1-8 and pan and zoom is back even with the kdenlive 17.12.1.
Comment 2 dergottdergrunten 2018-01-30 19:07:54 UTC
(In reply to dergottdergrunten from comment #1)
> This seems to be related to MLT. I downgraded mlt to mlt-6.4.1-8 and pan and
> zoom is back even with the kdenlive 17.12.1.

Bug report made on MLT's github https://github.com/mltframework/mlt/issues/297
Comment 3 Vincent PINON 2018-01-30 20:12:35 UTC
Isn't it rather a packaging bug?
Maybe a dependency you dropped during upgrade?
Comment 4 dergottdergrunten 2018-01-30 21:01:25 UTC
(In reply to Vincent PINON from comment #3)
> Isn't it rather a packaging bug?
> Maybe a dependency you dropped during upgrade?

Don't think so. I hardly ever remove packages and just to test I compiled mlt and kdenlive from git and it's still missing.
Comment 5 Andrew Shark 2018-01-31 01:27:11 UTC
It is fixed now in ArchLinux with
https://git.archlinux.org/svntogit/packages.git/commit/trunk?h=packages/mlt&id=b0e8241f4d411eddaf0af883e7213d874bb9775f
Consider closing this bug.
Comment 6 Christoph Feck 2018-01-31 05:11:18 UTC
Newer MLT 6.6 requires a new dependency for the missing effects. Updating the dependencies resolved this issue.
Comment 7 dergottdergrunten 2018-01-31 13:00:43 UTC
Can confirm that this can be closed.

In case anyone finds this later. I was missing libebur128. 

Never would have thought that a loudness normalization library would be the issue.

Thanks for looking into this.