From c31dd57436c1c25d13f0f00b6eab5068593b7e91 Mon Sep 17 00:00:00 2001 From: ablwr Date: Sat, 21 Mar 2015 00:15:06 -0400 Subject: [PATCH] a chill scroll --- css/css.css | 6 ++++++ index.html | 9 ++++----- js/forms.js | 15 ++++----------- 3 files changed, 14 insertions(+), 16 deletions(-) diff --git a/css/css.css b/css/css.css index 73c2e78..6f3b401 100644 --- a/css/css.css +++ b/css/css.css @@ -2,6 +2,12 @@ h1,h2,h3,h4,h5,h6 { font-family: 'Montserrat', sans-serif; } +h1 { + letter-spacing:8px; + font-size:86px; + line-height:120px; +} + div { /*font-family: 'Ubuntu', sans-serif;*/ font-family: 'Sanchez', serif; diff --git a/index.html b/index.html index e3ac64a..ea75b5a 100644 --- a/index.html +++ b/index.html @@ -27,16 +27,16 @@
-
+

-

Making FFmpeg easier

+
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

-
+

What do you want to do?

Select from the following.
@@ -56,7 +56,6 @@
-