Neo-fk / Subtitle-Muxer

This is a Subtitle Muxing telegram bot. Still in Development

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sub-Muxer

Telegram bot to mux subtitle with video.

Deploy the bot on heroku

Deploy

Features

  • Softmux subtitle with video
  • Hardmux subtitle with video
  • Supported subtitle formats - (ass, srt)
  • Supported video formats - (mkv, mp4)

Notes

  • The subtitle file you add will be default subtitle file and will be placed as first stream of mkv file and the original streams will be placed below it in the same order.
  • When hardmuxing only the first Video amd the first Audio file will be present in the output file.

Commands

  • /help - To get some help about how to use the bot.
  • /softmux - softmux the sent video and subtitle file.
  • /hardmux - hardmux the sent video and subtitle file.

To-Do :

  • Download file using URL.
  • Hardmux support.

Thanks to :

  • Dan - Telegram Framework for bots and users.

License

This project is licensed under the MIT License - see the LICENSE file for details

About

This is a Subtitle Muxing telegram bot. Still in Development

License:MIT License


Languages

Language:Python 99.9%Language:Procfile 0.1%