mirror of
https://github.com/amiaopensource/ffmprovisr.git
synced 2024-11-06 13:37:24 +01:00
Merge branch 'gh-pages' into patch-2
This commit is contained in:
commit
e7b18b8fd4
@ -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> </p>
|
||||
<!-- Here comes audio-only transcoding -->
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user