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
A telegram bot to read RSS feeds

Telegram bot to fetch RSS feeds This is a telegram bot that fetches RSS feeds in regular intervals and send it to you. The feed sources can be added o

Santhosh Thottingal 14 Dec 15, 2022
This is a simple program that uses Python and pyTwitchAPI to retrieve the list of users in a streamer's chat and then checks each one of these users to see if they follow the broadcaster or not

This is a simple program that uses Python and pyTwitchAPI to retrieve the list of users in a streamer's chat and then checks each one of these users to see if they follow the broadcaster or not

RwinShow 57 Dec 18, 2022
NitroSniper - A discord nitro sniper, it uses 2 account tokens here's the explanation

Discord-Nitro-Sniper This is a discord nitro sniper, it uses 2 account tokens he

vanis / 1800 0 Jan 20, 2022
Converts between Spotify's new lyrics (and their proprietary format) to an LRC file for local playback.

spotify-lyrics-to-lrc Converts between Spotify's new lyrics (and their proprietary format) to an LRC file for local playback. How to use: Open Spotify

~noah~ 6 Nov 19, 2022
WhatsApp Multi Device Client

WhatsApp Multi Device Client

23 Nov 18, 2022
A discord bot thet lets you play Space invaders.

space_Invaders A discord bot thet lets you play Space invaders. It is my first discord bot... so please give any suggestions to improve it :] Commands

2 Dec 30, 2021
A simple Telegram bot that can broadcast messages and media to the bot subscribers. with mongo DB support

𝘽𝙧𝙤𝙖𝙙𝙘𝙖𝙨𝙩 𝘽𝙤𝙩 A simple Telegram bot that can broadcast messages and media to the bot subscribers using MongoDB. Features Support mongodb.c

N A C BOTS 70 Jan 02, 2023
RChecker - Checker for minecraft servers

🔎 RChecker v1.0 Checker for Minecraft Servers 💻 Supported operating systems: ✅

Pedro Vega 1 Aug 30, 2022
Linky bot, A open-source discord bot that allows you to add links to ur website, youtube url, etc for the people all around discord to see!

LinkyBot Linky bot, An open-source discord bot that allows you to add links to ur website, youtube url, etc for the people all around discord to see!

AlexyDaCoder 1 Sep 20, 2022
A simple fun discord bot using discord.py that can post memes

A simple fun discord bot using discord.py * * Commands $commands - to see all commands $meme - for a random meme from the internet $cry - to make the

Dice Flip 2 Dec 20, 2021
An all-purpose Discord bot written in Python featuring a diverse collection of practical utilities.

GlazeGlopBot Table of Contents About Setup Usage Commands Command Errors Cog Management Local Sound Files Cogs Mod QR RNG VC Weather Proposed Features

Edison Ye 0 May 12, 2022
Telephus is a connection pooled, low-level client API for Cassandra in Twisted python.

Telephus Son of Heracles who loved Cassandra. He went a little crazy, at one point. One might almost say he was twisted. Description Telephus is a con

Brandon Williams 93 Apr 29, 2021
Using multiple API sources, create an app that allows users to filter through random locations based on their temperature range choices.

World_weather_analysis Overview Using multiple API sources, create an app that allows users to filter through random locations based on their temperat

Jason Boyer 2 Sep 16, 2022
Fetch fund data from avanza.se using Python and some web scraping with bs4

Py(A)vanza Fetch fund data from avanza.se using Python and some web scraping with bs4. The default way is to display the data in the terminal, apply -

dunderrrrrr 1 Jan 27, 2022
See trending stock tickers on Reddit and check Stock perfomance

See trending stock tickers on Reddit and check Stock perfomance

Abbas 1.5k Jan 06, 2023
Code for paper "Adversarial score matching and improved sampling for image generation"

Adversarial score matching and improved sampling for image generation This repo contains the official implementation for the ICLR 2021 paper Adversari

Alexia Jolicoeur-Martineau 114 Dec 11, 2022
Бот Telegram для Школы в Капотне (ЦО № 1858)

co1858 Telegram Bot Активно разрабатывался в 2015-2016 году как учебный проект, с целью научиться создавать ботов для Telegram. Бот автоматически парс

Ilya Pavlov 4 Aug 30, 2022
Python client library for Bigcommerce API

Bigcommerce API Python Client Wrapper over the requests library for communicating with the Bigcommerce v2 API. Install with pip install bigcommerce or

BigCommerce 81 Dec 26, 2022
Simple Self-Bot for Discord

KeunoBot 🐼 -Simple Self-Bot for Discord KEUNOBOT 🐼 - Run KeunoBot : /* - Install KeunoBot - Extract it - Run setup.bat - Set token and prefi

Bidouffe 2 Mar 10, 2022
Stack Overflow Error Parser

A python tool that executes python files and opens respective Stack Overflow threads in browser for errors encountered.

Raghavendra Khare 3 Jul 24, 2022