This commit is contained in:
ablwr 2015-03-20 23:36:31 -04:00
parent 1d180b5378
commit 6a476d89b9

View File

@ -41,15 +41,15 @@
<h5>Select from the following.</h5>
<span id="show_display_info"><button type="button" class="btn btn-default" data-toggle="tooltip" data-placement="bottom" title="Displays information about a media file">Display Info</button></span>
<span id="show_add_subtitles"><button type="button" class="btn btn-default">Add subtitles track</button></span>
<span id="show_add_subtitles"><button type="button" class="btn btn-default" data-toggle="tooltip" data-placement="bottom" title="Attaches a subtitle track to a media file">Add subtitles</button></span>
<span id="show_remove_audio_track"><button type="button" class="btn btn-default">Remove audio track</button></span>
<span id="show_remove_audio_track"><button type="button" class="btn btn-default" data-toggle="tooltip" data-placement="bottom" title="Removes the audio track from a media file">Remove audio</button></span>
<span id="show_add_audio_track"><button type="button" class="btn btn-default">Add audio track (replace)</button></span>
<span id="show_add_audio_track"><button type="button" class="btn btn-default" data-toggle="tooltip" data-placement="bottom" title="Adds (replaces) a video file's audio track">Add audio track</button></span>
<span id="show_webm_for_web"><button type="button" class="btn btn-default">Export to webm for web</button></span>
<span id="show_webm_for_web"><button type="button" class="btn btn-default" data-toggle="tooltip" data-placement="bottom" title="Export to compressed webm file for web use">Export to webm for web</button></span>
<span id="show_h264_for_web"><button type="button" class="btn btn-default">Export to h264 for web</button></span>
<span id="show_h264_for_web"><button type="button" class="btn btn-default" data-toggle="tooltip" data-placement="bottom" title="Export to compressed h264 file for web use">Export to h264 for web</button></span>
</div>