From 7398b7f25eeeac8f4eb6d1ce4547f4ea65b1c391 Mon Sep 17 00:00:00 2001 From: Reto Kromer Date: Fri, 27 Jul 2018 07:09:03 +0200 Subject: [PATCH 1/2] one empty line as separator --- index.html | 1 - 1 file changed, 1 deletion(-) diff --git a/index.html b/index.html index bac1f07..b32fba0 100644 --- a/index.html +++ b/index.html @@ -432,7 +432,6 @@ -

 

From c9660d3c7b5c28d35ac9f583fe4d152238dd961a Mon Sep 17 00:00:00 2001 From: Reto Kromer Date: Fri, 27 Jul 2018 11:18:23 +0200 Subject: [PATCH 2/2] fix title (Transcode to Ogg/Theora) --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index bac1f07..698d241 100644 --- a/index.html +++ b/index.html @@ -416,7 +416,7 @@
-

Transcode to H.265/HEVC

+

Transcode to Ogg/Theora

ffmpeg -i input_file -acodec libvorbis -b:v 690k output_file

This command takes an input file and transcodes it to Ogg/Theora in an .ogv wrapper with 690k video bitrate.

Note: FFmpeg must be installed with support for Ogg Theora. If you are using Homebrew, you can check with brew info ffmpeg and then update it with brew upgrade ffmpeg --with-theora --with-libvorbis if necessary.