fix typos and clarify video-integration.

This commit is contained in:
Robin Gareus 2013-06-08 04:34:32 +02:00
parent 5866fb415a
commit 9c216e1feb
2 changed files with 12 additions and 12 deletions

View File

@ -5,12 +5,12 @@ title: Video Timeline and Monitoring
<h2>Introduction</h2>
<p>
The integration of a video timeline and video monitoring into Ardour 3.x allows for convenient audio mixing and editing to video ie soundtracks, music videos, TV post production etc.
The integration of a video timeline and video monitoring into Ardour 3.2 allows for convenient audio mixing and editing to video ie soundtracks, music videos, TV post production etc.
</p>
<p>
Ardour 3.x sessions provide facilities to:
Ardour 3.2 (and later) facilities to:
</p>
<ul>
<li>Import a single video and optionally extract the soundtrack from it.
@ -19,7 +19,7 @@ Ardour 3.x sessions provide facilities to:
</li>
<li>Display a frame-by-frame (thumbnail) timeline of the video.
</li>
<li>time-offset the video
<li>time-offset the video.
</li>
<li><em>Lock</em> audio-regions to the video: Move audio-regions with the video at video-frame granularity.
</li>
@ -28,7 +28,7 @@ Ardour 3.x sessions provide facilities to:
</ul>
<p>
Furthermore setup is modular and can be configured in different ways, including:
Furthermore, the setup is modular and can be configured in different ways, including:
</p>
<ul>
<li>One machine: all video decoding, video monitoring and Ardour audio

View File

@ -4,18 +4,17 @@ title: Video Timeline Setup
---
<p>
Ardour 3.x requires no configuration if you intend to run everything on a single machine, and if you acquired Ardour 3.x from <a href="http://www.ardour.org" title="http://www.ardour.org" rel="nofollow">http://www.ardour.org</a>, everything is pre-configured and included with the download/install.
No configuration is required if you intend to run everything on a single machine, and if you acquired Ardour from <a href="http://www.ardour.org" title="http://www.ardour.org">http://www.ardour.org</a>, everything is pre-configured and included with the download/install.
</p>
<h2>Single Machine</h2>
<p>
If you compile Ardour 3.x from source, or have installed it from a 3rd party, additional tools will need to be installed.
If you compile Ardour from source, or have installed it from a 3rd party repository, additional tools will need to be installed manually.
</p>
<p>
There are three separate standalone tools involved which are used by Ardour 3.x to provide video facilities.
There are three separate standalone tools which are used by Ardour to provide video features.
</p>
<ul>
<li>xjadeo the video monitor window<a href="http://xjadeo.sf.net" title="http://xjadeo.sf.net" rel="nofollow">http://xjadeo.sf.net</a>
@ -27,7 +26,7 @@ There are three separate standalone tools involved which are used by Ardour 3.x
</ul>
<p>
Ardour 3.x requires xjadeo &gt;= version 0.6.4, harvid &gt;= version 0.7.0 and ffmpeg == 1.2.
Ardour requires xjadeo &gt;= version 0.6.4, harvid &gt;= version 0.7.0 and ffmpeg == 1.2.
</p>
<p>
@ -44,7 +43,7 @@ Binary releases are available from ardour.org as well as an installer script: <a
</p>
<p>
You can run it directly as:
The easiest way to install the video-utilities is by running the following line in a terminal:
</p>
<pre class="code">sh -c &quot;$(curl -s -L http://git.io/tVUCkw)&quot;</pre>
@ -52,19 +51,20 @@ You can run it directly as:
<h2>Studio Setup</h2>
<p>
Please read the info in the previous section to familiarize yourself with the tools involved.
Please read the info in the previous section to familiarize yourself with the tools involved first.
Setting up a proper A/V post-production studio can be a complicated task. As much as we streamline and simply the <em>single machine</em> setup, the studio-setup is focused on modularity.
</p>
<p>
<em>TODO</em>
A
</p>
<ul>
<li>Synchronization ardour → video-display-box should be accomplished by external means jack-transport(netjack), MTC, LTC (<acronym title="Open Sound Control - &quot;postmodern MIDI&quot;">OSC</acronym> and/or ssh-pipe work but introduce additional latency + jitter)
</li>
</ul>
<ul>
<li>Ardour launches <code>XJREMOTE</code> (environment variable, default &#039;xjremote&#039; which comes with xjadeo also on OSX).
<li>Ardour launches <code>XJREMOTE</code> (environment variable, default &#039;xjremote&#039; which comes with xjadeo).
</li>
</ul>
<ul>