added some intro text

This commit is contained in:
ablwr 2014-09-04 11:45:08 -04:00
parent 004fca7db1
commit 83bc56779a
2 changed files with 13 additions and 8 deletions

View File

@ -5,8 +5,9 @@
</div>
<!-- form begins -->
<div class="row">
<div class="well">
<div class="well col-md-4 col-md-offset-1">
<fieldset>
<legend>What do you want to do?</legend>
<h4>Select from the following.</h4>
@ -34,6 +35,16 @@
</fieldset>
</div>
<div class="well col-md-6 col-md-offset-1">
<h3>Making ffmpeg easier</h3>
<p>FFmpeg is a pretty powerful framework for audio-visual materials. Unfortunately, it also has a steep learning curve. 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>
<!-- <p>For FFmpeg basics, here are some resources:</p>
<p>For bash and command line basics, here are some resources:</p> -->
</div>
</div> <!-- row -->
<div id="formloader">
<div class="display_info" style="display:none;">
<%= render "display_info" %>

View File

@ -21,13 +21,7 @@
<div class="container">
<%= yield %>
</div>
<div class="container">
<h3>Making ffmpeg easier</h3>
<p>FFmpeg is a pretty powerful framework for audio-visual materials. Unfortunately, it also has a steep learning curve. 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>
<!-- <p>For FFmpeg basics, here are some resources:</p>
<p>For bash and command line basics, here are some resources:</p> -->
</div>
</div>