batch job import system for image sequences and slide shows

Bug #439620 reported by Helen McCall
14
This bug affects 2 people
Affects Status Importance Assigned to Milestone
OpenShot Video Editor
Invalid
Wishlist
Unassigned

Bug Description

Hi

I have 50 png images and want to create a movie with them. I know how many seconds each image should be displayed for.

Is there some way I can load a text/csv file with

img00.png, duration0
img01.png, duration1
img0n.png, durationn

Such that Openshot imports the images and creates a timeline of images with sequence and durations as per the text/csv file?

Tags: images
Revision history for this message
Helen McCall (wildnfree) wrote :

added to wish list

tags: added: images wishlist
Changed in openshot:
status: New → Confirmed
Andy Finch (fincha)
Changed in openshot:
importance: Undecided → Wishlist
Revision history for this message
Dan Dennedy (dan-dennedy) wrote :

MLT natively supports image sequences and folders of images by filename extension. Neither of these require a companion text file. To see what I mean, given the above example: melt img%02d.png. It is important to follow printf-style format string rules. The 0 in that pattern is extremely important. To load all JPEGs in a folder: melt folder/.all.jpg.

See mlt/demo/mlt_slideshow for an example of how to set the duration of a slide and apply a transition between each slide.
See also Kdenlive's abilty to leverage this capability.

tags: removed: wishlist
Changed in openshot:
status: Confirmed → Triaged
Revision history for this message
Jonathan Thomas (jonoomph) wrote :

This can already be accomplished with OpenShot's image sequence support, and/or the "Add to Timeline" feature.

Changed in openshot:
status: Triaged → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Related questions

Remote bug watches

Bug watches keep track of this bug in other bug trackers.