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