Answer the question
In order to leave comments, you need to log in
What is the native video format for telegram?
Hello. The problem is on iPhones and on the telegram desktop application.
I send video to telegram via telethon via send_file:
client.send_file('@mynickname', 'file.mp4', thumb = 'thumb.jpg', allow_cache=False)
ffmpeg.input('test.mp4') \
.filter('scale', 640, -1) \
.output(r'out.mp4', vcodec= 'libx264', crf = 26) \
.run(capture_stdout=True, capture_stderr=True)
ffmpeg -i input -an -c:v libx264 -crf 26 -vf scale=640:-1 out.mp4
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question