Skip to content

Convert subtitle to 3D (ASS Format) to use with VLC or MPlayer

License

Notifications You must be signed in to change notification settings

TheZoc/sub3dtool

Repository files navigation

Sub3dtool

Convert subtitle to 3D (ASS Format) to use with VLC or MPlayer

This is a fork of the original project, with fixes so it runs on Windows.

This fork uses this getopt port with few minor modifications to be used in this project.

Downloading the binary

The latest version can be found here.

Compiling

To compile from source code, clone this repository and compile it.

Linux and OS X

mkdir sub3dtool
cd sub3dtool
git clone https://github.com/TheZoc/sub3dtool.git .
make
./sub3dtool

Windows

You will need Visual Studio 2013 to use the supplied solution file. Just download and compile using it, hassle free.

Basic Usage

To convert a subtitle to Side-by-Side, just run:

./sub3dtool input.srt --3dsbs -o output.ass

Note: on Windows, you will need to omit the ./ at the start of the command line.

input.srt is the path to the file that needs to be converted output.ass is the name of the output file you want as result --3dsbs will convert the subtitle to 3DSBS Side-by-Side format.

About

Convert subtitle to 3D (ASS Format) to use with VLC or MPlayer

Resources

License

Stars

Watchers

Forks

Packages

No packages published