]> Shamusworld >> Repos - ardour-manual/blobdiff - include/export-dialog.html
Update Export dialog screenshots to match changes since the last revision
[ardour-manual] / include / export-dialog.html
index 91a969940ae3ac259a7690fd147a51f33a6bd9a6..afb3c525ec42516661d1ca00d3451edbad779300 100644 (file)
@@ -1,22 +1,19 @@
 
 <p>
-  When a session is finished mixing, one probably wants to export it to a sound
-  file to burn to a CD, upload to the web, or whatever. <kbd class="menu">Session &gt; Export &gt; Export to Audio file(s)&hellip;</kbd>
-  shows the Export Dialog to do this.
+  When the work in Ardour is finished, one or multiple sound file(s) need to be
+  created, be it to be printed to a medium such as a CD or DVD, uploaded to a
+  streaming site or sent to another person or software for further work. This
+  can be done either using <kbd class="menu">Session &gt; Export &gt;
+  Export to Audio file(s)&hellip;</kbd>.
 </p>
 
-<figure class="center">
-  <img src="/images/export-dialog-file-format.png" alt="The Export window">
+<figure class="right">
+  <img width="50%" src="/images/export-dialog-file-format.png" alt="The Export window">
   <figcaption>
     The Export window
   </figcaption>
 </figure>
 
-<p>
-  The outputs of multiple tracks and busses all at once can also be exported via
-  <kbd class="menu">Session &gt; Export &gt; Stem Export&hellip;</kbd>.
-</p>
-
 <h2>File Format</h2>
 
 <p>
 </p>
 
 <ul>
-<li>BWAV 32float</li>
-<li>CD (Red Book)</li>
-<li>DVD-A</li>
-<li>FLAC 24 bit </li>
-<li>FLAC 24 bit (tagged)</li>
-<li>Ogg/Vorbis</li>
-<li>Ogg/Vorbis (tagged)</li>
-<li>Ring Tone</li>
+  <li>Amazon Music</li>
+  <li>Apple Music</li> 
+  <li>BWAV 24bit</li>
+  <li>BWAV 32float</li>
+  <li>CD (Red Book)</li>
+  <li>FLAC 24 bit </li>
+  <li>MP3 (extreme)</li>
+  <li>MP3 (medium)</li>
+  <li>MP3 (standard)</li>
+  <li>Ogg/Vorbis</li>
+  <li>Ring Tone</li>
+  <li>Soundcloud and Spotify</li>
+  <li>Wav (Tagged)</li>
+  <li>YouTube and Deezer</li>
 </ul>
 
 <p>
 </p>
 
 <ul>
-<li>CD + DVD-A</li>
-<li>CD + FLAC</li>
-<li>CD + FLAC (tagged)</li>
-<li>CD + Ogg/Vorbis + FLAC (tagged)</li>
-<li>CD + Ogg/Vorbis</li>
-<li>CD + Ogg/Vorbis (tagged)</li>
+<li>CD + Ogg/Vorbis + FLAC</li>
 <li>CD only</li>
 <li>DVD-A only</li>
 <li>FLAC</li>
-<li>FLAC (tagged)</li>
+<li>Ogg/Vorbis</li>
 <li>Ogg/Vorbis + FLAC</li>
-<li>Ogg/Vorbis + FLAC (tagged)</li>
-<li>Ogg/Vorbis </li>
-<li>Ogg/Vorbis (tagged)</li>
+<li>Streaming</li>
 </ul>
 
 <h2>The location</h2>
@@ -97,7 +93,7 @@
 <h2>Analyze exported audio</h2>
 
 <figure>
-  <img src="/images/export-report-analysis.png" alt="The Export Report/Analysis window">
+  <img width="50%" src="/images/export-report-analysis.png" alt="The Export Report/Analysis window">
   <figcaption>
     The Export Report/Analysis window
   </figcaption>
 <h2>Time Span</h2>
 
 <figure>
-  <img src="/images/export-dialog-timespan.png" alt="The Time Span tab">
+  <img width="50%" src="/images/export-dialog-timespan.png" alt="The Time Span tab">
   <figcaption>
     The Time Span tab
   </figcaption>
 <h2>Channels</h2>
 
 <figure>
-  <img src="/images/export-dialog-channels.png" alt="The Channels tab">
+  <img width="50%" src="/images/export-dialog-channels.png" alt="The Channels tab">
   <figcaption>
     The Channels tab
   </figcaption>
   file. By default, only the Master Bus is sent.
 </p>
 
-<h2>Stem Export</h2>
-
-<figure>
-  <img src="/images/export-dialog-stem-export.png" alt="Stem export">
-  <figcaption>
-    Stem export
-  </figcaption>
-</figure>
-
-<p>
-  Stem exporting allows to transfer files between different systems and softwares
-  by exporting each track individually, including silence, to keep them in sync.
-</p>
-<p>
-  If 'Stem Export' is chosen, the 'Channels' tab appears slightly differently:
-  in this case each chosen channel (track or bus) is exported to its own file,
-  instead of all channels being mixed together into a single file.
-</p>
-<p>
-  The exported tracks or busses can, by checking <kbd class="option">Apply
-  track/bus processing</kbd>, be exported with the effects/processors applied,
-  so that the destination system does not need those effects plugins.
-</p>