]> Shamusworld >> Repos - ardour-manual/blob - _manual/23_video-timeline/03_operations.html
fix image URL
[ardour-manual] / _manual / 23_video-timeline / 03_operations.html
1 ---
2 layout: default
3 title: Workflow & Operations
4 ---
5
6 <ul>
7 <li>Session &gt; Open Video - add/replace a video to/on the timeline
8 </li>
9 <li>Window &gt; View Monitor  open/close external video monitor window
10 </li>
11 <li>View &gt; Video Monitor &gt; … settings of the video monitor
12 </li>
13 <li>Session &gt; Export &gt; Video
14 </li>
15 </ul>
16 <ul>
17 <li>Drag the video in the timeline - right click and choose &#039;lock&#039; to prevent accidental drags
18 </li>
19 <li>Audio-Region &gt; context-menu &gt; Position &gt; Lock to video – audio-region(s) are moved along with the video.
20 </li>
21 </ul>
22
23
24 <h2>Adding Video</h2>
25
26 <p>
27 Adding video is a two-step process.
28 </p>
29 <ol>
30 <li>Select video file
31 </li>
32 <li>Choose import-mode and optionally select an audio-track to extract
33 </li>
34 </ol>
35
36 <p>
37 <br/>
38
39 </p>
40
41 <p>
42 <img src="/files/a3/a3_video_open.png" class="medialeft" alt="video-open-dialog" width="300" />
43 </p>
44
45 <p>
46 The first step is rather straight forward: The panel on the right side allows to seek through the video and displays basic file information. It is also useful to check if the video format/codec is supported:
47 </p>
48
49 <p>
50 <br/>
51
52 </p>
53
54 <p>
55 <img src="/files/a3/a3_video_import.png" alt="Video Import Dialog" width="300" />
56 </p>
57
58 <p>
59 The second step analyzes the video file in more detail and offers import options:
60 </p>
61 <ul>
62 <li><strong>Import/Transcode to Session</strong>. This is the default. The video will be imported in a suitable video-format/codec for the timeline and video monitor and saved inside the session folder. A location different than the session folder can also be chosen (extrnal disk, network storage of the video server on a different machine…).
63 </li>
64 <li><strong>Reference from Current Location</strong>. Only useful for opening files that were previously encoded (are already in a good format/codec) use with care.
65 </li>
66 <li><strong>Do not Import Video</strong> - useful for extracting audio only.
67 </li>
68 </ul>
69
70 <p>
71 By default the video is imported using the original width/height. If it is a large video (e.g. full-HD) it will make sense to scale it down to lighten CPU and disk I/O required to play it. For editing sound-tracks, a small representation is usually sufficient. The default bitrate is set to use 0.7 bits per pixel. Some key values: the average DVD medium uses 5000kbit/sec.
72 </p>
73
74 <h2>Working with A/V</h2>
75
76 <p>
77 <img src="/files/a3/a3_videotimeline.png" alt="Video Timeline" width="600" />
78 </p>
79
80 <p>
81 Well now,..
82 </p>
83
84
85 <h2>Exporting Video</h2>
86
87 <p>
88 <img src="/files/a3/a3_video_export.png" alt="Video Export Dialog" width="300" />
89 </p>
90
91 <p>
92 The video-export will take audio from the current Ardour session and multiplex it with a video-file.
93 </p>
94
95 <p>
96 By default the video file that is displayed on the timeline is used as video-source. This may not be the best option but is usually sufficient for dailies and demo snapshots. For high quality exports the original file (before it was imported in the timeline) should be used. Any existing audio tracks on the video-file are stripped.
97 </p>
98
99 <p>
100 The soundtrack of the video is taken from an audio-export of ardour&#039;s master bus.
101 </p>
102
103 <p>
104 The range selection allows to cut or extend the video. If the session is longer than the video duration, black frames are prefixed or appended to the video. If Ardour&#039;s session range is shorter the video will be cut accordingly.
105 </p>
106
107 <p>
108 Audio Samplerate and Normalize Audio are options for Ardour&#039;s audio exporter. The remaining settings are options that are directly passed on to ffmpeg.
109 </p>