Merge branch 'gh-pages' into patch-2

This commit is contained in:
Katherine Frances Nagels 2018-07-28 11:20:55 +12:00 committed by GitHub
commit e7b18b8fd4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -416,7 +416,7 @@
<label class="recipe" for="transcode_ogg">Transcode to an Ogg Theora</label>
<input type="checkbox" id="transcode_ogg">
<div class="hiding">
<h3>Transcode to H.265/HEVC</h3>
<h3>Transcode to Ogg/Theora</h3>
<p><code>ffmpeg -i <em>input_file</em> -acodec libvorbis -b:v 690k <em>output_file</em></code></p>
<p>This command takes an input file and transcodes it to Ogg/Theora in an .ogv wrapper with 690k video bitrate.</p>
<p><strong>Note:</strong> FFmpeg must be installed with support for Ogg Theora. If you are using Homebrew, you can check with <code>brew info ffmpeg</code> and then update it with <code>brew upgrade ffmpeg --with-theora --with-libvorbis</code> if necessary.</p>
@ -432,7 +432,6 @@
</div>
<!-- ends Transcode to Ogg/Theora -->
<p>&nbsp;</p>
<!-- Here comes audio-only transcoding -->