Bug 364941 - git master:2016-05-30: Interrupted proxy clips not resumed.
Summary: git master:2016-05-30: Interrupted proxy clips not resumed.
Status: RESOLVED FIXED
Alias: None
Product: kdenlive
Classification: Applications
Component: User Interface (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR wishlist
Target Milestone: ---
Assignee: Jean-Baptiste Mardelle
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-06-30 19:26 UTC by Evert Vorster
Modified: 2016-07-01 05:33 UTC (History)
0 users

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 Evert Vorster 2016-06-30 19:26:40 UTC
I was rendering quite a few proxy clips, and needed to restart my machine. So I aborted the jobs, and later re-loaded the project. I have a couple of half proxies that now is a pain to get rid of. 

There should be an option to just stop the pending jobs, rather than terminate the jobs that are running... 
also, while rendering the proxy, the output proxy file should be called something else, maybe the hash without the size extension, and once the proxy generation is complete the file can be renamed. This will avoid terminated or crashing proxy renders showing up as valid proxy clips. 

Reproducible: Always
Comment 1 Jean-Baptiste Mardelle 2016-06-30 22:33:03 UTC
Git commit d52d16923d3f794335544669db20d35d75913d55 by Jean-Baptiste Mardelle.
Committed on 30/06/2016 at 22:32.
Pushed by mardelle into branch 'master'.

Only set proxy on a clip when it is successfully created
Add option to discard pending jobs
Fix bin job counter

M  +6    -1    src/bin/bin.cpp
M  +2    -1    src/bin/bin.h
M  +39   -18   src/project/jobs/jobmanager.cpp
M  +4    -0    src/project/jobs/jobmanager.h
M  +3    -1    src/project/jobs/proxyclipjob.cpp

http://commits.kde.org/kdenlive/d52d16923d3f794335544669db20d35d75913d55
Comment 2 Evert Vorster 2016-07-01 05:33:43 UTC
Works beautifully!