philomena-dev / philomena

Next-generation imageboard
GNU Affero General Public License v3.0
90 stars 32 forks source link

image_is_animated should be exposed as a searchable field #99

Closed liamwhite closed 2 years ago

liamwhite commented 3 years ago

Also, images which have this property set should also set their duration to 0. Right now libav thinks they are using a standard 1/25 timebase when they should be considered stills instead.

VcSaJen commented 3 years ago

Please make sure "image_is_animated" is false if it's one-frame animation.

liamwhite commented 3 years ago

@VcSaJen see linked PR