Merge pull request #252 from amiaopensource/shorten-button-names

shortens button names
This commit is contained in:
Ashley 2017-10-13 13:55:46 -04:00 committed by GitHub
commit 4ccf83b953

View File

@ -24,12 +24,12 @@
<p class="link"></p>
<p class="select-from">Click one of the following categories to see commands of that type:</p>
<a href="#about"><button type="button" class="btn contents-list">About this resource</button></a>
<a href="#basics"><button type="button" class="btn contents-list">Learn about FFmpeg basics</button></a>
<a href="#concepts"><button type="button" class="btn contents-list">Learn about more advanced FFmpeg concepts</button></a>
<a href="#basics"><button type="button" class="btn contents-list">FFmpeg basics</button></a>
<a href="#concepts"><button type="button" class="btn contents-list">Advanced FFmpeg concepts</button></a>
<a href="#rewrap"><button type="button" class="btn contents-list">Change container (rewrap)</button></a>
<a href="#transcode"><button type="button" class="btn contents-list">Change codec (transcode)</button></a>
<a href="#properties"><button type="button" class="btn contents-list">Change video properties</button></a>
<a href="#join-trim"><button type="button" class="btn contents-list">Join videos, or trim/create an excerpt from a video</button></a>
<a href="#join-trim"><button type="button" class="btn contents-list">Join/trim/create an excerpt</button></a>
<a href="#interlacing"><button type="button" class="btn contents-list">Work with interlaced video</button></a>
<a href="#filters-scopes"><button type="button" class="btn contents-list">Use filters or scopes</button></a>
<a href="#metadata"><button type="button" class="btn contents-list">View or strip metadata</button></a>
@ -1856,7 +1856,7 @@ ffmpeg -i $file -map 0 -c copy $output
<!-- ends Combine audio tracks -->
<!-- append notice to access mp3 -->
<span data-toggle="collapse" data-target="#append_mp3"><button type="button" class="btn btn-default" data-toggle="tooltip" data-placement="bottom" title="Generate two access MP3s from input. One with added audio (such as a copyright notice) and one unmodified.">Create access MP3 (+ access MP3 with copyright notice)</button></span>
<span data-toggle="collapse" data-target="#append_mp3"><button type="button" class="btn btn-default" data-toggle="tooltip" data-placement="bottom" title="Generate two access MP3s from input. One with added audio (such as a copyright notice) and one unmodified.">Create access MP3</button></span>
<div id="append_mp3" class="collapse" tabindex="-1" role="dialog">
<h3>Generate two access MP3s from input. One with appended audio (such as a copyright notice) and one unmodified.</h3>
<p class="link"></p>