1GAUPOL(1) General Commands Manual GAUPOL(1)
2
3
4
6 gaupol - editor for text-based subtitle files
7
9 gaupol [OPTION...] [FILE...] [+[NUM]]
10
12 gaupol is an editor for text-based subtitle files. It supports multiple
13 subtitle file formats and provides means of creating subtitles, editing
14 texts and timing subtitles to match video.
15
17 -h, --help
18 Show command line options.
19
20 --version
21 Show version number.
22
23 -e, --encoding=ENCODING
24 Set the character encoding to use for opening files.
25
26 --list-encodings
27 List possible character encodings to use with --encoding.
28
29 +[NUM] Go to subtitle number NUM in the opened file. If NUM is missing
30 go to the last subtitle.
31
32 -t, --translation-file=FILE
33 Open translation file.
34
35 -a, --align-method=METHOD
36 Method used to align translation file's subtitle texts with main
37 document's subtitles. Possible values are 'number' and 'posi‐
38 tion'. The default is 'position', which compares the positions
39 in the main document and the translation file and inserts the
40 translation texts so that those positions match. Existing subti‐
41 tles are skipped and new ones inserted as needed. 'number' dis‐
42 cards position information and inserts the N translation texts
43 into the first N subtitles.
44
45 -v, --video-file=FILE
46 Load video file.
47
49 Written by Osmo Salomaa <otsaloma@iki.fi>.
50
51
52
53 May 23, 2014 GAUPOL(1)