/mdsub

Convert Markdown-written subtitles to ASS subtitle file format

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

MDSub - Convert Markdown subtitles to ass


Intro

You can use a small part of the Markdown syntax for your subtitle texts.

-> Supported File Format:

  • SRT / .srt file with markdown syntax

-> Supported Markdown Syntax

  • Bold

  • Italic

  • Strike-out

  • Code

  • // Comments

  • Multi
    line

Usage

  • Put your file under the same directory of convass.py script.

  • Read script help by execute py convass.py -h.

  • Run the script.

Notice

Chinese character use SimHei(黑体) font by default;

English character use Candara font by default;

Codes use Fira Code Regular (a.n.a. Fira Code) by default.