flowframes icon indicating copy to clipboard operation
flowframes copied to clipboard

Image Order getting messed up?

Open partieboy opened this issue 2 years ago • 2 comments

I m trying to do an evolution video and my image order (1.png - 150.png) ist getting mixed everytime. Anyone knows what i m doing wrong? Currently i m testing on 1.3.6

partieboy avatar Apr 05 '23 15:04 partieboy

This is happening to me as well. 1.4

ColeBoel avatar May 20 '23 02:05 ColeBoel

@partieboy @ColeBoel

Hi, I just can assume, why it gets messed up.

There are two ways of sorting: Classic Sort and Natural Sort.

Classic Sort works like this: 1.png, 10.png, 2. png, 3. png, 4. png, 5. png, 6. png, 7. png, 8. png, 9. png

Natural Sort: 1.png, 2.png, 3.png, 4.png, 5.png, 6.png, 7.png, 8.png, 9.png, 10.png

If you rename your files with one zero before then it will sort correctly (01.png, 02.png, .... 10.png)

jensdraht1999 avatar Aug 12 '23 00:08 jensdraht1999