Search found 1 match
- 2015-11-28T07:28:14-07:00
- Forum: Users
- Topic: filename.gif to filename_01.png, filename_02.png, etc.
- Replies: 1
- Views: 1132
filename.gif to filename_01.png, filename_02.png, etc.
Hello, Despite some researches I can't manage to do what I want. I have several .gif files which contain animations that I want to split into several frames, so I use : convert -coalesce walk.gif -set filename:f '%t' 'walk_%02d.png' and get walk_01.png, walk_02.png, etc. perfect. Now I would like to ...