SubtitlesMost videos include people speaking in a certain language; to make these video accessible and understandable to a global audience the video must be subtitled or dubbed. Subtitles are by far the easiest to produce: audio dubbing requires time and software expertise, but you can create subtitles with just a video player and a text editor.
Finding Subtitles Before starting a subtitling translation project, it's worth searching for existing subtitles, particularly if the video is a well-known or commercial work. For example, if you are including a scene from an American documentary in a video, there are resources to search for subtitles for this material. However, outside of well-known video and films, pre-created subtitles are rare, and subtitles available under an open license are even harder to find.
Subtitle File Formats A subtitle file format specifies the format of a file (text or image) containing the subtitle and timing information. Some text-based formats also allow for specifying styling information, such as colors or location of the subtitle.
We will only focus on the subtitle format Sub Rip (.srt), which is supported by most software video players and subtitle creation programs. SRT files can also be created and edited by text editors, or more specialised software like Jubler, GnomeSubtitle, Gaupol and SubtitleEditor.
Editing SRT files An SRT subtitle file is just a text file that is formatted in a simple way so the player can read it and co-relate subtitles to the time they should be played in the video. SRT is a very simple, widely used subtitle format. If you find an existing SRT file for the video you need to subtitle, it's easy to create subtitles for other languages when you know how an SRT file works.
A SRT file is made of a list of lines looking like this:
1 00:03:05,260 --> 00:03:07,920 Hello, world. The first line is the number of the subtitle, incrementing from 1 to as many as needed. The second line is the time at which the subtitle appears and disappears in the video, and is recorded in hours:minutes:seconds,milliseconds. The third line, and any lines after it up to the first blank line, are the subtitle text. One blank line is required to mark the end of the subtitle text. You can add as many such triplets as you need for the remaining subtitles. For the above example, it just means that the first subtitle shows up at 3 minutes 5.26 seconds into the video, disappears at 3 minutes and 7.92 seconds, and reads "Hello, world". That's it. Creating subtitles from scratchTo create a subtitle file from scratch, you may want a more advanced tool that makes it easier to assign subtitles to specific points in a video. Jubler, GnomeSubtitle, Gaupol and SubtitleEditor are all free software tools, and worth checking out. FLOSS Manuals has created a complete guide to Jubler (which is both free software and cross-platform). You can find the guide here: http://en.flossmanuals.net/jubler
|