Bug 353577 - Proxy : Resize option for images
Summary: Proxy : Resize option for images
Status: RESOLVED FIXED
Alias: None
Product: kdenlive
Classification: Applications
Component: Video Display & Export (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR wishlist
Target Milestone: ---
Assignee: Jean-Baptiste Mardelle
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-05 22:15 UTC by d.j.a.y
Modified: 2017-12-06 10:57 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:
snd.noise: low_hanging+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description d.j.a.y 2015-10-05 22:15:13 UTC
- Project with thousand of 1080p images clips (jpg)
- Computer with few ram (3go)

Has kdenlive load into the memory all the clips (uncrompressed) the memory is quickly full : it's near impossible to work (even with a lot a patience)

When using proxy for image clips, kdenlive will (only) transform all compressed images (jpg) to png uncompressed file format : Result, the memory consumption is still the same.

Has for video's proxy, an option could be added to resize the image's proxy.

My best for the team.... !
cheers.

Reproducible: Always
Comment 1 farid 2016-10-28 03:00:14 UTC
I see what you mean and kind of makes sense. Flagging this as low-hanging for interested contributors.
Comment 2 manuel_songokuh 2017-02-10 12:35:39 UTC
hi

i need this issue: image png fullhd and proxy is not work, so my problem resolve:
go to /.cache/kdenlive/proxy/123456789.png to resize 640x360 worked for show in monitor project..but i think will be resolve this bug.. but use command to imagemagick convert it e save size of file..

command:
convert A.png    -resize 640x640  resize_A.png  (this is example)
info extra from : http://www.imagemagick.org/Usage/resize/

kdenlive will can call command imagemagick? 
(i dont know..)

thank you
Comment 3 Jean-Baptiste Mardelle 2017-12-01 12:20:03 UTC
Git commit 5950ef65064134c3c6f0b8db0b43ccfcd5f6f605 by Jean-Baptiste Mardelle.
Committed on 01/12/2017 at 12:19.
Pushed by mardelle into branch 'Applications/17.12'.

Use smaller size for image proxies

M  +2    -2    src/project/jobs/proxyclipjob.cpp

https://commits.kde.org/kdenlive/5950ef65064134c3c6f0b8db0b43ccfcd5f6f605
Comment 4 Jean-Baptiste Mardelle 2017-12-06 10:57:43 UTC
I made image proxies smaller for 17.12 and size is now configurable in the 18.04 development branch