From c9660d3c7b5c28d35ac9f583fe4d152238dd961a Mon Sep 17 00:00:00 2001 From: Reto Kromer Date: Fri, 27 Jul 2018 11:18:23 +0200 Subject: [PATCH] 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.