OggOpusImplementation: Difference between revisions

From XiphWiki
Jump to navigation Jump to search
(→‎Chrome: refer to chrome as widely distributed, even though M33 is still in beta.)
(Add Youki3 to OPUS supporting applications)
Line 123: Line 123:
* http://git.rockbox.org/?p=rockbox.git
* http://git.rockbox.org/?p=rockbox.git
* http://gerrit.rockbox.org/r/#/c/300/
* http://gerrit.rockbox.org/r/#/c/300/
=== Youki3 ===
Youki3 is a media player for the Android mobile operating system. It provides OPUS metadata reading support via TagLib [(c) Scott Wheeler; ported to Android] and playback via LibVLC [also see the VLC section above please; (C) VideoLAN developers].
It is currently in a closed beta, however you may get access by joining the Youki3 BETA-Test Google+ community, and then installing it from the Google Play Store
* https://plus.google.com/communities/102114949476184273984
The app source is currently closed, however since it utilizes LibVLC for playback, the respective source is open.

Revision as of 07:42, 22 February 2014

Implementation Status

Implementation status of the Ogg Opus draft. This draft describes encapsulation of Opus audio in the Ogg container to make .opus files and streams.

What follows is a brief summary of major implementations of the draft, and their status. This is intended to help understand the status of each portion of the draft, per RFC 6982.

opus-tools

The initial development implementation of this draft was in the opusenc, opusdec, and opusinfo command-line utilities, part of the opus-tools package and repository. While still 'development' status (pre-1.0) these utilities are in active public use, and have shipped with Linux distributions as well as homebrew and MacPorts for OS X. Together they implement basic read, write and playback support of Ogg Opus files including metadata, multichannel, start and end trimming, the gain field, live streams, and chained files, but currently do not support seeking.

This implementation is open source.

opusfile

The opusfile library is a separate implementation of this draft as a helper library for demuxing and decoding. Like opus-tools, it supports metadata, multichannel, start and end trimming, the gain field, live streams, and chained files. Its primary focus is efficient seeking, including over HTTP(S) and in chained streams. It currently does not create Ogg Opus files. This library is in early development and is not widely deployed, though several projects are currently using it, including xmms2, taglib, and cmus, and it is shipped in some Linux distributions and in homebrew.

This implementation is open source.

Firefox

The Firefox web browser is a widely deployed implementation of this draft. Basic playback support with the HTML5 <audio> element, including start and end trimming, the gain field, live streams, multiplexing with other streams (for, e.g., the <video> tag), and seeking, was added in Firefox 15, in production release starting August 28, 2012. Multichannel support was added in Firefox 17, in production release starting November 20, 2012. Metadata support was added in Firefox 18, in production release starting January 8, 2013. Chained file support (as streams only, with seeking disabled) was added in Firefox 20, in production release starting April 2, 2013. Encoding support was added in Firefox 26, in production release starting December 10, 2013.

This implementation is open source.

Chrome

Google Chrome is a widely distributed implementation of this draft. It added support for this draft with the HTML5 <audio> element in M25 and enabled it by default in M33 for stable release in early 2014. This implementation currently does not support end trimming, the gain tag, or chained files. Prior to M33 support required passing --enable-opus-playback on the command line when invoking the executable.

This implementation is based on open source code in Chromium, Blink, and FFmpeg.

GStreamer

The GStreamer media framework includes an implementation of this draft. It supports metadata, multichannel, start and end trimming, the gain field, live streams, chained files, multiplexing with other streams (e.g., video), and seeking. Support was first added in early 2011, and is part of the 0.11 and 1.0.x releases. The code implementing this draft is in the gst-plugins-bad collection, which generally indicates unsupported and/or experimental code, despite its release status.

This implementation is open source.

FFmpeg

The popular media framework and conversion tool FFmpeg implements this draft. It supports encoding and decoding, multiplexing and demultiplexing with other streams, metadata, multichannel, start and end trimming, the gain field, live streams, and seeking.

This implementation is open source.

libav

The development repository for libav implements this draft, similar to FFmpeg.

This implementation is open source.

VLC

VLC is another widely deployed implementation of demuxing, decoding, and playback support for this draft. It supports metadata, multichannel, start and end trimming, the gain field, live streams, seeking, chained files (though seeking does not work correctly with chained files), and multiplexing with other streams (e.g., video). Opus support was added in version 2.0.4, released on October 18, 2012.

This implementation is open source.

foobar2000

A popular Windows application, foobar2000 implements read, write, and playback support for this draft. It supports metadata, multichannel, start and end trimming, the gain field, live streams, chained files, and seeking. Opus support was added in version 1.1.14, released on August 17, 2012. Encoding support is implemented using opusenc from opus-tools.

This implementation is closed source.

Rockbox

Rockbox is an established alternative firmware for portable music players (typically small, embedded devices) that implements demuxing, decoding, and playback support for this draft starting with version 3.13 released March 5, 2013. It supports metadata, start and end trimming, the gain field, and seeking. It does not currently support multichannel or chained files.

This implementation is open source.

Youki3

Youki3 is a media player for the Android mobile operating system. It provides OPUS metadata reading support via TagLib [(c) Scott Wheeler; ported to Android] and playback via LibVLC [also see the VLC section above please; (C) VideoLAN developers].

It is currently in a closed beta, however you may get access by joining the Youki3 BETA-Test Google+ community, and then installing it from the Google Play Store

The app source is currently closed, however since it utilizes LibVLC for playback, the respective source is open.