replaced img with Figure

This commit is contained in:
Ed Ward 2019-01-15 10:09:21 +01:00
parent 649aea9ef9
commit ddd953cf80

View File

@ -36,7 +36,7 @@
for changing a film soundtrack from one frame rate to another. The concept is for changing a film soundtrack from one frame rate to another. The concept is
beyond the scope of this manual, but Wikipedia's entry on beyond the scope of this manual, but Wikipedia's entry on
<a href="http://en.wikipedia.org/wiki/Telecine">Telecine</a> <a href="http://en.wikipedia.org/wiki/Telecine">Telecine</a>
may get you started. may be a good start.
</p> </p>
<h2>Ardour Timecode Generator Configuration</h2> <h2>Ardour Timecode Generator Configuration</h2>
@ -182,7 +182,7 @@
</p> </p>
<p> <p>
The checkbox <kbd class="option">External timecode is sync locked</kbd> The checkbox <kbd class="option">External timecode is sync locked</kbd>
allows to select the behavior according to your setup. When enabled, it allows to select the behavior according to the setup. When enabled, it
indicates that the selected external timecode source shares sync (Black indicates that the selected external timecode source shares sync (Black
&amp; Burst, Wordclock, etc) with the audio interface. &amp; Burst, Wordclock, etc) with the audio interface.
</p> </p>
@ -193,7 +193,7 @@
</p> </p>
<p class="note"> <p class="note">
Note that vari-speed is unavailable when recording in Ardour, and all Note that vari-speed is unavailable when recording in Ardour, and all
tracking happens at speed 1.0. So if you want to record in sync with tracking happens at speed 1.0. So in order to record in sync with
external timecode it must be sample-locked or it will drift over time. external timecode it must be sample-locked or it will drift over time.
</p> </p>
@ -229,8 +229,12 @@
the video Frame boundaries. the video Frame boundaries.
</p> </p>
<img src="/images/ltc-transport-alignment.png" title="LTC frame alignment" alt="LTC frame alignment"/> <figure class="center">
<p><em>Figure: LTC frame alignment for the 525/60 TV standard</em></p> <img src="/images/ltc-transport-alignment.png" alt="LTC frame alignment"/>
<figcaption>
LTC frame alignment for the 525/60 TV standard
</figcaption>
</figure>
<p> <p>
Ardour supports vari-speed and backwards playback but will only follow Ardour supports vari-speed and backwards playback but will only follow
@ -286,4 +290,3 @@
<kbd class="option">Session &gt; Properties &gt; JACK Time Master</kbd> <kbd class="option">Session &gt; Properties &gt; JACK Time Master</kbd>
configures Ardour to act as translator from timecode to BBT information. configures Ardour to act as translator from timecode to BBT information.
</p> </p>