Which video format can be used in Telegram Bot API sendVideo
method?
On the page they only mention "H.264/MPEG-4 AVC"
So if I convert a video (without sound) with
ffmpeg -i input -an -c:v libx264 -crf 26 out.m4v
I get an ok:true
as response but I can't see the preview (blurred still image) in the Telegram client.