UsergeTeam / Userge

Userge, Durable as a Serge
https://userge.tech
GNU General Public License v3.0
676 stars 2.02k forks source link

Video Sticker #467

Closed AsmSafone closed 2 years ago

AsmSafone commented 2 years ago

Added Video Sticker support

pep8speaks commented 2 years ago

@AsmSafone, Thanks for updating this PR.

There are currently no PEP 8 issues detected in this Pull Request. Cheers! :beers:

Comment last updated at 2022-02-10 15:45:35 UTC
rking32 commented 2 years ago

@AsmSafone there is an issue with the aspect ratio in the current implementation (force 512:512). So better if we can do it dynamicly.

AsmSafone commented 2 years ago

@AsmSafone there is an issue with the aspect ratio in the current implementation (force 512:512). So better if we can do it dynamicly.

@rking32 ik. please checkout #470 hope it will fix it. (using opencv as the faster way to get the original video dimensions)