jsaalfeld / pr0gramm_telegram_bot

A Telegram Bot for pr0gramm
1 stars 0 forks source link

Convert webm/gif to mp4 #5

Open Dazzel opened 8 years ago

Dazzel commented 8 years ago

Since telegrams APIs only accept mp4 as an valid video format we should convert webms to send them as an video.

https://github.com/senko/python-video-converter

jsaalfeld commented 8 years ago

This shoudn't just apply to WebMs, but for all animated images.

The iDevices can't forward gifs or any other animated file, but they can forward mp4 files. Therefore we should send not just WebMs, but all animated images as mp4.