From: Carl Hetherington Date: Mon, 7 Jan 2019 01:17:47 +0000 (+0000) Subject: Document auto audio mapping. X-Git-Tag: v2.13.95~3 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=0dae7944083b147579fa310cda8c88303bd8613f Document auto audio mapping. --- 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 @@ -735,6 +735,55 @@ To add one or more movie, sound, still-image or subtitle files, select Add file(s)... and choose them from the selector. + +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 . + + + + Audio file naming + + + + Tag + Examples + Channel + + + + + L surrounded by . _ or - + film-L.wav my_movie_L_final.wav + Left + + + R surrounded by . _ or - + film-R.wav my_movie_R_final.wav + Right + + + C surrounded by . _ or - + film-C.wav my_movie_C_final.wav + Centre + + + Lfe surrounded by . _ or - + film-Lfe.wav my_movie_Lfe_final.wav + LFE (sub) + + + Ls surrounded by . _ or - + film-Ls.wav my_movie_Ls_final.wav + Left surround + + + Rs surrounded by . _ or - + film-Rs.wav my_movie_Rs_final.wav + Right surround + + + +
+ To add a directory (folder) of images, choose Add folder... and choose the directory from the selector.