Help us keep the list up to date and submit new video software here.






Software Home »


Tool

Description

Type
Rating
Reviews
Subtitle Edit

RECENTLY UPDATED
Subtitle Edit is a free editor for video subtitles - a subtitle editor. With SE you can easily adjust a subtitle if it is out of sync with the video and much more. Visually sync/adjust a subtitle (start/end position and speed). Import Blu-ray SUP titles or VobSub sub/idx binary subtitles and OCR to text srt subtitles. SUP to SRT, SUB to SRT. DVD to SRT. Requires Microsoft .NET Framework Version 4.8 or later.

9.3/10
85 votes
Rate it




Screenshots

Subtitle Edit screenshot

Subtitle Edit screenshot 2

Subtitle Edit screenshot 3
Latest version

5.0.0 / 4.0.16 / 5.1.0 RC10 (July 16, 2026)



Download


Visit developer's site

Download Subtitle Edit 5.0.0 Windows 64-bit  52MB  Win64 Win

Download Subtitle Edit 5.0.0 Mac Silicon ARM 64-bit  122MB  MacARM64 Mac

Download Subtitle Edit 5.0.0 Mac Intel 64-bit  141MB  Mac64 Mac

Download Subtitle Edit 5.0.0 Linux 64-bit  101MB  Linux64 Linux




Download Beta, Portable, Update and other versions

Download Subtitle Edit 5.1.0 RC10 Windows 64-bit  Win64 Win

Download Subtitle Edit 5.0.0 Portable Windows 64-bit  103MB  Win64 Win  Portable Portable

Download Subtitle Edit 5.0.0 Portable Windows ARM 64-bit  52MB  WinARM64 Win  Portable Portable

Download Subtitle Edit 4.0.16 Windows  10MB  Win Win

Download Subtitle Edit 4.0.16 Portable Windows  11MB  Win Win  Portable Portable




Download old versions


Download Subtitle Edit old versions Archive Archive



Software License

Free software / FOSS (Free and Open Source Software)



Supported operating systems

Windows Win Mac OS Mac Linux Linux




Version history / Release notes / Changelog / What's New


v5.1.0-rc10 (20th of July 2026)

* New "file saved" prompt - success check mark, file name and folder, size/duration info, copy path and Play/Open - now also used by text to speech and the video tools (burn-in, cut, re-encode, transparent subtitles, blank video, embedded subtitles)
* Auto-translate via llama.cpp: add Hy-MT2 translation models (Tencent, 7B/1.8B - excellent for its 33 languages, no Nordic) plus larger TranslateGemma 12B and Qwen 3.5 9B quants (up to 10 GB)
* Auto-translate: the URL field was ignored for winstxnhdw/nllb-api, NLLB-serve, Anthropic, Groq, OpenRouter and Nvidia - and nllb-api now tolerates a missing trailing slash in the URL - thx 3ftomi
* Text to speech: fix the voice-clone transcript prompt appearing repeatedly and generation using a different voice than picked (MOSS-TTS and sibling clone engines)
* Speech to text: live progress (and time remaining) for all CrispASR engines
* Update CrispASR to v0.8.15
* Fix Ctrl+F/Ctrl+H (and all other shortcuts) not responding after closing a dialog such as spell check, until clicking inside the window - thx fraternl
* Multiple replace: fix regex rules corrupting ASSA \N line breaks on Windows - also covered Batch Convert's replace step and regex Find & Replace - thx Davanix
* Burn-in: more compact settings so the window fits smaller screens, and audio settings tidied up
* Remember window position/size for fix-list tool windows
* Performance: much faster subtitle grid rendering (live spell check, CPS/WPM columns) and faster ASSA file loading
* Performance: core-library micro-optimizations - thx ivandrofly
* Update Japanese translation - thx hisui3393
* Update Italian translation - thx bovirus
* Update Polish translation - thx potplayer-fanpack

v5.1.0-rc9 (19th of July 2026)

* Text to speech: add MOSS-TTS (CrispASR) engine with zero-shot voice cloning
* OCR: new "Show only forced subtitles" filter and a Forced column - only the forced lines are OCR'ed and returned, like SE4 - thx heniowise
* OCR: fix forced-filter edge cases - hidden lines now receive pre-processing/palette changes, deleting a visible line no longer wipes hidden lines' unknown words, delete is blocked while OCR runs, and the VobSub color chooser previews the correct image
* Multiple replace: fix phantom empty line (and stray red mark) in the preview's Before column with regex rules on Windows - thx Davanix
* Text to speech: harden the window's close path and add diagnostics for a reported crash when closing with OK - thx cvrle77
* Text to speech: an audio playback failure in the review window no longer leaves all play/regenerate buttons dead
* Speech to text: update CrispASR runtime to v0.8.13 - the linux-arm64 build is also back
* Speech to text: single-mode transcribe no longer picks up a leftover queued file - and no longer wipes the batch queue
* Auto-translate: fix languages with underscores in the engine name never matching (e.g. Google Translate V1 Chinese) and the dialog getting stuck on "Translating..."
* Embedded subtitles (mkv): the dialog no longer locks up after a failed generate
* Burn-in/transparent video: cutting now burns the correct lines, keeps ASSA styles/header, and includes lines straddling the cut boundary
* Batch convert: "Open containing folder" now opens the file's folder on Windows when the path contains spaces - thx cyberbrix
* Fix parser edge cases: SAMI crash on malformed files (broke format auto-detection), WebVTT cues with mixed short/long timestamps being dropped, TTML fractional seconds, MicroDVD lines with two empty time codes
* SeConv: auto-detect the subtitle language for MP4/MKV container tracks with no declared language (or "und") - thx ivandrofly
* Update Chinese Traditional translation - thx love80312
* Update Russian translation - thx jekovcar
* Update Bulgarian translation - thx jekovcar
* Update Polish translation and interjections - thx potplayer-fanpack
* Update Turkish translation - thx bilimiyorum

v5.1.0-rc8 (18th of July 2026)

* Waveform: add SE4-style Previous/Play/Pause/Next text buttons to the waveform toolbar
* Subtitle text box: disable ligatures - letter pairs like "fi" no longer merge into one glyph, so the caret and mouse selection treat each character separately - thx subcor
* Subtitle text box: roll back rc7's right-to-left ASSA tag rendering fix - clicking inside a tag in a right-to-left line could crash; the misplaced backslash is cosmetic only and the fix will return once Avalonia can render it safely - thx muaz978
* ASSA: fix missing closing tag when setting font name on selected text - thx rRobis
* Fix common errors: "Fix invalid italic tags" no longer eats the character before a dangling begin tag and now repairs more two-line stray-tag shapes
* Cavena 890: fix Chinese write path so text and italics round-trip
* Fix six silent text-corruption edge cases (nested closing tags, UTF-16 detection, "Fix uppercase 'i' inside words", Turkish casing after colon, Cavena 890 Hebrew italics, DVD Studio Pro bold+italic) - thx ivandrofly
* Harden the binary subtitle parsers against malformed files (crashes, out-of-memory, infinite loops) - thx ivandrofly
* Fix image edge cases in transparent-image detection and rectangle copying - thx ivandrofly
* Network: fix proxy password decoding, a crash when no proxy is configured, and auto-translate request issues - thx ivandrofly
* Performance: three core-library micro-optimizations
* SeConv: malformed Scenarist SCC input no longer converts "successfully" to corrupt output - files where nothing can be decoded now fail with a clear error and a non-zero exit code, and partially damaged files convert with a warning (console and --json) - thx lthibault-stingray
* Update Korean translation - thx 12si27
* Update Italian translation - thx bovirus

v5.1.0-rc7 (17th of July 2026)

* Subtitle grid: "Insert subtitle after current line..." now works on any line, not only the last - and the inserted file keeps its own time codes like SE4 (only shifted when it would overlap the selected line), so pre-timed subtitles land at their real positions - thx UUMARTIN
* Waveform: "Insert subtitle file at video position..." is now available anywhere on the timeline (was only past the last subtitle) - inserts at the right-clicked position and warns before creating overlapping lines - thx UUMARTIN
* Speech to text: the input language is remembered again like SE4 - restored on window open, kept when changing engine/settings, and no longer overridden by auto detection in "Selected lines - Speech to text" - thx UUMARTIN
* Subtitle text box: restore live spell check with "Color tags" enabled - red underlines and the context menu suggestions/add to dictionary/ignore all work again in the new syntax highlighting text box
* Subtitle text box: fix ASSA override tags rendering with a misplaced backslash in right-to-left lines - "{\an8}" showed as "{an8\}" - thx muaz978
* Update Polish translation and add Polish names list - thx potplayer-fanpack

v5.1.0-rc6 (17th of July 2026)

* Waveform: new option "Center video position also while paused" (Settings - Waveform/spectrogram) - restores SE4's center/lock mode: with "Mouse-wheel sets video position" on, scrubbing keeps the cursor centered so the waveform scrolls as one continuous strip, and "select current subtitle" also applies while scrubbing paused - thx Asztec00
* Open video from URL: the "Download yt-dlp" button is now only shown when an update is actually available - it was always visible, even with the latest yt-dlp installed
* Open video from URL: add "Save..." button to the "Pick subtitle to download" window - saves the selected downloaded subtitle file as-is to a location of your choice
* MP4 track picker: the "Export..." button now works - text tracks save as SubRip, VobSub image tracks export to Blu-ray .sup

v5.1.0-rc5 (17th of July 2026)

* Subtitle text box: tag coloring (HTML/ASSA) now uses a new native text box - same colors as before, but centering, IME/CJK input, right-to-left and the context menu work exactly like the normal text box, and toggling right-to-left no longer turns off tag coloring
* Subtitle text box: fix crash while typing an unterminated attribute quote (e.g. <font color=") with tag coloring enabled
* Source view: add context menu to the text editor - thx pdjdev
* Point sync via other subtitle: sync points are now chronologically sorted, and setting a point on a line that already has one re-points it instead of adding a duplicate - thx fraternl
* Point sync via other subtitle: fix deleting a sync point - the context menu now shows Delete (and Delete/Backspace on the list works) instead of silently removing the point on right-click - thx fraternl
* Point sync via other subtitle: clicking a line in the left list scrolls the other subtitle's list to the matching time (selection is left untouched) - thx fraternl
* Point sync via other subtitle: icon on the "Set sync point" button
* Point sync via other subtitle: a long "other subtitle" file name no longer pushes under the "Find text" button - it now shrinks with an ellipsis
* Point sync: sync points are now chronologically sorted, and setting a point on a line that already has one re-points it instead of adding a duplicate
* Point sync: fix deleting a sync point - the context menu now shows Delete (and Delete/Backspace on the list works) instead of silently removing the point on right-click
* Point sync: icon on the "Set sync point" button
* Performance: faster time code display in HH:MM:SS:FF mode, faster ASSA/SSA file loading, and allocation-free URL checks
* Performance: faster "Fix missing spaces", time code parsing and extra-space cleanup in the core library
* Time code spinner: mouse click/wheel now nudges 100 ms (one frame in frame mode) instead of stepping the caret's segment - the caret defaults to hours, so a click jumped a whole hour - thx muaz978/AdiOpi
* Speech to text (Qwen3 ASR CPP): fix...

View full changelog




All features


Create/adjust/sync/translate subtitle lines
Convert between SubRib, MicroDVD, Advanced Sub Station Alpha, Sub Station Alpha, D-Cinema, SAMI, you-tube sbv, and many more (300+ different formats!)
Cool audio visualizer control - can display wave form and/or spectrogram
Video player uses mpv, DirectShow, or VLC media player
Visually sync/adjust a subtitle (start/end position and speed)
Audio to text (speech recognition) via Whisper or Vosk/Kaldi
Auto Translation via Google translate
Rip subtitles from a (decrypted) dvd
Import and OCR VobSub sub/idx binary subtitles
Import and OCR Blu-ray .sup files - bd sup reading is based on Java code from BDSup2Sub by 0xdeadbeef)
Can open subtitles embedded inside Matroska files
Can open subtitles (text, closed captions, VobSub) embedded inside mp4/mv4 files
Can open/OCR XSub subtitles embedded inside divx/avi files
Can open/OCR DVB and teletext subtitles embedded inside .ts/.m2ts (Transport Stream) files
Can open/OCR Blu-ray subtitles embedded inside .m2ts (Transport Stream) files
Can read and write both UTF-8 and other unicode files and ANSI (support for all languages/encodings on the pc!)
Sync: Show texts earlier/later + point synchronization + synchronization via other subtitle
Merge/split subtitles
Adjust display time
Fix common errors wizard
Spell checking via Libre Office dictionaries (many dictionaries available)
Remove text for hear impaired (HI)
Renumbering
Effects: Typewriter and karaoke
History/undo manager (Undo=Ctrl+z, Redo=Ctrl+y)
Compare subtitles
Multiple search and replace
Change casing using names dictionary
Merge short lines/split long lines
Export to PNG images (+bdn xml), Adobe Encore FAB image script, VobSub, Blu-ray sup, EBU stl, PAC, and plain text




Sections/Browse similar tools






Alternative to Subtitle Edit

(Latest version updated)

Aegisub  (Jul 11, 2026)



AHD Subtitles Maker  (Apr 30, 2022)



DivXLand Media Subtitler  (Apr 16, 2021)



DVDSubEdit  (Sep 6, 2011)



Jubler  (Jul 1, 2026)



Sub Station Alpha  (Jun 27, 2000)



SubExtractor  (Jan 26, 2013)



SubRip  (Nov 14, 2018)



Subtitld  (Mar 9, 2023)



Subtitle Workshop  (May 25, 2026)



Txt2VobSub  (Jun 9, 2016)



VobSub  (Dec 11, 2002)







Guides and How to's




Acronyms / Also Known As

SubtitleEdit



Download Subtitle Edit Portable download from the Download links under Download and Download other versions!



Notify me when software updated or report software

Email me when it has been updated    Report this software (dead link/new version)  




85 reviews, Showing 1 to 5 reviews


Rating by kepler42 on Nov 1, 2025 Version: 4.0.14 OS: Windows 10 64-bit Ease of use: 7/10 Functionality: 9/10 Value for money: 10/10 Overall: 9/10




A very good software

Review by jopavirando on Oct 16, 2025 Version: 4.0.13 OS: Windows 11 64-bit Ease of use: 10/10 Functionality: 10/10 Value for money: 10/10 Overall: 10/10




Rating by Denis on Sep 9, 2024 Version: 4.0.8 OS: Windows 11 64-bit Ease of use: 9/10 Functionality: 9/10 Value for money: 10/10 Overall: 9/10




Excellent software getting better and better.

Thank you so much for having added the convertion of graphic subtitles to other graphics formats. Much appreciated.


Review by Michel on Apr 13, 2024 Version: 4.0.4 OS: Windows 11 64-bit Ease of use: 9/10 Functionality: 9/10 Value for money: 10/10 Overall: 9/10




UI has changed. There are a few pre-designed positions of UI parts. Want no Audio/Video? https://postimg.cc/bSJmSGq3

Review by Ayaa on Nov 20, 2023 Version: 4.0.2 OS: Windows 10 64-bit Ease of use: 10/10 Functionality: 10/10 Value for money: 10/10 Overall: 10/10


85 reviews, Showing 1 to 5 reviews

1 tool hits, Showing 1 to 1 tools
   



Explanation:
NEW SOFTWARE= New tool since your last visit
NEW VERSION= New version since your last visit
NEW REVIEW= New review since your last visit
NEW VERSION= New version

Latest version
Version number / Beta version number / Update version number and when it whas released.

Type and download
NO MORE UPDATES? = The software hasn't been updated in over 2 years.
NO LONGER DEVELOPED = The software hasn't been updated in over 5 years.
RECENTLY UPDATED = The software has been updated the last 31 days.
Freeware = Download Free software.
Freeware Trialware = Download Free software but some parts are trial/shareware.
Free software = Download Free software and also open source code also known as FOSS (Free and Open Source Software).
Free software Trialware = Download Free software and also open source code but some parts are trial/shareware.
Freeware Ads = Download Free software but supported by advertising, usually with a included browser toolbar. It may be disabled when installing or after installation.
Free software Ads = Free Download software and open source code but supported by advertising, usually with a included browser toolbar. It may be disabled when installing or after installation.
Trialware = Also called shareware or demo. Free Trial version available for download and testing with usually a time limit or limited functions.
Payware = No demo or trial available.
Portable version = A portable/standalone version is available. No installation is required.
v1.0.1 = Latest version available.
Download beta = It could be a Beta, RC(Release Candidate) or an Alpha / Nightly / Unstable version of the software.
Download 15MB = A direct link to the software download.
Win = Windows download version for 32-bit and 64-bit Windows.
Win64 = Windows 64-bit download version for 64-bit Windows.
WinARM64 = Windows 64-bit ARM download version for Windows ARM64/AArch64.
Mac = Mac download version for 64-bit Mac OS Intel/ARM64/AArch64.
MacARM64 = Mac Silicon download version for 64-bit Mac OS ARM64/AArch64.
Mac64 = Mac OS download version for 64-bit Intel Mac OS.
Linux = Linux download version.
Linux64 = Linux download version for 64bit Linux.
Linux ARM = Linux download version for Linux ARM64/AArch64.
Portable = Portable version. No installation is required.
Ad-Supported = The software is bundled with advertising. Be careful when you install the software and disable addons that you don't want!
Visit developers site = A link to the software developer site.
Download (mirror link) = A mirror link to the software download. It may not contain the latest versions.
Download old versions = Free downloads of previous versions of the program.
Download 64-bit version = If you have a 64bit operating system you can download this version.
Download portable version = Portable/Standalone version meaning that no installation is required, just extract the files to a folder and run directly.
Portable version available = Download the portable version and you can just extract the files and run the program without installation.
Old versions available = Download old versions of the program.
Version history available = Complete changelog on our site.
Windows = Windows version available.
Mac OS = Mac OS version available.
Linux = Linux version available.
Our hosted software are virus and malware scanned with several antivirus programs using www.virustotal.com. (NOTE! Just one virustotal warning is 99.9% a false positive. And some software might receive 2-6 warnings but it's if they are not all same virus/trojan then it's 99% false positives.)


Rating
Rating from 0-10.



Browse software by sections



Search   Contact us   Privacy Policy   About   Advertise   Forum   RSS Feeds   Statistics   Software   

Site layout: Default Classic Blue

Affiliates: free-codecs.com

©1999-2026 videohelp.com