From cf68a6341094dc07e939c1a29f0cc53d3b951dc0 Mon Sep 17 00:00:00 2001 From: Ashley Blewer Date: Fri, 27 Nov 2015 14:19:29 -0500 Subject: [PATCH] switches to font with weights and tries out dl/dt/dd structure --- css/css.css | 2 +- index.html | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/css/css.css b/css/css.css index 83fa97a..60254bd 100644 --- a/css/css.css +++ b/css/css.css @@ -10,7 +10,7 @@ h1 { div { /*font-family: 'Ubuntu', sans-serif;*/ - font-family: 'Sanchez', serif; + font-family: 'Merriweather', serif; color: white; } diff --git a/index.html b/index.html index b108dd5..591e43c 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,7 @@ - + @@ -619,14 +619,14 @@ outputfile.mpg: Specifies the name and location of your output file

Pad without specifying pad width, just put the input video in the middle of the output: pad=1920:1080:(ow-iw)/2:(oh-ih)/2

- +
+
ffmpeg
Calls the program ffmpeg
+
-i
for input video file and audio file
+
-c:v libx264
encodes video stream with libx264 (h264)
+
-pix_fmt yuv420p - creates YUV colorspace, progressive scan +
-filter:v
calls an option to apply a filter to the video stream. scale=1440:1080, pad=1920:1080:240:0": does the math! resizes the video frame then pads the area around the 4:3 aspect to complete 16:9.
+
-vf yadif
deinterlaces the file (optional)
+