diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-01-07 01:17:47 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-01-07 01:17:47 +0000 |
| commit | 0dae7944083b147579fa310cda8c88303bd8613f (patch) | |
| tree | 728780010655682a28d0d45f547e9c554aeca513 | |
| parent | 207fd238060dee5b94a3633cf9b4dc935cd4d818 (diff) | |
Document auto audio mapping.
| -rw-r--r-- | doc/manual/dcpomatic.xml | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/doc/manual/dcpomatic.xml b/doc/manual/dcpomatic.xml index b5d270442..3066a6c31 100644 --- a/doc/manual/dcpomatic.xml +++ b/doc/manual/dcpomatic.xml @@ -736,6 +736,55 @@ To add one or more movie, sound, still-image or subtitle files, select </para> <para> +DCP-o-matic will automatically map a set of audio files to the correct channels if you include appropriate ‘tags’ in your filenames, as shown in <xref linkend="tab-audio-file-naming"/>. +</para> + +<table id="tab-audio-file-naming"> + <title>Audio file naming</title> + <tgroup cols='3' align='left' colsep='1' rowsep='1'> + <thead> + <row> + <entry>Tag</entry> + <entry>Examples</entry> + <entry>Channel</entry> + </row> + </thead> + <tbody> + <row> + <entry><code>L</code> surrounded by <code>.</code> <code>_</code> or <code>-</code></entry> + <entry>film-L.wav my_movie_L_final.wav</entry> + <entry>Left</entry> + </row> + <row> + <entry><code>R</code> surrounded by <code>.</code> <code>_</code> or <code>-</code></entry> + <entry>film-R.wav my_movie_R_final.wav</entry> + <entry>Right</entry> + </row> + <row> + <entry><code>C</code> surrounded by <code>.</code> <code>_</code> or <code>-</code></entry> + <entry>film-C.wav my_movie_C_final.wav</entry> + <entry>Centre</entry> + </row> + <row> + <entry><code>Lfe</code> surrounded by <code>.</code> <code>_</code> or <code>-</code></entry> + <entry>film-Lfe.wav my_movie_Lfe_final.wav</entry> + <entry>LFE (sub)</entry> + </row> + <row> + <entry><code>Ls</code> surrounded by <code>.</code> <code>_</code> or <code>-</code></entry> + <entry>film-Ls.wav my_movie_Ls_final.wav</entry> + <entry>Left surround</entry> + </row> + <row> + <entry><code>Rs</code> surrounded by <code>.</code> <code>_</code> or <code>-</code></entry> + <entry>film-Rs.wav my_movie_Rs_final.wav</entry> + <entry>Right surround</entry> + </row> + </tbody> + </tgroup> +</table> + +<para> To add a directory (folder) of images, choose <guilabel>Add folder...</guilabel> and choose the directory from the selector. DCP-o-matic will open a small dialogue box where you can enter the |
