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
Aqui está disponível GRATUITAMENTE, um bot de discord feito em python, saiba que, terá que criar seu bot como aplicação, e utilizar seu próprio token, e lembrando, é um bot básico, não se utiliza Cogs nem slash commands nele!

BotDiscordPython Aqui está disponível GRATUITAMENTE, um bot de discord feito em python, saiba que, terá que criar seu bot como aplicação, e utilizar s

Matheus Muguet 4 Feb 05, 2022
This Instagram app created as a clone of instagram.Developed during Moringa Core.

Instagram This Instagram app created as a clone of instagram.Developed during Moringa Core. AUTHOR By: Nyagah Isaac Description This web-app allows a

Nyagah Isaac 1 Nov 01, 2021
It is a temporary project to study discord interactions. You can set permissions conveniently when you invite a particular disk code bot.

Permission Bot 디스코드 내에 있는 message-components 를 연구하기 위하여 제작된 봇입니다. Setup /config/config_example.ini 파일을 /config/config.ini으로 변환합니다. config 파일의 기본 양식은 아

gunyu1019 4 Mar 07, 2022
Signs API calls to SberCloud.Advanced with AK/SK

sbercloud-api-aksk Signs API calls to SberCloud.Advanced with AK/SK This script is a courtesy of @sadpdtchr Description Sometimes there is a need to m

Peter Predtechensky 1 Nov 30, 2021
Esse script procura qualquer, dados que você queira na wikipedia! Em breve traremos um com dados em toda a internet.

Buscador de dados simples Dependências necessárias Para você poder começar a utilizar esta ferramenta, você vai precisar da dependência "wikipedia", p

Erick Campoy 4 Feb 24, 2022
Small Python Tracker clone of Electra

Discord Bot Tracker - Python Simply Track your Bots (Status) to get notified when one of those go offline/online. Paste IDs into the config.py files,

Koni 2 Nov 23, 2021
A smooth and powerful Telegram Userbot made to make Telegram easier.

| Xᴇɴᴏ Bᴏᴛ Is One Of The Fastest & Smoothest Bot On Telegram Based on Telethon|

SimpleBoy 1 Dec 01, 2021
A collective list of free APIs for use in software and web development.

Public APIs A collective list of free APIs for use in software and web development. A public API for this project can be found here! For information o

222.5k Jan 02, 2023
This is a straightforward python implementation to specifically grab basic infos about IPO companies in China from Sina Stock website.

SinaStockBasicInfoCollect This is a straightforward python implementation to specifically grab basic infos about IPO companies in China from Sina Stoc

CrosSea 1 Dec 09, 2021
Morpheus is a telegram bot that helps to simplify the process of making custom telegram stickers.

😎 Morpheus is a telegram bot that helps to simplify the process of making custom telegram stickers. As you may know, Telegram's official Sti

Abhijith K S 1 Dec 14, 2022
:spaghetti: Pastas is an open-source Python framework for the analysis of hydrological time series.

Pastas: Analysis of Groundwater Time Series Pastas: what is it? Pastas is an open source python package for processing, simulating and analyzing groun

Pastas 277 Dec 29, 2022
This bot can mention members upto 10,000 in groups and can mention members upto 200 in channels !

Mention All Bot This bot can mention members upto 10,000 in groups and can mention members upto 200 in channels ! 🏷 Infomation Language: Python. Tele

Anjana Madu 52 Dec 29, 2022
Fun telegram bot =)

Recolor Bot About Fun telegram bot, that can change your hair color. Preparations Update package lists sudo apt-get update; Make sure Git and docker-c

Just Koala 4 Jul 09, 2022
Mixcloud API wrapper for Python and Async IO

aiomixcloud Mixcloud API wrapper for Python and Async IO aiomixcloud is a wrapper library for the HTTP API of Mixcloud. It supports asynchronous opera

Aristotelis Mikropoulos 26 Dec 31, 2022
A Script to automate fowarding all new messages from one/many channel(s) to another channel(s), without the forwarded tag.

Channel Auto Message Post A script to automate fowarding all new messages from one/many channel(s) to another channel(s), without the forwarded tag. C

16 Oct 21, 2022
A simple Python script using Telethon to log all (or some) messages a user or bot account can see on Telegram.

telegram-logger A simple Python script using Telethon to log all (or some) messages a user or bot account can see on Telegram. Requirements Python 3.6

Richard 13 Oct 06, 2022
A Discord BOT that uses Google Sheets for storing the roles and permissions of a discord server.

Discord Role Manager Bot Role Manager is a discord BOT that utilizes Google Sheets for the organization of a server's hierarchy and permissions. Detai

Dion Rigatos 17 Oct 13, 2022
Rotates Amazon Personalize filters on a schedule based on dynamic templates

Amazon Personalize Filter Rotation This project contains the source code and supporting files for deploying a serverless application that provides aut

James Jory 2 Nov 12, 2021
Manage gmail account using python, forget about imap and just code what you supposed to do.

GGmail Manage gmail account using python, forget about imap and just code what you supposed to do. Help See documentation for more details. Install In

Dylan Do Amaral 6 Sep 23, 2022
Connects to a local SenseCap M1 Helium Hotspot and pulls API Data.

sensecap_api_checker_HELIUM Connects to a local SenseCap M1 Helium Hotspot and pulls API Data.

Lorentz Factr 1 Nov 03, 2021