diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-04-16 01:22:39 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-04-16 01:22:39 +0100 |
| commit | 35636d18928f801c1de3c8d1969e349a11d5463d (patch) | |
| tree | 552ab6f24c793b662f867835f450e973d3219e54 | |
| parent | e75d40e04e5a69a139539cce0ee97b16bc5f4ef5 (diff) | |
Add a note about Subtitle Edit to the manual.
| -rw-r--r-- | doc/manual/dcpomatic.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/manual/dcpomatic.xml b/doc/manual/dcpomatic.xml index e83f57345..1a71bb6d1 100644 --- a/doc/manual/dcpomatic.xml +++ b/doc/manual/dcpomatic.xml @@ -1205,7 +1205,11 @@ DCP-o-matic can either: <itemizedlist> <listitem>Extract subtitles that are embedded in video files, or</listitem> - <listitem>Use subtitles from SubRip (<code>.srt</code>), SubStation Alpha (<code>.ssa</code>) or DCP XML files.</listitem> + <listitem>Use subtitles from SubRip (<code>.srt</code>), SubStation + Alpha (<code>.ssa</code>) or DCP XML files. You may find the great + free program <ulink + url="http://www.nikse.dk/subtitleedit/">Subtitle Edit</ulink> useful + for creating such files.</listitem> </itemizedlist> <para> |
