From 4cce7a674f08603ea79a54d145f9eb86f17a207c Mon Sep 17 00:00:00 2001 From: Jonathan Farbowitz Date: Wed, 18 Nov 2015 19:48:02 -0500 Subject: [PATCH] took out "the" --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 768e7f7..512b92a 100644 --- a/index.html +++ b/index.html @@ -30,7 +30,7 @@

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.

+

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 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