Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 714 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 714 Bytes

ass2srt

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.

Features

  • 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.

Requirements

  • Python 3.x
  • pysubs2 library

Usage

  1. Clone this repository or download the convert_ass_to_srt.py script.
  2. Ensure that you have Python installed on your system.
  3. Install the required pysubs2 library by running the following command: pip install pysubs2