TinyURL widget - shorten your URL's for free!

Enter a long URL to make tiny:

Monday, April 6, 2015

Correct Video Sequence Names in OpenShot

I used this post to make this animated GIF:



And this longer one



My previous posts dealt with how to make an animated GIF.

I use openshot to convert a video sequence into a image sequence.

There is a problem with the default naming sequence for openshot.  If you leave it as default it uses the printf number format:

%d

which then puts  __1.png

besides    _100.png

in the sequence.


It is set in the export menu






Instead, increase the number format to have say 4 digits which will be zeros preceding the number like this

%4d

instead of

%d

It is using good ol C printf format so this will make the right sequence like so:








No comments:

Post a Comment