From 83bc56779a4176ecf50c47cde5d88d1e98a86391 Mon Sep 17 00:00:00 2001 From: ablwr Date: Thu, 4 Sep 2014 11:45:08 -0400 Subject: [PATCH] added some intro text --- app/views/forms/index.html.erb | 13 ++++++++++++- app/views/layouts/application.html.erb | 8 +------- 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/app/views/forms/index.html.erb b/app/views/forms/index.html.erb index 2eacdc9..30ae9b2 100644 --- a/app/views/forms/index.html.erb +++ b/app/views/forms/index.html.erb @@ -5,8 +5,9 @@ +
-
+
What do you want to do?

Select from the following.

@@ -34,6 +35,16 @@
+
+ +

Making ffmpeg easier

+

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.

+

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.

+ +
+ +