Bug 360440 - No response at all for choosing "Clip Jobs" than "Stabilize (videostab2)"
Summary: No response at all for choosing "Clip Jobs" than "Stabilize (videostab2)"
Status: RESOLVED FIXED
Alias: None
Product: kdenlive
Classification: Applications
Component: Effects & Transitions (show other bugs)
Version: unspecified
Platform: Debian testing Linux
: NOR grave
Target Milestone: ---
Assignee: Vincent PINON
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-12 15:25 UTC by Marek
Modified: 2016-06-09 17:52 UTC (History)
5 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
Add check for other stabilization filter names (668 bytes, patch)
2016-05-30 07:04 UTC, Nathan Osman
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marek 2016-03-12 15:25:53 UTC
nothing else... I added New Clip to Project Bin, by right button choosing Clip Jobs than Stabilize (videostab2). I Expected a dialog with settings options but nothing happens. context menus desapears and thats it. Kdenlive works normally.


Reproducible: Always

Steps to Reproduce:
1.install debian stretch
2.install kdenlive from repo
3.add clip (in my example .mp4)
4.try to use stabilization on that clip

Actual Results:  
stabilization module doesn't start

Expected Results:  
as far as I know dialog window with stabilization settings should appear

Fresh installation debian streatch, system clean, KDENLIVE 15.12.2  as first installed software.
Actually I migrated to testing only for this version of kdenlive with stabilization function..
Comment 1 pigwink 2016-04-22 12:20:49 UTC
Exact same problem on Ubuntu Studio 16.04, Kdenlive 15.12.3, .mov-file from EOS6D.
Comment 2 Raimund 2016-04-27 18:46:09 UTC
Same Problem on KDE neon with last update on April 27
kdenlive installed thru discover

Kdenlive Version 15.12.3
KDE Framework 5.21.0
Qt 5.5.1

No error reports when starting kdenlive from terminal
Comment 3 Nathan Osman 2016-05-30 02:37:00 UTC
Confirmed on two separate Ubuntu 16.04 machines with Kdenlive 15.12.3. Right-clicking a clip and selecting Clip Jobs -> Stabilize results in no visible activity. No dialog. Nothing.
Comment 4 Nathan Osman 2016-05-30 06:03:44 UTC
I did a bit of digging around and found what was going on:

Menu items are added for any of the following plugins: vidstab, videostab2, videostab. However, in FilterJob::prepareJob(), only vidstab is handled, causing jobs (in JobManager::prepareJobs()) to become an empty list.
Comment 5 Nathan Osman 2016-05-30 07:04:53 UTC
Created attachment 99258 [details]
Add check for other stabilization filter names

filterName is only compared against "vidstab" even though other video stabilization filters may be used. This patch adds a check for them and treats them the same as "vidstab".
Comment 6 Vincent PINON 2016-06-04 20:49:16 UTC
Git commit 96d863093774b4ec0ddaac69dfb0fd6c2a11732a by Vincent Pinon, on behalf of Nathan Osman.
Committed on 04/06/2016 at 20:32.
Pushed by vpinon into branch 'Applications/16.04'.

Add check for other stabilization filter names

M  +2    -4    src/project/jobs/filterjob.cpp

http://commits.kde.org/kdenlive/96d863093774b4ec0ddaac69dfb0fd6c2a11732a