How to Sort Animated GIFs from Non Animated GIFs

animated gifgifsorting

I have a folder with lots of images and i want to sort animated GIFs from non animated GIFs and move the animated GIFs to a new folder. Tried with software like XnView and XnViewMp for Windows but they don't have this option [ http://newsgroup.xnview.com/viewtopic.php?f=82&t=31485 ]. Also tried this: How divide a folder of GIFs into animated and static ones but the Image Magic command is for one image only and there are too many files to do that one by one.

Best Answer

ExifTool is simply amazing and immensely powerful:

exiftool -if "$FrameCount > 0" -directory=Animated *.gif
Related Question