SpEcHiDe / UploadGram

https://pypi.org/project/uploadgram/
GNU Affero General Public License v3.0
102 stars 24 forks source link

Bug - Videos uploaded as mkv have distorted thumbnails #11

Closed tissole closed 2 years ago

tissole commented 2 years ago

The image is squeezed vertically, does not have a 16:9 aspect ratio. I resolved this by changing lines 176 and 177 from upload.py from

        width = 0
        height = 0
to 
        width = 1280
        height = 720
SpEcHiDe commented 2 years ago

This depends how the thumbnail is displayed in the different clients. Even official telegram.org/apps have different behaviour,