Skip to content

JACOSub to SRT Converter

FileFlip converts JACOSub to SRT entirely inside your browser, using FFmpeg compiled to WebAssembly. The file is never uploaded to a server: it is read off your disk, converted on your own machine, and saved back by the browser. That means no file-size limit, no queue and no account.

Convert JSS to

How do I convert a JACOSub file to SRT?#

  1. Drop your JACOSub file onto the converter at the top of this page, or click it to pick one from your computer. You can add as many as you like.
  2. Leave the target set to SRT and the conversion starts on its own. FileFlip downloads 30.8 MB of WebAssembly the first time and nothing after that, then runs FFmpeg on your own machine.
  3. Save the SRT file. Your browser writes it straight to your downloads folder, because there was never a server holding it.

Does converting JACOSub to SRT lose quality?#

No. Subtitle cues are text, and converting JACOSub to SRT rewrites the same timings and the same lines in the target's syntax. Anything SRT has no syntax for, such as positioning or styling, is dropped rather than degraded.

Is it safe to convert JACOSub files online?#

Yes, because nothing is uploaded. FileFlip converts JACOSub files inside the browser tab you already have open, using WebAssembly builds of the same engines a desktop converter would install. Your file is read from your own disk into the page's memory, and no request carrying it is ever made.

You do not have to take that on trust. Open your browser's network panel, run a conversion, and you will see the engine come down and your file go nowhere. There is no upload, no server-side copy, no retention window, and no account tied to what you converted.

How FileFlip works lists every engine, its version and its download size, and shows how to check for yourself that nothing leaves your machine.

What JACOSub to SRT actually does to the file#

Converting JACOSub to SRT runs on FFmpeg, downloads 30.8 MB of WebAssembly the first time and nothing after that, rewrites the cues as text in the target's syntax, keeps cue durations.

EngineFFmpeg
Conversion pathOne step: JACOSub → SRT
Downloaded to your browser30.8 MB, once, then cached by your browser
QualityText preserved, unsupported styling dropped
You get backOne file
Where it runsIn a background worker, so the page stays responsive

What survives the conversion

What is in the fileThis conversionWhy
Cue durationsKeptCarried through into the converted file.

What is a JACOSub file?#

A JSS file is a JACOsub script: a plain-text subtitle track where each line gives a start and end time, an optional directional alignment code, and text that can carry inline styling codes for italics, bold, underline and on-screen positioning.

Recognize JSS as a legacy JACOsub script if it turns up in an old fansub archive; there's little reason to author new subtitles in it today.

Convert JSS to ASS or SRT to work with the subtitles in current editors and players, since JACOsub-native tooling is largely gone.

What is an SRT file?#

An SRT file numbers each caption in order and gives it a start and end timecode measured in hours, minutes, seconds and milliseconds, with the line or lines of dialogue printed underneath and a blank line separating one caption from the next.

Use SRT when the file needs to open in the widest possible range of players and sites and doesn't need positioning or styling.

Convert away from SRT when the destination needs something SRT cannot hold, such as WebVTT's on-screen cue positioning or ASS's karaoke timing and typesetting.

JACOSub to SRT questions people ask#

Can I still edit JACOsub files today?

Modern subtitle editors like Aegisub can open and convert JACOsub scripts, even though the format's own original editor is long out of use. Converting to ASS or SRT is the practical path once a JSS file needs further editing.

What is a JSS file?

A JSS file is a JACOsub script, a plain-text subtitle format from the JACOsub editor for the Amiga that times each line by seconds rather than frames and supports inline styling and positioning codes. It's an early example of the typesetting approach later formats like ASS expanded on.

Does JACOsub timing break with a different video frame rate?

No. JACOsub times its events in seconds and a configurable sub-second unit, not by frame number, so it stays in sync with the video's clock time regardless of frame rate.

What program opens an SRT file?

An SRT file opens in essentially any video player, including VLC, and in dedicated subtitle editors like Subtitle Edit and Aegisub. Because it's plain text, it also opens in Notepad or TextEdit, though it will display raw timecodes rather than a preview.