Compare commits

...

10 Commits

Author SHA1 Message Date
Reto Kromer
dde92c2b4e Merge pull request #333 (one empty line as separator) 2018-07-27 15:08:23 +02:00
Reto Kromer
05eb182352 Merge pull request #334 (fix title) 2018-07-27 13:04:33 +02:00
Reto Kromer
c9660d3c7b fix title (Transcode to Ogg/Theora) 2018-07-27 11:18:23 +02:00
Reto Kromer
7398b7f25e one empty line as separator 2018-07-27 07:09:03 +02:00
Ashley
67b34592e4 Merge pull request #331 from mgiraldo/patch-1
added Ogg recipe
2018-07-26 21:44:03 -04:00
Mauricio Giraldo
04037bda1e added Ogg recipe 2018-07-26 16:03:46 -04:00
Ashley
dc633dfa8d Merge pull request #330 from amiaopensource/update_version_CoC
update version of CoC
2018-07-13 11:28:06 -04:00
Reto Kromer
1b890fd630 update version of CoC 2018-07-13 09:37:17 +02:00
Reto Kromer
0d12f57720 Merge pull request #328 (update maintainers) 2018-06-28 21:38:25 +02:00
Reto Kromer
0e2e90e72b update maintainers 2018-06-28 20:12:01 +02:00
3 changed files with 25 additions and 5 deletions

View File

@@ -43,8 +43,8 @@ incident.
This Code of Conduct is adapted from the [Contributor Covenant][homepage], This Code of Conduct is adapted from the [Contributor Covenant][homepage],
version 1.3.0, available at version 1.4.1, available at
[http://contributor-covenant.org/version/1/3/0/][version] [https://www.contributor-covenant.org/version/1/4/code-of-conduct.html][version]
[homepage]: http://contributor-covenant.org [homepage]: https://www.contributor-covenant.org/
[version]: http://contributor-covenant.org/version/1/3/0/ [version]: https://www.contributor-covenant.org/version/1/4/code-of-conduct.html

View File

@@ -412,6 +412,26 @@
</div> </div>
<!-- ends Transcode to H.265 --> <!-- ends Transcode to H.265 -->
<!-- Transcode to Ogg/Theora -->
<label class="recipe" for="transcode_ogg">Transcode to an Ogg Theora</label>
<input type="checkbox" id="transcode_ogg">
<div class="hiding">
<h3>Transcode to Ogg/Theora</h3>
<p><code>ffmpeg -i <i>input_file</i> -acodec libvorbis -b:v 690k <i>output_file</i></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><b>Note:</b> 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>
<dl>
<dt>ffmpeg</dt><dd>starts the command</dd>
<dt>-i <i>input file</i></dt><dd>path, name and extension of the input file</dd>
<dt>-acodec libvorbis</dt><dd>tells FFmpeg to encode the audio using libvorbis</dd>
<dt>-b:v 690k</dt><dd>specifies the 690k video bitrate</dd>
<dt><i>output file</i></dt><dd>path, name and extension of the output file (make sure to include the <code>.ogv</code> filename suffix)</dd>
</dl>
<p>This recipe is based on <a href="http://paulrouget.com/e/converttohtml5video">Paul Rouget's recipes</a>.</p>
<p class="link"></p>
</div>
<!-- ends Transcode to Ogg/Theora -->
<p>&nbsp;</p> <p>&nbsp;</p>
<!-- Here comes audio-only transcoding --> <!-- Here comes audio-only transcoding -->

View File

@@ -44,7 +44,7 @@ You can read our contributor code of conduct [here](https://github.com/amiaopens
## Maintainers ## Maintainers
[Ashley Blewer](https://github.com/ablwr), [Katherine Frances Nagels](https://github.com/kfrn), [Kieran O'Leary](https://github.com/kieranjol), [Reto Kromer](https://github.com/retokromer) and [Andrew Weaver](https://github.com/privatezero) [Ashley Blewer](https://github.com/ablwr), [Katherine Frances Nagels](https://github.com/kfrn), [Kieran O'Leary](https://github.com/kieranjol) and [Andrew Weaver](https://github.com/privatezero)
## Contributors ## Contributors
* Gathered using [octohatrack](https://github.com/LABHR/octohatrack) * Gathered using [octohatrack](https://github.com/LABHR/octohatrack)