diff --git a/index.html b/index.html index 2e60056..8e77f55 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

@@ -328,7 +328,7 @@ - +