#ogg #vorbis #opus #theora #speex

ogg_metadata

Metadata parser for various Ogg codecs

5 releases (3 breaking)

Uses old Rust 2015

0.4.1 May 30, 2017
0.4.0 Jan 6, 2017
0.3.0 Aug 27, 2016
0.2.0 Jul 31, 2016
0.1.0 Jul 30, 2016

#4 in #ogg-vorbis

Download history 22/week @ 2023-01-16 66/week @ 2023-01-23 88/week @ 2023-01-30 27/week @ 2023-02-06 62/week @ 2023-02-13 158/week @ 2023-02-20 27/week @ 2023-02-27 58/week @ 2023-03-06 41/week @ 2023-03-13 38/week @ 2023-03-20 28/week @ 2023-03-27 26/week @ 2023-04-03 25/week @ 2023-04-10 21/week @ 2023-04-17 38/week @ 2023-04-24 56/week @ 2023-05-01

153 downloads per month
Used in 6 crates (5 directly)

MIT/Apache

19KB
362 lines

ogg-metadata

Provides utilities to read metadata information for various media formats that use the Ogg container.

Documentation.

Supported formats:

  • Vorbis (Detection, Metadata)
  • Opus (Detection, Metadata)
  • Theora (Detection, Metadata)
  • Speex (Detection)

License

Licensed under Apache 2 or MIT (at your option). For details, see the LICENSE file.


lib.rs:

Metadata parser library for various Ogg formats.

Supported formats:

  • Vorbis (Detect, Metadata)
  • Opus (Detect, Metadata)
  • Theora (Detect, Metadata)
  • Speex (Detect)

Support will be extended in the future, especially for the Theora codec.

Dependencies

~195KB