Dependencies list (run pip freeze): telegram-upload==0.7.1
Description
Trying to upload a video larger than 4GB
What I Did
telegram-upload video.mkv
the uploaded files are video.mkv.00 and video.mkv.01
These files are not playable in telegram, files less than 4GB can be played directly
Would prefer if ffmpeg was used to split video, so that the split videos can be played
directly in telegram.
pip freeze
): telegram-upload==0.7.1Description
Trying to upload a video larger than 4GB
What I Did
telegram-upload video.mkv
the uploaded files are video.mkv.00 and video.mkv.01
These files are not playable in telegram, files less than 4GB can be played directly Would prefer if ffmpeg was used to split video, so that the split videos can be played directly in telegram.
Could add an argument to enable this