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
.assfiles in a specified directory to.srtformat. - Maintains the original filename with the converted file.
- Supports conversion of multiple files at once.
- Preserves subtitle formatting and timing.
- Python 3.x
pysubs2library
- Clone this repository or download the
convert_ass_to_srt.pyscript. - Ensure that you have Python installed on your system.
- Install the required
pysubs2library by running the following command:pip install pysubs2