Skip to content
forked from HUYDGD/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.

Notifications You must be signed in to change notification settings

LyferLu/ass2srt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 chardet 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 and chardet library by running the following command: pip install pysubs2 chardet

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%