n00mkrad / flowframes

Flowframes Windows GUI for video interpolation using DAIN (NCNN) or RIFE (CUDA/NCNN)
GNU General Public License v3.0
1.46k stars 114 forks source link

Image Order getting messed up? #228

Open partieboy opened 1 year ago

partieboy commented 1 year ago

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

ColeBoel commented 1 year ago

This is happening to me as well. 1.4

jensdraht1999 commented 1 year ago

@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)