Skip to content

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

License

Notifications You must be signed in to change notification settings

YaeSakura0911/ass_to_srt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages