From 63ed772e5c0c043692b4dc48add7bd556f5083ba Mon Sep 17 00:00:00 2001 From: Jonathan Farbowitz Date: Wed, 18 Nov 2015 19:30:11 -0500 Subject: [PATCH] Adjusted intro text and concatenate description --- index.html | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/index.html b/index.html index 8f3b140..0b749fb 100644 --- a/index.html +++ b/index.html @@ -29,11 +29,11 @@

-
Making FFmpeg easier
-

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.

-

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.

-

For FFmpeg basics, check out their official website.

-

For bash and command line basics, try the Command Line Crash Course

+
Making FFmpeg Easier
+

FFmpeg is a powerful tool for manipulating audiovisual files. Unfortunately, it also has a steep learning curve, especially for users unfamiliar with a command line interface. This app helps users through the command generation process so that more people can reap the benefits of the FFmpeg.

+

This project is very much a work in progress. Each button displays helpful information about how to perform a wide variety of tasks using FFmpeg. To use this site, click on the task you would like to perform. A new window will open up with a sample command and a description of how that command works. You can copy this command, and after specifying an [input] and possibly an [output], you can then use this command in a Terminal.

+

For FFmpeg basics, check out the program's official website.

+

For Bash and command line basics, try the Command Line Crash Course

@@ -246,7 +246,7 @@ - +