Skip to content

Movie4alll-mkv/VideoEncoder-bot6

 
 

Repository files navigation

VideoEncoderBot

a telegram bot for encoding videos in h264 format.

Configuration

Add values in environment variables or add them in config.env.example and rename file to config.env.

Basics

Authorization

  • SUDO_USERS - Chat identifier of the sudo user. For multiple users use space as seperator.

Encode Settings

  • RESOLUTION - Keep 360,480,720,1080
  • PRESET - Keep f (fast),vf (Veryfast),sf (Superfast)
  • TUNE - Keep film or animation
  • AUDIO - Keep opus or aac
  • CRF - Keep anything from 25 to 30

Optional

  • DOC_THUMB - (Optional) Thumbnail for document
  • UPLOAD_AS_DOC - (Optional) Uploads Video as doc if 1 else 0.
  • DOWNLOAD_DIR - VideoEncoder/utils/downloads/
  • ENCODE_DIR - VideoEncoder/utils/encodes/

Deploy Now:

Deploy your bot on Heroku

Deploy

Deploy your bot on Okteto

Develop on Okteto

pip3 install --no-cache-dir -r requirements.txt
bash run.sh

Credits

Copyright & License

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 95.4%
  • Shell 4.1%
  • Other 0.5%