A python based Telegram Bot for Compressing Videos with negligible Quality change

Overview

๐•๐•š๐••๐•–๐•  โ„‚๐•†๐•„โ„™โ„๐”ผ๐•Š๐•Š๐•†โ„ ๐”น๐•†๐•‹

แดแดœสŸแด›ษชา“แดœษดแด„แด›ษชแดษด วซแดœแด€สŸษชแด›ส แด„แดแดแด˜ส€แด‡ssแดส€

Deploy

A Telegram Video CompressorBot

  • it compress videos with negligible Quality change.
  • u can generate sample Compressed videos nd screenshots too.
  • u can set custom video name nd Thumbnail.
  • u can get logs videos to a channel too.
  • Coz of its Quality encode It takes little time to Compress.
  • For now i set it for maximum 5 Processes at a time.
  • Its Running Without Db so Block /ban /Broadcast Feature is currently Not available.
You might also like...
Telegram bot to stream videos in telegram voicechat for both groups and channels.
Telegram bot to stream videos in telegram voicechat for both groups and channels.

Telegram bot to stream videos in telegram voicechat for both groups and channels. Supports live streams, YouTube videos and telegram media. With record stream support, Schedule streams, and many more.

Telegram bot to stream videos in telegram Voice Chat for both groups and channels

Telegram bot to stream videos in telegram Voice Chat for both groups and channels. Supports live steams, YouTube videos and telegram media. Supports scheduling streams, recording and many more.

A simple telegram voting bot based on the python-telegram-bot api.

A simple telegram voting bot based on the python-telegram-bot api. *To make it more easy to use, I might make a C++ code in the future so you don't ha

A Powerful telegram giveawayz bot based on the python-telegram-bot API
A Powerful telegram giveawayz bot based on the python-telegram-bot API

GiveawayZ Bot A Powerful telegram giveawayz bot based on the python-telegram-bot API. Powered by Team Zyntax and Team DFX Developed by @Zycho-Dev A pr

Bagas Mirror&Leech Bot is a multipurpose Telegram Bot written in Python for mirroring files on the Internet to our beloved Google Drive. Based on python-aria-mirror-bot
Bagas Mirror&Leech Bot is a multipurpose Telegram Bot written in Python for mirroring files on the Internet to our beloved Google Drive. Based on python-aria-mirror-bot

- [ MAYBE UPDATE & ADD MORE MODULE ] Bagas Mirror&Leech Bot Bagas Mirror&Leech Bot is a multipurpose Telegram Bot written in Python for mirroring file

A telegram bot that can send you high-quality audio ๐ŸŽง๐ŸŽง๐ŸŽง
A telegram bot that can send you high-quality audio ๐ŸŽง๐ŸŽง๐ŸŽง

Music downloader bot Still under development Please Report issues to improve this repo.I will try to fix bugs in next update Music downloader bot is a

A telegram smoot and high quality music player bot.
A telegram smoot and high quality music player bot.

โ–ช๏ธŽ Music Player โ–ช๏ธŽ A smooth telegram music bot with high quality songs โ–  [Features] โ€ข Fast Starts streaming your inputs while downloading and converti

Python bot for send videos of a Youtube channel to a telegram group , channel or chat
Python bot for send videos of a Youtube channel to a telegram group , channel or chat

py_youtube_to_telegram Usage: If you want to install ytt and use it, run this command: sudo sh -c "$(curl -fsSL https://raw.githubusercontent.com/nima

Telegram bot implementing Lex Arcana using python-telegram-bot library.
Telegram bot implementing Lex Arcana using python-telegram-bot library.

Lex Arcana Telegram Bot ๐Ÿค– Telegram bot implementing Lex Arcana using python-telegram-bot library. This bot was evaluated for the course "Computer Eng

Comments
  • Unable to request multiple file compression in 1request

    Unable to request multiple file compression in 1request

    I know the bot has limitations of taking one file request at a time. But the bot should at least fetch multiple files one by one after each gets completed. Look into it if that functionality can be added. Also, do the functionality of entering data stream in kBps for individual or bulk files

    opened by Sibasish 3
  • Direct Download Link is not working.

    Direct Download Link is not working.

    https://telegra.ph/file/027f2c119ea037eaff01b.png

    I tried to compress a video using an index link but it is stuck at downloading.

    I uploaded the same file to telegram and now it's working.

    But for this, I can't compress 2GB+ videos.

    opened by An0nymous11 1
  • please add compress from url video

    please add compress from url video

    hi can you add feature to allow bot compress from video url? because download speed from telegram video very slow only 500-900kbps

    โœฆ Downloading

    [๐’Šน๏ธŽ๏ธŽ๏ธŽ๐’Šน๏ธŽ๏ธŽ๏ธŽ๐’Šน๏ธŽ๏ธŽ๏ธŽ๐’Šน๏ธŽ๏ธŽ๏ธŽ๐’Šน๏ธŽ๏ธŽ๏ธŽ๐’Šน๏ธŽ๏ธŽ๏ธŽ๐’Šน๏ธŽ๏ธŽ๏ธŽโ—โ—โ—โ—โ—โ—โ—โ—โ—โ—โ—โ—โ—] 35.11%

    238.0 MB of 677.81 MB

    โœฆ Speed: 312.36 KB/s

    โœฆ ETA: 24m, 2s

    opened by alamia442 1
  • Help needed

    Help needed

    I am not able to deploy it on heroku....

    Logs

    NameError: name 'LOGS' is not defined 2021-04-14T02:22:22.679480+00:00 heroku[worker.1]: Starting process with command /bin/sh -c bash\ run.sh 2021-04-14T02:22:23.377458+00:00 heroku[worker.1]: State changed from starting to up 2021-04-14T02:22:27.466718+00:00 heroku[worker.1]: Process exited with status 1 2021-04-14T02:22:27.569118+00:00 heroku[worker.1]: State changed from up to crashed 2021-04-14T02:22:27.281915+00:00 app[worker.1]: Traceback (most recent call last): 2021-04-14T02:22:27.281951+00:00 app[worker.1]: File "/bot/helper/config.py", line 21, in 2021-04-14T02:22:27.282130+00:00 app[worker.1]: OWNER = config("OWNER_ID", default=1322549723, cast=int) 2021-04-14T02:22:27.282135+00:00 app[worker.1]: File "/usr/local/lib/python3.9/site-packages/decouple.py", line 199, in call 2021-04-14T02:22:27.282452+00:00 app[worker.1]: return self.config(*args, **kwargs) 2021-04-14T02:22:27.282457+00:00 app[worker.1]: File "/usr/local/lib/python3.9/site-packages/decouple.py", line 83, in call 2021-04-14T02:22:27.282656+00:00 app[worker.1]: return self.get(*args, **kwargs) 2021-04-14T02:22:27.282660+00:00 app[worker.1]: File "/usr/local/lib/python3.9/site-packages/decouple.py", line 77, in get 2021-04-14T02:22:27.282844+00:00 app[worker.1]: return cast(value) 2021-04-14T02:22:27.282889+00:00 app[worker.1]: ValueError: invalid literal for int() with base 10: '' 2021-04-14T02:22:27.282890+00:00 app[worker.1]: 2021-04-14T02:22:27.282891+00:00 app[worker.1]: During handling of the above exception, another exception occurred: 2021-04-14T02:22:27.282891+00:00 app[worker.1]: 2021-04-14T02:22:27.282895+00:00 app[worker.1]: Traceback (most recent call last): 2021-04-14T02:22:27.282897+00:00 app[worker.1]: File "/bot/start.py", line 16, in 2021-04-14T02:22:27.283064+00:00 app[worker.1]: from helper._get import * 2021-04-14T02:22:27.283068+00:00 app[worker.1]: File "/bot/helper/_get.py", line 1, in 2021-04-14T02:22:27.283257+00:00 app[worker.1]: from .devtools import * 2021-04-14T02:22:27.283258+00:00 app[worker.1]: File "/bot/helper/devtools.py", line 15, in 2021-04-14T02:22:27.283401+00:00 app[worker.1]: from .stuff import * 2021-04-14T02:22:27.283406+00:00 app[worker.1]: File "/bot/helper/stuff.py", line 15, in 2021-04-14T02:22:27.283582+00:00 app[worker.1]: from .worker import * 2021-04-14T02:22:27.283586+00:00 app[worker.1]: File "/bot/helper/worker.py", line 15, in 2021-04-14T02:22:27.283762+00:00 app[worker.1]: from .funcn import * 2021-04-14T02:22:27.283766+00:00 app[worker.1]: File "/bot/helper/funcn.py", line 15, in 2021-04-14T02:22:27.283957+00:00 app[worker.1]: from .config import * 2021-04-14T02:22:27.283957+00:00 app[worker.1]: File "/bot/helper/config.py", line 24, in 2021-04-14T02:22:27.284116+00:00 app[worker.1]: LOGS.info("Environment vars Missing") 2021-04-14T02:22:27.284120+00:00 app[worker.1]: NameError: name 'LOGS' is not defined

    opened by Pranjal-Rajput-IITian 1
Releases(v0.3)
  • v0.3(Mar 23, 2021)

    A Telegram Video CompressorBot

    • it compress videos with negligible Quality change
    • u can generate sample Compressed videos nd screenshots too
    • u can set custom video name nd Thumbnail
    • u can get logs videos to a channel too
    • Coz of its Quality encode It takes little time to Compress
    • For now i set it for maximum 5 Processes at a time
    • Its Running Without Db so Block /ban /Broadcast Feature is currently Not available.
    Source code(tar.gz)
    Source code(zip)
Owner
Danish
Error 404: Not Found
Danish
Telegram bot to stream videos in telegram voicechat for both groups and channels. Supports live strams, YouTube videos and telegram media.

Telegram bot to stream videos in telegram voicechat for both groups and channels. Supports live strams, YouTube videos and telegram media.

SUBIN 449 Dec 27, 2022
๐Ÿ“ข Video Chat Stream Telegram Bot. Can โณ Stream Live Videos, Radios, YouTube Videos & Telegram Video Files On Your Video Chat Of Channels & Groups !

Telegram Video Chat Bot (Beta) ?? Video Chat Stream Telegram Bot ?? Can Stream Live Videos, Radios, YouTube Videos & Telegram Video Files On Your Vide

brutโœ˜โถโน // ใƒฆใ‚นใƒ• 15 Dec 24, 2022
Telegram PHub Bot using ARQ Api and Pyrogram. This Bot can Download and Send PHub HQ videos in Telegram using ARQ API.

Tg_PHub_Bot Telegram PHub Bot using ARQ Api and Pyrogram. This Bot can Download and Send PHub HQ videos in Telegram using ARQ API. OS Support All linu

TheProgrammerCat 13 Oct 21, 2022
An Telegram Bot By @AsmSafone To Stream Videos in Telegram Voice Chat. This is Also The Source Code of The Bot Which is Being Used In @SafoTheBot Group! โค๏ธ

Telegram Video Player Bot (Beta) An Telegram Bot By @AsmSafone To Stream Videos in Telegram Voice Chat. Special Features Supports Live Streaming From

SAF ONE 206 Jan 3, 2023
An simple python script for remove rockstar account for fivem, very useful for cheating or change account for unban from an server, remember change steam account.

This tool is used for be unbanned from servers, u need disconnect the discord, use other steam account and uninstall xbox for be unbanned 100%, it only work for unban in server, not global

MiguDEV 4 Oct 10, 2022
It's a simple python script to take backup of directories (compressing) then the same to move your mentioned S3 bucket with the help of AWS IAM User.

Directory Backup Moved to S3 (Pyscript) Description Here it's a python script that needs to use this script simply create a directory backup and moved

Yousaf K Hamza 3 Mar 4, 2022
null 1 Feb 18, 2022
A Telegram Bot To Stream Videos in Telegram Voice Chat.

Video Stream X Bot Telegram bot project for streaming video on telegram video chat, powered by tgcalls and pyrogram Deploy to Heroku ??โ€?? The easy wa

Mโทจoอฆnsอ›แด›โทฎeอคrอฌ Zeอคrอฌoอฆ 13 Dec 5, 2022
Telegram bot to stream videos in telegram voicechat for both groups and channels

Telegram bot to stream videos in telegram voicechat for both groups and channels. Supports live streams, YouTube videos and telegram media. With record stream support, Schedule streams, and many more.

ALBY 9 Feb 20, 2022