Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 969 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 969 Bytes

ass_to_srt

Introduction

Ass_to_srt is a tool which can convert Advanced SubStation Alpha (ASS) subtitle files to SubRip (SRT) subtitle files.

Features

  • Remove effects from ASS subtitle files
  • Filter the given text in the ASS subtitle file
  • Sorts the start time of out-of-order subtitle in ASS subtitle files in ascending order

Usage

  1. Go to GitHub Release to download the executable
  2. Run the executable once and let the program automatically generate the input, output directory, and config.json file
  3. Place the ASS subtitle file to be converted in the input directory
  4. Add the text you want to filter in config.json
    {
        "filter_text": ["text1", "text2", "text3"]
    }
  5. Run the executable
  6. Get the converted SRT subtitle file in the output directory