telegram-upload icon indicating copy to clipboard operation
telegram-upload copied to clipboard

Split videos using ffmpeg

Open MVasuki1 opened this issue 2 years ago • 1 comments

  • telegram-upload version: telegram-upload==0.7.1
  • Python version: 3.9.2
  • Operating System: raspbian
  • 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.

Could add an argument to enable this

MVasuki1 avatar Oct 11 '23 09:10 MVasuki1

https://github.com/Nekmo/telegram-upload/issues/192

You can use this script: https://github.com/arkaroy14/tg-pyrogram-upload

stranno avatar Oct 12 '23 21:10 stranno