I've got a few dozen photos, and I would like to add them to the VSE all at once, to make a slideshow. Normally, this turns them into a stop-motion-like sequence, but I still want the photos to be individual strips, about 3-5 seconds long. Is there an easy way to do this, via the UI or scripting? I could go digging in the Python docs, but I don't want to reinvent the wheel.
Asked
Active
Viewed 258 times
0
-
1It would be easy enough to write a script, but it might take as long to debug it as to do the whole thing once. There are programs just for putting slide shows together. Would one of them be better? – Marty Fouts Mar 06 '22 at 23:10
-
1@MartyFouts I’ve been trying to find one that can do what I want, but so far it’s been rather difficult. I need to be able to add custom music, arrange and remove photos after they’re added, and hopefully do image transforms (IE the photo is sideways and I fix it). I’m finally resorting to an archived windows essentials package. – TheLabCat Mar 06 '22 at 23:11
-
1It looks like you would load the images using image operators and then use bpy.ops.sequencer.image_strip_add to create an image strip but I don't have time to workout the details just now – Marty Fouts Mar 08 '22 at 18:55
-
@MartyFouts I’ll take a look. Thanks. It looks like the later link has the wrong address, though. – TheLabCat Mar 08 '22 at 19:07
-
1It certainly did. Sorry. Had the wrong url on the clipboard. Try this – Marty Fouts Mar 08 '22 at 22:32
1 Answers
1
Thankfully, after adding an image sequence, one can break it up into individual images with Strip -> Separate Images [Y], and then enter how many frames each image should last. Scaling is another problem for now, since Image -> Apply -> Scale to fit seems to be only working for one image at a time, but this is a first step.
TheLabCat
- 6,219
- 2
- 14
- 28