Veetaha / snowpity

Apache License 2.0
6 stars 1 forks source link

Implement a fallback when derpibooru GIFs aren't available or their sizes don't fit into telegram limits #18

Open Veetaha opened 1 year ago

Veetaha commented 1 year ago

The current algorithm for uploading GIFs is the following:

Note: it's possible to encode MP4.H264 with a known size beforehand using two-pass algorithm of ffmpeg (docs).

TODO: also take care about aspect ratio and resolution limits