@{ ViewBag.Title = "Subtitle Edit 3.3 Help"; ViewBag.Footer = "hOpe iT HelpZ"; ViewBag.MetaKeywords = "Subtitle Edit help, subtitle tutorial, FAQ, how to synchronize"; ViewBag.MetaDescription = "Subtitle Edit help page"; ViewBag.FavIcon = "/favicon.ico"; }

@ViewBag.Title



Help is also available in Basque | Spanish | Russian

Mini FAQ

Q: When I try to open a video in format x, SE cannot play video or there's no sound. What do I do?
A: If you use Direct Show as video player be sure to use the correct codecs. I recommend uninstalling codec packs like k-lite and only installing LAV filters 32-bit (+64-bit if you want). Another option is to use VLC as video player.

Q: Where is the delay tool?
A: Use Show earlier/later in the Synchronization menu. Shortcut is Ctrl+Shift+A. It's a tool window, so you can keep it open while working - or checking subtitle preview in video player.

Q: Why can't Subtitle Edit change frame rate?
A: Well, it can. Check Synchronization -> Change frame rate.

Q: Why can't Subtitle Edit split/append subtitles?
A: Try Tools -> Split/append.

Q: Can Subtitle Edit offset times - but not from the very beginning?
A: Yes, you can work with a selection of subtitle lines. Select the lines in the list view you want to work on (hint: click on the first line, then shift+click on the last) and then right-click in the list view (context menu) - now you can adjust the selected lines in "visual sync selected lines" or just "show selected lines earlier/later".

Q: Can Subtitle Edit play video fullscreen?
A: Yes, press ALT+ENTER. Use space for play/pause and ALT+ARROW UP/DOWN for next/previous subtitle.

Q: When translating/editing subtitles, can Subtitle Edit navigate quickly to next line?
A: Yes, press ALT+ARROW UP/DOWN for next previous subtitle - also textbox will keep focus.

Q: Can Subtitle Edit add the subtitles to the video file?
A: No, Subtitle Edit cannot do this - but one or more of the 100+ output formats should work. Use either File -> Save as... for text based formats or File -> Export... for binary/image-based formats.
There are two ways of adding subtitles into the video file - hardcoding (cannot be turned off ever, so this might be a bad idea) or embedding (only for some formats like mkv, mp4).
Read more about adding subtitles to video.



Help index

Subtitle Edit main window
Subtitle Edit main window - resize/un-dock
Subtitle Edit main window - edit original
Video/wave form modes
Wave form
Export
Synchronization
Visual sync
Translation (auto)
Fix common errors
Spell check
Import/OCR image based subtitles - like DVD Sub/idx or Blu-ray sup
Shortcuts
Translating Subtitle Edit to another language
Networking - online collaboration
Video player and codecs
Command line conversion
Portable version and VLC
Make your own plugin
Compiling Subtitle Edit
Known issues



Subtitle Edit main window


Menu in main window

In the menu you can find many tools like change casing, split, append, spell check, synchronization, change frame rate, Google translate, find, replace, remove text for hearing impaired, and much more!
You can import subtitles from DVD, vobsub, Blu-ray sup - even vobsub inside Matroska files can be imported.

Menu

NOTE: Many tools are also available via right click in the list view.



Subtitle/file formats

Subtitle format

In the top menu you can choose format and encoding. The first dropdown list shows subtitle formats. SubRip (extension is ".srt") is the most widely used format today, so it is recommended to save subtitles in this format.
Originally SubRip was a text only format, but in recent years html tags have been common. Especially the italic and font tags are widely used. For a list of SubRip support in players check this out.

File encoding is auto detected in most cases. ANSI is the old, formerly the most common found format, but it requires your system to have a specific culture setting. UTF-8 is recommended for new subtitles, as it can handle non English letters better than ANSI (UTF-8 subtitles will work on all computers no matter what culture settings a computer has), and can display other symbols like music nodes. The only drawback of using UTF-8 is, that some older programs do not support UFT-8 and WinXP only has a few semi-unicode fonts (Lucida Sans Unicode, Time New Roman, Courier New).
If you have an ANSI file in another language than the current culture/language (or you have an invalid UTF/Unicode file) then you can use the menu item: File -> Import subtitle with manual chosen encoding.

Import subtitle with manual chosen encoding with preview:
ChooseEncoding


Frame rate

Frame rate

Frame rate is no longer displayed by default, but you can enable it via the menu Options -> Settings: Toolbar: Show frame rate in toolbar.
Frame rate is used when converting between subtitle formats based on frames and formats based on time. SubRip is based on time. MicroDvd (widely used 7-9 years ago, and still widely used in some countries) is based on frames.
Subtitles based on time is preferred as videos may not have a constant frame rate - which makes working with subtitles based on frames not very flexible at all.
To change the frame rate use Synchronization -> Change frame rate - or use one of the other synchronizations tools.


Subtitle view - List view or source view

There are two ways of looking at a subtitle - list view or source view.

Source view This is how the subtitle file actually looks - different for all formats.
You can edit text and time codes here, but be careful - it's also easy to mess things up.
You can make Subtitle Edit start in Source view under Settings.

List view
The list view gives an excellent overview of the subtitle - the same for all formats.
You can edit text and time codes here, delete and insert lines easily.


It is also possible to select several lines and use tools like Google translate or Visual sync on the selected lines.

Listview


TextBox

Above the textbox where you can type the actual subtitle is a label called "Char/sec". If it's higher than 25 it will be colored orange/red.

search

Below the textbox is a label called "Single line length". First line is 33 characters and second line is 75 characters. The color referrers to how long current line is compared to Settings -> Options : General : Single line max length (43 is default). Red means too long, orange means it's close to max.



Show video and/or waveform/spectrogram


The main window can show video and/or wave form. Video controls can even be un-docked - nice if you have two monitors!
The horizontal/vertical red lines shows where you can resize inside the main window (via splitters).

Main window - with video/waveform


It's now possible to edit both new translation and original subtitle at the same time. Default, the original is read-only, but you can change that in Options -> Settings:General:Allow edit of original subtitle.
Shortcuts: Ctrl+U will toggle original subtitle. Ctrl+Shift+U will switch translated / original subtitle.
When editing both original and translated subtitle, changing start time/duration/deleting/inserting will affect both subtitles!

Main window - with video/waveform


Search

You can search by pressing Ctrl+F (F3 is find next). Regular expression search is available for nerds ;)

search





Multiple Replace

In Edit -> Multiple replace you can create your own rules for fixing a subtitle - even advanced rules using regular expressions!

When writing regular expressions grouping and backreferences are very useful. Parts of a regular expression inside parentheses are groups and can be referenced in the replace string where $1 is a reference to the first group and $2 is a reference to the second and so on.

Example 1: ^J( .+) + replace string ♪ $1 - only the starting "J" will be replaced, so if the text is "J Music Playing J" it will become "♪ Music Playing J"
Example 2: ([a-z]+)([0-9]+) + replace string $2$1 - two groupings that will be switched, so if the text is "number26" it will become "26number".

Multiple replace



Video/wave form modes


When using video and/or wave form three different modes (tabs) are available: Translate, Create, and Adjust.

Translate mode

Translate mode

In translate mode you can translate a subtitle from one language to another manually (or correct a machine translated subtitle) while watching the video - and hearing the audio.
If "Auto repeat" is on, then the subtitle will be repeated x-times while you are typing in the correct text.
Use File -> Open original subtitle (translator mode) to also display the original text.
Hint: Do use the <alt+arrow up/down> for going to previous/next subtitle.


Create mode

Create/adjust lines

This is the place to create subtitle lines from scratch or manually adjust existing lines.

To create subtitle lines from scratch, pause the video file where the subtitle line should start and press the button "Insert new subtitle at video pos". Then enter the text - duration is auto suggested. Now press the button "Play from just before text" and if the text does not start exactly when the speech starts, then adjust "Start time" via the up/down arrows until it does. The duration can be set via the button "Set end time" while the video is playing or via the "Duration up/down arrows.
To insert a subtitle right after the current line, press the Insert button (while the list view is focused).

You can also right click on the audio wave form or in the list view to insert/merge/split/delete lines.


Adjust mode

Adjust mode

This is the place to adjust existing lines.

To adjust subtitle lines manually one by one starting from the top. Use the buttons "Set start and offset the rest" (F9) and "Set end & go to next" (F10). Fine-tuning of "Start time" and "Duration" should be done by using the up/down arrows.

You can also right click on the audio wave form or in the list view to insert/merge/split/delete lines.



Wave form

The wave form control makes it easy to see exactly where speech start/end.
Wave form


With the right click menu, you can split/merge/delete subtitles.
Wave form - right click menu


To create a new paragraph, just select an empty area and right click.
Wave form - new selection

Wave form mouse/keys usage:


Wave extraction

The extracting of wave data is done by VLC media player 2.x (or 1.1.x/), and then a very small wave file (with a VERY low samplerate) is generated and saved in the "WaveForms" folder. If VLC for some reason fails to extract a wave file from the video, you can extract the wave file with some other tool and drop that wave file on the waveform control, which will generate a small wave file (with a VERY low samplerate) in the "WaveForms" folder.

Note: You cannot use waveform without the video (if you only have a wav file and no video, it is possible to load the wave file as video file + drop the wave file on the waveform control).



Export

Subtitle Edit can save via "Save as..." in many different text formats, but if you want to save a subtitle in a binary format (like pac or 890) or an image based format (like png or bluray sup) you must use File -> Export.
Many styles like italic and color from subtitles are preserved when exporting to image based formats.



Synchronization

Sync menu

Subtitle Edit offers several ways to synchronize subtitles.

Adjust all times (show earlier/later): This is useful if you for example need to show all texts 3 seconds earlier.

Visual sync: Sync by matching start/end scene (more below).

Point sync: This allows synchronization by using 2 or more points - sync point time codes can be entered manually which makes it easy to use time codes from another subtitle already in sync.

Point sync via other subtitle: If you have another subtitle in sync (perhaps in another language - it helps if you can understand it a bit) you can match one of the first lines, match one of the last lines, sync, and then all lines should be in sync.

Change frame rate: This makes it easy to match text from a video with one frame rate to a video with another frame rate (can also be done by visual sync or point sync).




Visual sync

Visual Sync controls
Synchronize button
Visual sync is a really easy way to synchronize a subtitle with a video file.
Match one of the first subtitle lines with the start scene. Then match one of the last subtitle lines with the end scene. Press "Sync!" - and that's it :)
There are a few helper buttons which will help find the right place in the video where the subtitle should start (just about where the first word comes out). The "Play 1 sec and back" button is a test button, so you can easily very that the current position really is correct. Also check the Shortcuts.

In some cases a subtitle is impossible to synchronize because one or more scenes have been removed/added. In these cases you can select a number of subtitles in the subtitle list view, right click and choose Visual sync selected lines. This way you can adjust the subtitle in smaller parts.




Translation (auto)

Subtitle Edit can translate a subtitle by using Google translation or Multi Translator (only Swedish to Danish).
Google has translation between a lot of languages! It works fairly well, but translated subtitles will still need manual correction (hint: use main window translate mode).

Create/add lines



Fix common errors


Fix common errors

Some subtitles have an lot of errors (often these subtitles are created using OCR software).
"Tools -> Fix common errors" provides an easy way to fix a lot of these errors.
The first window shows a list of actions to fix, just tick the check boxes you want fixed and click "Next".


Fix common errors

Now you can choose which fixes to apply. Default all fixes are selected, so you must un-check the checkbox for fixes you do not wish to apply.
The log tab gives an overview of what will be done - and what was not possible to fix.
The "Apply selected fixes" button applies the fixes.



Spell check

Spell check uses Hunspell (which is also used by Open/LibraOffice, Firefox, Chrome, and Opera).
Only English dictionary is included, but you can easily find more dictionaries via the toolbar menu Spell check -> Get dictionaries...!
If you download Open Office 3.x dictionaries with the extension .oxt, then rename to .zip, and then unpack the .dic file and the .aff file to the Subtitle Edit Dictionary folder.

The spell check will show this window when it encounters an unknown word:
spell check
Edit whole text will enable editing of the whole text (and not only the current word) - for this one sub only.
Change all / Use always will change current word in always - also in future works (saved in the OCR Fix Replace list - take a look at Dictionaries/eng_OCRFixReplaceList.xml to learn more about this file).
Change / Use will change current word just this once.
Add to names/noise list (case sensitive) will remember the name in the edit text box with current casing - also in future works.
Add to user dictionary will remember the word in the edit text box and not prompt for it any more - also in future works. User dictionary is not case sensitive.

All buttons in the "Word not found" groupbox will use the word in the "Word not found" textbox.



Import/OCR image based subtitles - like DVD Sub/idx or Blu-ray sup



If you open an image based subtitle like Blu-ray sup or sub/idx (vobsub) this screen will come up:

Import/ocr image based subtitles


The list view now contains empty subtitle text lines with only timestamps. You can enter the text manually, but two (or three if you have MODI installed) better options exists: Select one of the OCR methods and click on the button "Start OCR".
When you are done just click "OK" and do remember that an OCR'ed subtitle most likely contains some errors that need correction.
If a VobSub subtitle contains more than one language, you will be prompted for language.




Shortcuts


Window Control Shortcuts Function
Main * F1 Show this help file ;)
Main * Ctrl+F Open the Find dialog
Main * F3 Find next
Main * Ctrl+z Show history/undo
Main * Ctrl+G Go to subtitle number dialog
Main * Ctrl+L Locates (scrolls to) first selected subtitle line in the subtitle list view
Main * Alt+Arrow up Go one line up in subtitle list view
Main * Alt+Arrow down Go one line down in subtitle list view
Main * Ctrl+U Translator mode on/off
Main * Ctrl+Shift+U Switch current subtitle with original subtitle
Main * Shift+Insert Insert line before first selected line
Main * Alt+Insert Insert line after first selected line
Main Subtitle text box Ctrl+I Make selection italic
- - - -
Main Subtitle list view Ctrl+A Select all lines
Main Subtitle list view Ctrl+D Select only first selected line
Main Subtitle list view Ctrl+Shift+I Inverse selection
Main Subtitle list view Delete Delete selected lines
Main Subtitle list view Insert Insert line after first selected line
Main * Ctrl+Shift+M (or Ctrl+K) Merge selected lines
- - - -
Main video player/waveform Alt+Arrow left Go 0,5 second back in video
Main video player/waveform Alt+Arrow right Go 0,5 second forward in video
Main video player/waveform Ctrl+Arrow left Go 0,1 second back in video
Main video player/waveform Ctrl+Arrow right Go 0,1 second forward in video
Main video player/waveform Ctrl+Alt+P Pause video
Main video player/waveform Ctrl+P Toggle play/pause video
Main video player/waveform F4 Toggle position between end/start of current paragraph
Main video player/waveform F5 Play current paragraph and stop right after
Main video player/waveform F6 Go to start of current paragraph
Main video player/waveform F7 Go 3 seconds back
Main video player/waveform F8 Toggle play/pause
Main video player/waveform F9-F12 Depend on mode (translate/create/adjust)
Main video player/waveform Alt+1 Go to start position of current paragraph
Main video player/waveform Alt+2 Go to end position of current paragraph
Main video player/waveform Alt+3 Go to previous paragraph
Main video player/waveform Alt+4 Go to next paragraph
Main video player/waveform - Adjust mode Ctrl+Space Set start and offset the rest
Main video player/waveform - Adjust mode Shift+Space Set end and go to next
- - - -
Undocked video player - Alt+A Resize window so video is aspect ratio 1:1
Undocked video player - Alt+Enter Toggle maximized/normal window size
- - - -
OCR via image compare - Image to text manually - Alt+Arrow right Expand selection
OCR via image compare - Image to text manually - Alt+Arrow left Shrink selection
OCR via image compare - Image to text manually - Alt+i (depends on translation) Toggle italic
OCR via image compare - Image to text manually - Alt+f (depends on translation) Toggle auto-submit (automatically continues after first pressed letter)


Note - many of the shortcuts are configurable via Options -> Settings -> Shortcuts (let me know if you need more):

Configurable shortcuts






Translating Subtitle Edit to another language


To translate Subtitle Edit first download the English xml language file and save it to your "Subtitle Edit\Languages" folder. Translate the content of all tags with an xml editor or just notepad. You can also use Xml Content Translator!
Save your edited xml file as 'CultureName'.xml ('CultureName' must be an existing culture name - and also a tag in the xml file) in the SubtitleEdit\Languages folder. In Options > Choose language, you can now test your translation by choosing your language as language.
Please do send any translations to me, so I can include them in Subtitle Edit - thx :)
Tip: WinMerge is an excellent tool for comparing files.

The installer can localized by translating this file.



Networking - online collaboration


If you and a few friends want to translate the same subtitle at the same time over the internet, then do try the "Networking" feature.
First load the subtitle you want translated (and optionally the original subtitle). Then choose "Start new session" in the "Networking" menu:

Start network session

The "session key" is your subtitle id (can be any text you like) - other people need this in order to join (via menu Networking -> Join session) your session.
The "username" will be displayed when updating/inserting/deleting lines and in the chat window
The "webservice url" points to a small server program hosting the session (I initially developed this via direct p2p, but decided to use a webservice instead, as it works much better with stuff like firewalls). Source code for this webservice is available and should make it easy to use your own server for hosting the networking session.


Subtitle Edit running in networking mode below. In the "User/action" column in the list view you can follow the translation progress - this might sparkle some synergistic effect!

Subtitle Edit running in networking mode



Video player and codecs


Subtitle Edit can use VLC media player inside Subtitle Edit instead of DirectShow - go to Options -> Settings -> Video player. If the VLC option is grayed out, then you probably need to install VLC version 2.x or 1.1.x!
Yet another video option is to use mplayer2. Save "mplayer.exe" in your Subtitle Edit folder and in Subtitle Edit go to Options -> Settings -> Video player and choose "MPlayer".
Note: VLC and MPlayer come with their own codecs, so you don't need to install LAV Filters or ffdshow/Hali Matroska Splitter.

Choose video player

Often problems with the DirectShow video player in Subtitle Edit are caused by bad/conflicting/missing/old codecs (Codec packs are EVIL!).
The error might be something like System.Runtime.InteropServices.InvalidComObjectException and might mention QuartzTypeLib/QuartzPlayer.

My recommendation is to uninstall all codec packs (incl. K-lite), reboot, and then install LAV Filters - DirectShow Media Splitter and Decoders
Note that Subtitle Edit is a 32-bit application (unless you have specifically found a 64-bit version) and hence requires 32-bit codecs - even on win7 64-bit

If you have problems with a specific format/file try MediaInfo / GSpot.



Subtitle Edit command line conversion


Subtitle Edit (3.2) can do command line conversion between formats listed in the main window format drop down list.

Syntax: SubtitleEdit /convert "pattern" "name-of-format-without-spaces" [/encoding:?] [/fps:?] [/outputfolder:?]:

Example 1:
SubtitleEdit /convert sub1.srt sami
Result: Will convert sub1.srt to sub1.sub to SAMI format

Example 2:
SubtitleEdit /convert *.srt adobeencore
Result: Will convert all .srt files to Adobe Encore format

Example 3:
SubtitleEdit /convert *.srt adobeencore /encoding:windows-1252
Result: Same as above but using windows-1252 file encoding (see Info.Name list for more encodings)

Example 4:
SubtitleEdit /convert a.sub subrip /fps:25
Result: Converts frame based a.sub to time based a.srt via a frame rate of 25

Example 5:
SubtitleEdit /convert a.sub subrip /outputfolder:C:\Temp
Result: Converts a.sub to C:\Temp\a.srt

To list supported formats:
SubtitleEdit /convert /list
Result: Show the more than 100 supported formats in command line conversion!



Portable version and VLC


To use the portable version with VLC portable, download VLC portable (at least version 1.1.0, like vlc 2.0.6) and unpack to a sub folder in the Subtitle Edit folder called "VLC". Another option is to use the <VlcLocation> in Settings.xml.
Note: You need VLC 32-bit.


Make your own plugin


If you can code C# or VB.net you can make your own plugins for SE (SE 3.3 and later).

You can download two demo plugins here.
"Haxor" is a very very basic example.
"Fix Hyphens" is a more complete example with a form and some basic helper classes.
At the moment it is possible to use plugins here: File, Tools, Sync, Translate, and Spellcheck.



Compiling Subtitle Edit


Compiling your own version of Subtitle Edit is easy as pie!

If you don't have MS Visual Studio, then just download and install MS Visual C# Express. Then download the Subtitle Edit source code and open the "SubtitleEdit.csproj" file. Hit F5 - and that's it :)
Now you can change/add features you want or fix my bugs - if there were any ;)


Known issues


Subtitle Edit has a few known problems!

Problem Solution
Crash while playing/loading/showing video with K-Lite installed
(or other video/audio problems)
Uninstall K-lite and then install LAV Filters - DirectShow Media Splitter and Decoders
Note that Subtitle Edit is a 32-bit application (unless you have specifically found a 64-bit version) and hence requires 32-bit codecs - even on win7 64-bit

Another option is to change video player to VLC in Subtitle Edit via Options->Settings: Video player!
Problems with unicode characters (WinXp) Use font Lucida Sans Unicode/Times New Roman - or upgrade your xp to Windows 7 or 8 (even Vista works better than XP here - also from April 8 2014 nobody should use XP as MS stops all updates/patches)
Also, you can use File -> Import subtitle with manual chosen encoding.
Spell check (NHunspell) crashes You can change spell check to use MS Word in Options!
Subtitle Edit fails to run from a network drive ("The publisher could not be verified") If you do not have sufficient access to run Subtitle Edit from a network drive, then copy it to your local hard disk or obtain the needed access.
Subtitle Edit portable is not working properly in "Program files" folder Use the installer if you want to have Subtitle Edit in "Program files" (remove portable version before)
Subtitle Edit does not detect VLC in options (it's grayed out) You will need VLC 2.x - and it must be the 32-bit version (unless you also compiled your own 64-bit version of Subtitle Edit)
Tesseract will not run properly... If you have used the tesseract installer, then uninstall it. After uninstalling the tesseract installer, you must still remove the environment variable "TESSDATA_PREFIX" (e.g. like this).
Also, you might need the visual studio 2008 c++ runtime: http://www.microsoft.com/en-au/download/details.aspx?id=5582







Did you not find what you were looking for? Feel free to email me.

Also, do check out the Subtitle Edit Intro videos and the Syncing Subtitles with Subtitle Edit tutorial by dny238!