Registered Member
|
So for some video projects I have a lot of animated lower thirds or other animations that I render with Natron or Blender as png image sequences. Adding each one of these sequences by hand to the project can get very tedious. Sure, I can edit the .kdenlive xml with a script, but then I have to find ids and some value for kdenlive:file_hash.
It would be easier, if there was a dialog (or an option in the main clip dialog), where you could select some folders and Kdenlive would import the contents of each folder as an image sequence. |
Registered Member
|
Does Project Bin->right click->Add Slideshow clip work for you? It should do exactly what you need.
|
Registered Member
|
Well, with this dialog I can also only import one image sequence at a time, or am I missing something? I would like to import like for example 50 sequences with 100 pictures (or frames) each in one operation. |
Registered Member
|
Ah, now I got the point... Sorry, I don't think, there is an easy (one dialog) solution for this in kdenlive. Maybe creating a lossless clip from each folder with ffmpeg might help you out (execute in each folder, clips must start with <name>000):
ffmpeg -r 25 -i <name>%03d.png -c:v ffv1 -qscale:v 0 <losslesfilename> |
Registered Member
|
that is actually an interesting feature request. please report it in the bug tracker and hopefully someone might pick it up.
cheers |
KDE Developer
|
Until such a feature gets included (if ever), another solution without transcoding would be to write a script directly editing the .kdenlive project: it's plain XML and the Slideshow clip syntax is simple…
|
Registered Member
|
Which value should "kdenlive:file_hash" have, though? Or can it be empty? |
Registered Member
|
Please try with the current Kdenlive AppImage version 19.08.0a: https://files.kde.org/kdenlive/release/
Importing complete folder content is now possible. |
Registered Member
|
Also a method that works for me with an older version of kdenlive, is to open a folder of videos, and select all of the videos, and then drag and drop them into kdenlive clips.
Wayne Sallee Wayne@WayneSallee.com |
Registered users: Baidu [Spider], Bing [Bot], Google [Bot]