This commit is contained in:
ablwr 2015-03-20 22:10:59 -04:00
parent ca8c4a6d10
commit 65e1009e37

View File

@ -25,7 +25,7 @@
<!-- BUTTONS! -->
<div class="row">
<div class="well col-md-4 col-md-offset-1">
<div class="well col-md-5 col-md-offset-0">
<br>
<h4>What do you want to do?</h4>
<h6>Select from the following.</h6>
@ -43,7 +43,7 @@
<span id="show_h264_for_web"><button type="button" class="btn btn-default">Export to h264 for web</button></span>
</div>
<div class="well col-md-6 col-md-offset-1">
<div class="well col-md-5 col-md-offset-1">
<h3>Making ffmpeg easier</h3>
<p>FFmpeg is a powerful framework for manipulating audiovisual files. Unfortunately, it also has a steep learning curve, especially for users unfamiliar with the command line. This app helps users through the bash command generation process so that more people can reap the benefits of the ffmpeg library. </p>
<p>This project is very much a work in progress. Each button displays a form to help fulfill a popular user request. To use, click on the button and fill out the form. After clicking the Generate button, a command line will appear in the box below. That line can be copied and pasted into a Terminal, with the assumption that the video file is located in the same directory that the user currently is in.</p>