]> Shamusworld >> Repos - ardour-manual-diverged/blob - include/workflow-amp-operations.html
Collapse diagrams/ into images/.
[ardour-manual-diverged] / include / workflow-amp-operations.html
1
2 <h2>Overview of Operations</h2>
3
4 <dl class="wide-table">
5   <dt><kbd class="menu">Session &gt; Open Video</kbd></dt>
6   <dd>Add/replace a video to/on the timeline</dd>
7   <dt><kbd class="menu">Window &gt; View Monitor</kbd></dt>
8   <dd>Open/close external video monitor window</dd>
9   <dt><kbd class="menu">View &gt; Video Monitor &gt; …</kbd></dt>
10   <dd>Various settings of the video monitor</dd>
11   <dt><kbd class="menu">Session &gt; Export &gt; Video</kbd></dt>
12   <dd>Export session and multiplex with video-file</dd>
13   <dt><kbd class="mouse">Left</kbd>-drag the video in the timeline</dt>
14   <dd>Re-align video and move 'locked' audio-regions along</dd>
15   <dt>Context-menu on the video-timeline: <kbd class="menu"> &#039;lock&#039;</kbd></dt>
16   <dd>Prevent accidental drags</dd>
17   <dt>Audio region context menu: <kbd class="menu">Position &gt; Lock to video</kbd></dt>
18   <dd>Mark audio region(s) to be moved along with the video.</dd>
19 </dl>
20
21
22 <h2>Adding Video</h2>
23 <p>
24   Adding video is a two-step process: select a video file, and choose 
25   import mode and optionally select an audio track to extract.
26 </p>
27 <p>
28   The first step is rather straight-forward. The panel on the right side 
29   allows to seek through the video and displays basic file information. 
30   It is also useful to check if the video format/codec is supported:
31 </p>
32 <img src="/images/a3_video_open.png" alt="video-open-dialog" width="300" />
33 <p>
34   The second step analyzes the video file in more detail and offers import options:
35 </p>
36 <dl>
37   <dt><kbd class="menu">Import/Transcode to Session</kbd></dt>
38   <dd>This is the default. The video will be imported in a suitable
39   video format/codec for the timeline and video monitor and saved inside the
40   session folder.  A location other than the session folder can also be
41   chosen (external disk, or network storage of the video server on a different
42   machine).</dd>
43   <dt><kbd class="menu">Reference from Current Location</kbd></dt>
44   <dd>Only useful for opening files that were previously encoded (are already 
45   in a good format/codec). Use with care.</dd>
46   <dt><kbd class="menu">Do not Import Video</kbd></dt>
47   <dd>Useful for extracting audio only.</dd>
48 </dl>
49
50 <img src="/images/a3_video_import.png" alt="Video Import Dialog" width="300" />
51
52 <p>
53   By default the video is imported using the original width/height.
54   If it is a large video (e.g. full-HD) it makes sense to scale it down
55   to decrease the CPU load and disk I/O required to decode and play the
56   file.<br />
57   A small, low-quality representation of the image is usually sufficient 
58   for editing soundtracks. The default bitrate in kbit/sec is set to use 
59   0.7 bits per pixel. (Compare: the average DVD medium uses 5000&nbsp;kbit/s; 
60   at PAL resolution this is about 0.5 bits per pixel. But the DVD is 
61   using the <dfn>mpeg2</dfn> &mdash; a denser compression algorithm than the 
62   <dfn>mjpeg</dfn> codec used by Ardour.)
63 </p>
64
65 <h2>Working with A/V</h2>
66 <p>
67   Well now,..
68 </p>
69 <img src="/images/a3_videotimeline.png" alt="Video Timeline" width="600" />
70
71 <h2 id="export">Exporting Video</h2>
72 <p>
73   The video export will take audio from the current Ardour session and 
74   multiplex it with a video file. The soundtrack of the video is taken from 
75   an audio export of Ardour's master bus.
76 </p>
77 <p>
78   An arbitrary video file can be chosen. For high quality exports, the 
79   original file (before it was imported into the timeline) should be used. 
80   This is the default behaviour if that file can be found. If not, Ardour 
81   will fall back to the imported proxy-video which is currently in use 
82   on the timeline.  Any existing audio tracks on this video file are stripped.
83 </p>
84 <p>
85   The range selection allows to cut or extend the video. If the session is 
86   longer than the video duration, black frames are prefixed or appended to 
87   the video. (Note: this process may fail with non-standard pixel aspect 
88   ratios). If Ardour's session range is shorter, the video will be cut accordingly.
89 </p>
90
91 <p>
92   Audio samplerate and normalization are options for Ardour's audio exporter. 
93   The remaining settings are options that are directly passed on to ffmpeg.
94 </p>
95
96 <p>
97   The file format is determined by the extension that you choose for it
98   (.avi, .mov, .flv, .ogv, .webm,...)
99   Note: not all combinations of format, codec, and settings produce files 
100   which are according to specifications. For example, flv files require 
101   sample rates of 22.1&nbsp;kHz or 44.1&nbsp;kHz, mpeg containers can not 
102   be used with ac3 audio-codec, etc. If in doubt, use one of the built-in 
103   presets.
104 </p>
105
106 <img src="/images/a3_video_export.png" alt="Video Export Dialog" width="300" />
107
108 <p>
109   Ardour video export is not recommended for mastering! While ffmpeg 
110   (which is used by Ardour) can produce high-quality files, this export 
111   lacks the possibility to tweak many settings. We recommend to use winff, 
112   devede or dvdauthor to mux &amp; master. Nevertheless this video-export c
113   omes in handy to do quick snapshots, intermediates, dailies or online videos.
114 </p>
115