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