Skip to content

Converts *.srt files to readbale formats such as text, PDF and so on

Notifications You must be signed in to change notification settings

igaevd/SRTConverter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SRT Converter

SRT Converter is a command-line tool written in Java for converting subtitle files in the SRT format into different output formats including PDF, TXT, and EPUB.

Features

  • Converts all SRT files in a specified folder.
  • Supports various output formats: TXT, PDF, EPUB.
  • Simple command-line interface.

Prerequisites

Ensure you have Java installed on your machine. The application is built using Java, and you need a Java Runtime Environment (JRE) to run it.

How to Use

Clone the repository or download the compiled JAR file.

Command Line Options

  • -h, --help: Prints the help message.
  • -f, --folder: Input folder name located in the user's home directory.
  • -p, --path: Full path to the input folder.
  • -o, --output: Output file format. Possible values are txt, pdf, and epub.

You must specify either -f or -p for the input folder, and -o for the output format.

Example Usage

java -jar srtconverter.jar -f subtitles -o pdf

About

Converts *.srt files to readbale formats such as text, PDF and so on

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages