Difference between revisions of "Oggenc"

From Hydrogenaudio Knowledgebase
Jump to: navigation, search
m
m (Added software infobox.)
Line 1: Line 1:
 
{{stub}}
 
{{stub}}
 +
{{DISPLAYTITLE:oggenc}}
 +
{{Software Infobox
 +
| name                = oggenc
 +
| logo                =
 +
| screenshot          =
 +
| caption              =
 +
| developer            = Xiph.Org Foundation
 +
| released            =
 +
| stable_release      = 2.88
 +
| stable_release_date  =
 +
| preview_release      =
 +
| preview_release_date =
 +
| preview_release_ref  =
 +
| operating_system    = Windows, Linux
 +
| use                  = Encoder
 +
| license              = LGPL
 +
| website              =
 +
}}
 +
'''oggenc''' is the official (Ogg) [[Vorbis]] encoder by the [[Xiph.Org Foundation]]. It is part of vorbis-tools.
  
'''Oggenc''' is the official (Ogg) [[Vorbis]] encoder by the [http://www.xiph.org/ Xiph.org Foundation]. Is is part of vorbis-tools.
+
'''oggenc2''' is an enhanced version of oggenc developed by John33. Features compression from [[lossless]] files ([[Monkey's Audio]], [[LPAC]], [[FLAC]], [[OptimFROG]], [[WavPack]] and [[Shorten]] - requires presence of decoders), and the ability to specify "padding" in the headers for subsequent insertion of [[tag]]s.
  
'''Oggenc2''' is an enhanced version of oggenc developed by John33. Features compression from lossless files (Monkeys Audio, LPAC, FLAC, OptimFROG, WavPack and Shorten - requires presence of decoders), and the ability to specify 'padding' in the headers for subsequent insertion of Tags.
+
BlackSword (of the [https://web.archive.org/web/20160408055651/http://homepage3.nifty.com/blacksword/index.htm Ogg Vorbis Acceleration Project]) has created a highly-optimized version of oggenc2 as part of his [[Lancer]] suite.
  
[http://www.rarewares.org/ogg.html Download here]
+
==Compatibility==
 +
Most of the time, oggenc may be replaced by oggenc2, as the latter recognizes the former's switches.
  
[[BlackSword]] (of the [http://homepage3.nifty.com/blacksword/ Ogg Vorbis Acceleration Project]) has created a highly-optimized version of Oggenc2 as part of his [[Lancer]] suite.
+
If the application that uses oggenc is hard-coded to find "oggenc.exe" (or its equivalent in *nix), you can simply rename "oggenc2.exe" to "oggenc.exe" and overwrite the original "oggenc.exe".
  
License:
+
==External links==
* GPL
+
* [https://github.com/xiph/vorbis-tools Xiph.Org Foundation vorbis-tools] at GitHub
 
+
* [https://www.rarewares.org/ogg-oggenc.php oggenc2] at RareWares
Supported systems:
+
* Windows
+
* Posix
+
 
+
== Compatibility ==
+
Most of the time, Oggenc may be replaced by Oggenc2, as the latter recognizes the former's switches.
+
 
+
If the application that uses Oggenc is hard-coded to find "oggenc.exe" (or its equivalent in *nix), you can simply rename "oggenc2.exe" to "oggenc.exe" and overwrite the original "oggenc.exe".
+
  
 
[[Category:Software]]
 
[[Category:Software]]
 
[[Category:Encoder/Decoder]]
 
[[Category:Encoder/Decoder]]

Revision as of 15:21, 30 November 2019


oggenc

Developer(s) Xiph.Org Foundation
Release information
Initial release
Stable release 2.88
Preview release
Compatibility
Operating system Windows, Linux
Additional information
Use Encoder
License LGPL
Website

oggenc is the official (Ogg) Vorbis encoder by the Xiph.Org Foundation. It is part of vorbis-tools.

oggenc2 is an enhanced version of oggenc developed by John33. Features compression from lossless files (Monkey's Audio, LPAC, FLAC, OptimFROG, WavPack and Shorten - requires presence of decoders), and the ability to specify "padding" in the headers for subsequent insertion of tags.

BlackSword (of the Ogg Vorbis Acceleration Project) has created a highly-optimized version of oggenc2 as part of his Lancer suite.

Compatibility

Most of the time, oggenc may be replaced by oggenc2, as the latter recognizes the former's switches.

If the application that uses oggenc is hard-coded to find "oggenc.exe" (or its equivalent in *nix), you can simply rename "oggenc2.exe" to "oggenc.exe" and overwrite the original "oggenc.exe".

External links