Oggenc: Difference between revisions
mNo edit summary |
Beardgoggles (talk | contribs) 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. | |||
''' | '''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. | ||
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. | |||
==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== | |||
* [https://github.com/xiph/vorbis-tools Xiph.Org Foundation vorbis-tools] at GitHub | |||
* [https://www.rarewares.org/ogg-oggenc.php oggenc2] at RareWares | |||
== | |||
[[Category:Software]] | [[Category:Software]] | ||
[[Category:Encoder/Decoder]] | [[Category:Encoder/Decoder]] |
Revision as of 15:21, 30 November 2019
This article is a stub. You can help the Hydrogenaudio Knowledgebase by expanding it.
Developer(s) | Xiph.Org Foundation |
Release information | |
---|---|
Stable release | 2.88 |
Compatibility | |
Operating system | Windows, Linux |
Additional information | |
Use | Encoder |
License | LGPL |
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
- Xiph.Org Foundation vorbis-tools at GitHub
- oggenc2 at RareWares