We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I download a video from YouTube:
$ youtube-dl -f 18 https://www.youtube.com/watch?v=FL22h3Qka_c
The info about this format:
$ youtube-dl -F https://www.youtube.com/watch?v=FL22h3Qka_c | grep 18 18 mp4 640x360 medium , avc1.42001E, mp4a.40.2@ 96k
And then sent it to channel with bot:
bot = telegram.Bot(token=token) bot.sendVideo(chat_id=chat_id, video=video, caption=caption, duration=duration, thumb=thumb)
Video will play very well on Telegram of Android, but when playing on Telegram IOS it's a black screen with voice.
If I save the video to gallery from the channel, the video will be play very well with default video player of IOS.
Also I try to convert video (related issue here) but I have same problem.
Any idea?
Thanks.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I download a video from YouTube:
$ youtube-dl -f 18 https://www.youtube.com/watch?v=FL22h3Qka_c
The info about this format:
And then sent it to channel with bot:
Video will play very well on Telegram of Android, but when playing on Telegram IOS it's a black screen with voice.
If I save the video to gallery from the channel, the video will be play very well with default video player of IOS.
Also I try to convert video (related issue here) but I have same problem.
Any idea?
Thanks.
The text was updated successfully, but these errors were encountered: