Bionus / imgbrd-grabber

Very customizable imageboard/booru downloader with powerful filenaming features.
https://www.bionus.org/imgbrd-grabber/
Apache License 2.0
2.59k stars 220 forks source link

Change the "Image conversion" to "Animated image conversion" and "Static image conversion". #3214

Open ProtagNeptune opened 5 months ago

ProtagNeptune commented 5 months ago

image

ProtagNeptune commented 5 months ago

The image type (animated or static) could probably be found by checking the framerate with the back-end? https://trac.ffmpeg.org/wiki/FFprobeTips#FrameRate https://imagemagick.org/script/identify.php

ProtagNeptune commented 5 months ago

This also is great for "Animated image conversion": https://github.com/Bionus/imgbrd-grabber/blob/5fc472d8de26cd49a2b203682bf4e14043ed237d/src/lib/src/external/ffmpeg.cpp#L142-L152