← Back to team overview

openshot.developers team mailing list archive

[Bug 528896] Re: Image sequence screen should not require printf syntax

 

In the mean time, here are some examples for new users.

Filename | Example Pattern
Image1.jpg | Image%d.jpg
Image01.jpg | Image%02d.jpg
Image001.jpg | Image%03d.jpg
Image0001.jpg | Image%04d.jpg
Image00001.jpg | Image%05d.jpg

Of course, replace "Image" and "jpg" with the correct name of the image files you are using.  Good luck!
-Jonathan

-- 
Image sequence screen should not require printf syntax
https://bugs.launchpad.net/bugs/528896
You received this bug notification because you are a member of OpenShot
Developers, which is subscribed to OpenShot Video Editor.

Status in OpenShot Video Editor: Confirmed

Bug description:
Hi,

I'm finding that the image sequence import doesn't correctly determine the files I'm looking for. Weirdly it misses the first 10!

I have files such as Tree000.png through to Tree100.png (101 frames).  But when I try to import is just says you need at least 2 images - doesn't matter if I  use %d or %05d. It does, however ,work if I add a 0 in when trying to import (Tree0%d.png) but then misses the first 10 images.

Werid one I know!

I'm on Ubuntu 8.04, used the DEB, and I'm in openshot v1.0

Cheers in advance for your help!

Mike





References