choose starting frame (different than frame 0) for a GIF
Posted: 2019-10-05T01:51:10-07:00
I'm using ImageMagick-7.0.6-Q16 on windows 10 via command line
I currently use a bat file I created to convert PNG sequences into GIFs while resizing and adding a text watermark in the process. It works fine, though in some cases I want to have the starting frame to be different (frame 25 for example) than frame 0, but still loop completely.
i.e. GIF start on 25f play through the end to frame 90 then continue 1 to 24 and loop.
my current solution has been batch renaming the files to choose the starting frame but then I have to alter all the provided frames and it's quite time consuming.
Ideally I'd like to have a way to set in the bat file the starting frame for the GIF and still loop through all provided images from the png sequence.
Is this possible?
I currently use a bat file I created to convert PNG sequences into GIFs while resizing and adding a text watermark in the process. It works fine, though in some cases I want to have the starting frame to be different (frame 25 for example) than frame 0, but still loop completely.
i.e. GIF start on 25f play through the end to frame 90 then continue 1 to 24 and loop.
my current solution has been batch renaming the files to choose the starting frame but then I have to alter all the provided frames and it's quite time consuming.
Ideally I'd like to have a way to set in the bat file the starting frame for the GIF and still loop through all provided images from the png sequence.
Is this possible?