diff --git a/css/css.css b/css/css.css index 31b5028..6b71de8 100644 --- a/css/css.css +++ b/css/css.css @@ -1,5 +1,10 @@ html, body { font-size: 16px; + line-height: 1.5; + color: #888888; + background-color: #060606; + margin: 0; + word-break: break-word; } .grid { @@ -121,7 +126,22 @@ div { color: white; } +button { + font: inherit; + font-family: inherit; + color: inherit; +} + .btn { + border: 1px solid transparent; + background-color: #424242; + font-size: 1em; + line-height: 1.5em; + white-space: normal; + cursor: pointer; + padding: 8px 12px; + border-radius: 4px; + padding-left: 2.5em; margin: 8px; display: inline-block; vertical-align: middle; @@ -132,7 +152,6 @@ div { backface-visibility: hidden; -moz-osx-font-smoothing: grayscale; position: relative; - padding-left: 2.5em; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; } diff --git a/index.html b/index.html index 24b6395..ac83130 100644 --- a/index.html +++ b/index.html @@ -71,7 +71,7 @@ - +

Basic structure of an FFmpeg command

@@ -97,7 +97,7 @@

Learn about more advanced FFmpeg concepts

- +

Filtergraphs

@@ -130,7 +130,7 @@

Change container (rewrap)

- +

Rewrap a file

@@ -153,7 +153,7 @@ - +

MKV to MP4

@@ -178,7 +178,7 @@

Change codec (transcode)

- +

Transcode into a deinterlaced Apple ProRes LT

@@ -209,7 +209,7 @@ - +

Transcode to H.264

@@ -236,7 +236,7 @@ - +

H.264 from DCP

@@ -262,7 +262,7 @@ - +

Create FFV1 Version 3 video in a Matroska container with framemd5 of input

@@ -288,7 +288,7 @@ - +

Convert DVD to H.264

@@ -320,7 +320,7 @@ - +

Transcode to H.265/HEVC

@@ -350,7 +350,7 @@ - +

WAV to MP3

@@ -375,7 +375,7 @@ - +

WAV to AAC/MP4

@@ -399,7 +399,7 @@

Change video properties

- +

Transform 4:3 aspect ratio into 16:9 with pillarbox

@@ -417,7 +417,7 @@ - +

Transform 16:9 aspect ratio video into 4:3 with letterbox

@@ -436,7 +436,7 @@ - +

Transform SD into HD with pillarbox

@@ -459,7 +459,7 @@ - +

Change Display Aspect Ratio without reencoding video

@@ -475,7 +475,7 @@ - +

Transcode video to a different colourspace

@@ -528,7 +528,7 @@ - +

Modify image and sound speed

@@ -551,7 +551,7 @@ - +

Set stream properties

@@ -591,7 +591,7 @@

Join, trim, or excerpt a video

- +

Join files together

@@ -617,7 +617,7 @@ e.g.: ffmpeg -f concat -safe 0 -i mylist.txt -c copy output_file - +

Split file into segments

@@ -647,7 +647,7 @@ e.g.: ffmpeg -f concat -safe 0 -i mylist.txt -c copy output_file - +

Trim a video without re-encoding

@@ -673,7 +673,7 @@ e.g.: ffmpeg -f concat -safe 0 -i mylist.txt -c copy output_file - +

Excerpt from beginning

@@ -691,7 +691,7 @@ e.g.: ffmpeg -f concat -safe 0 -i mylist.txt -c copy output_file - +

Excerpt to end

@@ -709,7 +709,7 @@ e.g.: ffmpeg -f concat -safe 0 -i mylist.txt -c copy output_file - +

Excerpt from end

@@ -731,7 +731,7 @@ e.g.: ffmpeg -f concat -safe 0 -i mylist.txt -c copy output_fileWork with interlaced video - +

Upscaled, Pillar-boxed HD H.264 Access Files from SD NTSC source

@@ -754,7 +754,7 @@ e.g.: ffmpeg -f concat -safe 0 -i mylist.txt -c copy output_file - +

Deinterlace a video

@@ -788,7 +788,7 @@ e.g.: ffmpeg -f concat -safe 0 -i mylist.txt -c copy output_file - +

Inverse telecine a video file

@@ -818,7 +818,7 @@ e.g.: ffmpeg -f concat -safe 0 -i mylist.txt -c copy output_file - +

Change field order of an interlaced video

@@ -834,7 +834,7 @@ e.g.: ffmpeg -f concat -safe 0 -i mylist.txt -c copy output_file - +

Check video file interlacement patterns

@@ -854,7 +854,7 @@ e.g.: ffmpeg -f concat -safe 0 -i mylist.txt -c copy output_fileUse filters or scopes - +

Creates a visualization of the bits in an audio stream

@@ -876,7 +876,7 @@ e.g.: ffmpeg -f concat -safe 0 -i mylist.txt -c copy output_file - +

Plays a graphical output showing decibel levels of an input file

@@ -904,7 +904,7 @@ e.g.: ffmpeg -f concat -safe 0 -i mylist.txt -c copy output_file - +

Shows all pixels outside of broadcast range

@@ -928,7 +928,7 @@ e.g.: ffmpeg -f concat -safe 0 -i mylist.txt -c copy output_file - +

Plays vectorscope of video

@@ -949,7 +949,7 @@ e.g.: ffmpeg -f concat -safe 0 -i mylist.txt -c copy output_file - +

This will play two input videos side by side while also applying the temporal difference filter to them

@@ -982,7 +982,7 @@ e.g.: ffmpeg -f concat -safe 0 -i mylist.txt -c copy output_fileView or strip metadata - +

Pull specs from video file

@@ -1001,7 +1001,7 @@ e.g.: ffmpeg -f concat -safe 0 -i mylist.txt -c copy output_file - +

Strips metadata from video file

@@ -1022,7 +1022,7 @@ e.g.: ffmpeg -f concat -safe 0 -i mylist.txt -c copy output_fileGenerate image files from a video - +

One thumbnail

@@ -1039,7 +1039,7 @@ e.g.: ffmpeg -f concat -safe 0 -i mylist.txt -c copy output_file - +

Many thumbnails

@@ -1060,7 +1060,7 @@ e.g.: ffmpeg -f concat -safe 0 -i mylist.txt -c copy output_fileCreate an animated GIF - +

Images to GIF

@@ -1080,7 +1080,7 @@ e.g.: ffmpeg -f concat -safe 0 -i mylist.txt -c copy output_file - +

Create GIF

@@ -1116,7 +1116,7 @@ e.g.: ffmpeg -f concat -safe 0 -i mylist.txt -c copy output_fileCreate a video from images - +

Transcode an image sequence into uncompressed 10-bit video

@@ -1134,7 +1134,7 @@ e.g.: ffmpeg -f concat -safe 0 -i mylist.txt -c copy output_file - +

Create a video from an image and audio file.

@@ -1159,7 +1159,7 @@ e.g.: ffmpeg -f concat -safe 0 -i mylist.txt -c copy output_fileOverlay timecode or text - +

Create centered, transparent text watermark

@@ -1184,7 +1184,7 @@ e.g.: ffmpeg -f concat -safe 0 -i mylist.txt -c copy output_file - +

Overlay image watermark on video

@@ -1200,7 +1200,7 @@ e.g.: ffmpeg -f concat -safe 0 -i mylist.txt -c copy output_file - +

Create a burnt in timecode on your image

@@ -1230,7 +1230,7 @@ e.g.: ffmpeg -f concat -safe 0 -i mylist.txt -c copy output_fileNormalize/equalize audio - +

Flip audio phase shift

@@ -1248,7 +1248,7 @@ e.g.: ffmpeg -f concat -safe 0 -i mylist.txt -c copy output_file - +

Calculate Loudness Levels

@@ -1267,7 +1267,7 @@ e.g.: ffmpeg -f concat -safe 0 -i mylist.txt -c copy output_file - +

RIAA Equalization

@@ -1283,7 +1283,7 @@ e.g.: ffmpeg -f concat -safe 0 -i mylist.txt -c copy output_file - +

One Pass Loudness Normalization

@@ -1302,7 +1302,7 @@ e.g.: ffmpeg -f concat -safe 0 -i mylist.txt -c copy output_file - +

Two Pass Loudness Normalization

@@ -1331,7 +1331,7 @@ e.g.: ffmpeg -f concat -safe 0 -i mylist.txt -c copy output_filePreservation tasks - +

Create Bash script to batch process with FFmpeg

@@ -1360,7 +1360,7 @@ e.g.: ffmpeg -f concat -safe 0 -i mylist.txt -c copy output_file - +

Create PowerShell script to batch process with FFmpeg

@@ -1393,7 +1393,7 @@ ffmpeg -i $file -map 0 -c copy $output - +

Create MD5 checksums (video frames)

@@ -1411,7 +1411,7 @@ ffmpeg -i $file -map 0 -c copy $output - +

Create MD5 checksums (audio samples)

@@ -1436,7 +1436,7 @@ ffmpeg -i $file -map 0 -c copy $output - +

Creates a QCTools report

@@ -1460,7 +1460,7 @@ ffmpeg -i $file -map 0 -c copy $output - +

Creates a QCTools report

@@ -1484,7 +1484,7 @@ ffmpeg -i $file -map 0 -c copy $output - +

Check FFV1 Version 3 fixity

@@ -1502,7 +1502,7 @@ ffmpeg -i $file -map 0 -c copy $output - +

Read/Extract EIA-608 (Line 21) closed captioning

@@ -1530,7 +1530,7 @@ ffmpeg -i $file -map 0 -c copy $output

Generate test files

- +

Makes a mandelbrot test pattern video

@@ -1547,7 +1547,7 @@ ffmpeg -i $file -map 0 -c copy $output - +

Makes a SMPTE bars test pattern video

@@ -1564,7 +1564,7 @@ ffmpeg -i $file -map 0 -c copy $output - +

Make a test pattern video

@@ -1582,7 +1582,7 @@ ffmpeg -i $file -map 0 -c copy $output - +

Play HD SMPTE bars

@@ -1597,7 +1597,7 @@ ffmpeg -i $file -map 0 -c copy $output - +

Play VGA SMPTE bars

@@ -1612,7 +1612,7 @@ ffmpeg -i $file -map 0 -c copy $output - +

Sine wave

@@ -1629,7 +1629,7 @@ ffmpeg -i $file -map 0 -c copy $output - +

SMPTE bars + Sine wave audio

@@ -1650,7 +1650,7 @@ ffmpeg -i $file -map 0 -c copy $output - +

Makes a broken test file

@@ -1671,7 +1671,7 @@ ffmpeg -i $file -map 0 -c copy $output

Repair

- +

Fix AV Sync: Resample audio

@@ -1692,7 +1692,7 @@ ffmpeg -i $file -map 0 -c copy $output

Use OCR

- +

Plays video with OCR on top

@@ -1715,7 +1715,7 @@ ffmpeg -i $file -map 0 -c copy $output - +

Exports OCR data to screen

@@ -1736,7 +1736,7 @@ ffmpeg -i $file -map 0 -c copy $output

Compare perceptual similarity of videos

- +

Compare two video files for content similarity using perceptual hashing

@@ -1753,7 +1753,7 @@ ffmpeg -i $file -map 0 -c copy $output - +

Generate a perceptual hash for an input video file

@@ -1773,7 +1773,7 @@ ffmpeg -i $file -map 0 -c copy $output

Other

- +

Play an image sequence

@@ -1794,7 +1794,7 @@ ffmpeg -i $file -map 0 -c copy $output - +

Split audio and video tracks

@@ -1812,7 +1812,7 @@ ffmpeg -i $file -map 0 -c copy $output - +

Extract audio from an AV file

@@ -1829,7 +1829,7 @@ ffmpeg -i $file -map 0 -c copy $output - +

Combine audio tracks into one in a video file

@@ -1852,7 +1852,7 @@ ffmpeg -i $file -map 0 -c copy $output - +

Generate two access MP3s from input. One with appended audio (such as a copyright notice) and one unmodified.

@@ -1877,7 +1877,7 @@ ffmpeg -i $file -map 0 -c copy $output - +

Flip the video image horizontally and/or vertically

@@ -1894,7 +1894,7 @@ ffmpeg -i $file -map 0 -c copy $output - +

Create ISO files for DVD access

@@ -1912,7 +1912,7 @@ ffmpeg -i $file -map 0 -c copy $output - +

Exports CSV for scene detection using YDIF

@@ -1932,7 +1932,7 @@ ffmpeg -i $file -map 0 -c copy $output - +

Cover head switching noise

@@ -1956,7 +1956,7 @@ ffmpeg -i $file -map 0 -c copy $output - +

Record and live-stream simultaneously

@@ -1996,7 +1996,7 @@ ffmpeg -i $file -map 0 -c copy $output - +

View information about a specific decoder, encoder, demuxer, muxer, or filter

@@ -2022,7 +2022,7 @@ ffmpeg -i $file -map 0 -c copy $output
-