ass2srt is a Python script that allows you to convert .ass
subtitle files to .srt
format. It provides an easy and automated way to convert subtitles for your video files.
- Converts all
.ass
files in a specified directory to.srt
format. - Maintains the original filename with the converted file.
- Supports conversion of multiple files at once.
- Preserves subtitle formatting and timing.
- Python 3.x
pysubs2
chardet
library
- Clone this repository or download the
convert_ass_to_srt.py
script. - Ensure that you have Python installed on your system.
- Install the required
pysubs2
andchardet
library by running the following command:pip install pysubs2 chardet