Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

Vorbis

From Wikipedia, the free encyclopedia
(Redirected fromOgg Vorbis)
Royalty-free lossy audio encoding format

Not to be confused withVobis.
Vorbis
Filename extension
.ogg[1]
Internet media type
application/ogg, audio/ogg, audio/vorbis, audio/vorbis-config
Developed byXiph.Org Foundation
Initial releaseMay 8, 2000 (2000-05-08)[2][3]
Latest release
Vorbis I
July 4, 2020 (2020-07-04)[4]
Type of formatLossyaudio
Contained byOgg,Matroska,WebM
StandardSpecification
Open format?Yes[5]
Free format?Yes[6]
Websitexiph.org/vorbis/Edit this at Wikidata
libvorbis
Screenshot ofogginfo showing information of an .ogg file
DeveloperXiph.Org Foundation
Initial releaseJuly 19, 2002 (2002-07-19)
Stable release
1.3.7[7] Edit this on Wikidata / July 4, 2020; 5 years ago (July 4, 2020)
Repository
Written inC
TypeAudio codec,reference implementation
License3-clause BSD license[8][9]
WebsiteXiph.org downloads

Vorbis is afree and open-source software project headed by theXiph.Org Foundation. The project produces anaudio coding format and software reference encoder/decoder (codec) forlossyaudio compression,libvorbis.[10] Vorbis is most commonly used in conjunction with theOggcontainer format[11] and it is therefore often referred to asOgg Vorbis.

Version 1.0 of Vorbis was released in May 2000.[2] Since 2013, the Xiph.Org Foundation has stated that the use of Vorbis should be deprecated in favor of theOpus codec, an improved and more efficient format that has also been developed by Xiph.Org.[12]

Name

[edit]

Vorbis is named after the character ExquisitorVorbis in theDiscworld novelSmall Gods byTerry Pratchett. TheOgg format is named afterogging,jargon from the computer gameNetrek.[13]

Development

[edit]

Vorbis is a continuation of audio compression development started in 1993 byChris Montgomery.[14][13] Intensive development began following a September 1998 letter from theFraunhofer Society announcing plans to charge licensing fees for theMP3 audio format.[15][16] The Vorbis project started as part of the Xiphophorus company's Ogg project (also known as OggSquish multimedia project).[17][18] Chris Montgomery began work on the project and was assisted by a growing number of other developers. They continued refining thesource code until the Vorbis file format was frozen for 1.0 in May 2000.[2][3][19] Originally licensed asLGPL, in 2001 the Vorbis license was changed to theBSD license to encourage adoption, with the endorsement ofRichard Stallman.[20][21] A stable version (1.0) of the reference software was released on July 19, 2002.[22][23][24]

Since February 2013,[12] Xiph.Org has stated that the use of Vorbis should be deprecated in favor of theOpus codec, which is also a Xiph.Org Foundation project and also free and open-source. Compared to Vorbis, Opus can simultaneously achieve higher compression efficiency—per both Xiph.Org itself and third-party listening tests[25][26]—and lower encode/decode latency (in most cases, low enough for real-time applications such asinternet telephony or live singing, rarely possible with Vorbis).[27]

Usage

[edit]

Vorbis faces competition from other audio formats, such as MP3. Though Vorbis is technically superior (addressing many of the limitations inherent to the MP3 design), MP3 has a far higher public profile.[28] Because Vorbis does not have financial support from large organisations, support for the format is not as widespread, though programs such asAudacity can convert to more popular formats,[29] and support in games has gradually improved.[30]

The Vorbis format has proven popular among supporters offree software.[31] They argue that its higher fidelity and completely free nature, unencumbered by patents, make it a well-suited replacement for patented and restricted formats.

Low-bitrate Vorbis example

Vorbis has different uses for consumer products. Manyvideo games store in-game audio as Vorbis, includingAmnesia: The Dark Descent,Grand Theft Auto: San Andreas,Halo: Combat Evolved,Minecraft, andWorld of Warcraft, among others.[32] Popular software players support Vorbis playback either natively or through an externalplugin. A number of websites, includingWikipedia, use it.[33][34][35][36] Others includeJamendo andMindawn, as well as several national radio stations[33] like JazzRadio,Absolute Radio,NPR,Radio New Zealand[37] andDeutschlandradio.[38] TheSpotify audio streaming service primarily uses Vorbis[39][40] as well asAAC.[41] Also, the French music site Qobuz offers its customers the possibility to download their purchased songs in Vorbis format, as does the American music siteBandcamp.[42]

Technical details

[edit]
Vorbis nominal bitrate at quality levels for 44.1 kHz stereo input. The new libvorbis v1.2 usually compresses better than these values (effective bitrate may vary).
QualityNominal bitrate
Official Xiph.Org Foundation Vorbis
-q-145 kbit/s48 kbit/s
-q064 kbit/s
-q180 kbit/s
-q296 kbit/s
-q3112 kbit/s
-q4128 kbit/s
-q5160 kbit/s
-q6192 kbit/s
-q7224 kbit/s
-q8256 kbit/s
-q9320 kbit/s
-q10500 kbit/s

Outline of coder algorithm

[edit]

Vorbis I is a forward-adaptive monolithic transform codec based on themodified discrete cosine transform (MDCT).[43] Vorbis uses the modified discrete cosine transform for converting sound data from thetime domain to thefrequency domain. The resulting frequency-domain data is broken intonoise floor and residue components, and thenquantized andentropy coded using acodebook-basedvector quantization algorithm. The decompression algorithm reverses these stages. The noise-floor approach gives Vorbis its characteristic analog noise-like failure mode when the bitrate is too low to encode the audio without perceptible loss. The sound of compression artifacts at low bitrates is similar toreverberations in a large space.

Container formats

[edit]
See also:Container format (digital)

Vorbis streams can be encapsulated in other mediacontainer formats besides Ogg.[44] A commonly used alternative isMatroska. It is also used inWebM, a container format based on a subset of Matroska.[45][46][47] Vorbis streams can also be encapsulated in anRTP payload format.[48]

Metadata

[edit]

Vorbismetadata, calledVorbis comments, supports metadata tags similar to those implemented in theID3 standard for MP3. The metadata is stored in a vector ofbyte strings of arbitrary length and size. The size of the vector and the size of each string in bytes is limited to 232 − 1 (about 4.3billion, or any positive integer that can be expressed in 32 bits). This vector is stored in the second header packet that begins a Vorbis bitstream.[49]

The strings are assumed to be encoded asUTF-8. Music tags are typically implemented as strings of the form "[TAG]=[VALUE]", for instance, "ARTIST=The John Smith Band". The tag names are case-insensitive, thus typing "ARTIST=The John Smith Band" would be the same as "artist=The John Smith Band". Like the current version of ID3, users and encoding software are free to use whichever tags are appropriate for the content. For example, an encoder could use localized tag labels, live music tracks might contain a "Venue=" tag or files could have multiple genre definitions. Most applications also support common de facto standards such as disc number andReplayGain information.

Variants

[edit]

aoTuV is a notablefork which adds support for encoding at lower bitrates.[50] aoTuV's changes were intended to be merged into the reference encoder periodically, but that only happened once in libvorbis 1.1,[51] due to future merges being a "task that requires uninterrupted time, something I [Chris Montgomery] don't have a lot of."[52]

Licensing

[edit]

Knowledge of Vorbis' specifications is in thepublic domain.[8] Concerning the specification itself, the Xiph.Org Foundation reserves the right to set the Vorbis specification and certify compliance. Its libraries are released under the revised 3-clauseBSD license and its tools are released under theGNU General Public License. The libraries were originally released under theGNU Lesser General Public Licence, but a BSD license was later chosen with the endorsement ofRichard Stallman.[53] TheXiph.Org Foundation states that Vorbis, like all its developments, is completely free from the licensing orpatent issues raised byproprietary formats. Although the Xiph.Org Foundation states it has conducted a patent search that supports its claims, outside parties (notably engineers working on rival formats) have expressed doubt that Vorbis is free of patented technology.[54][original research?]

The Xiph.Org Foundation has not released an official statement on the patent status of Vorbis, pointing out that such a statement is technically impossible due to the number and scope of patents in existence and the questionable validity of many of them. Such issues can only be resolved by a court of law.

Vorbis is supported by several largedigital audio player manufacturers such asSamsung,SanDisk,Rio,Neuros Technology,Cowon, andiriver.

Support

[edit]

Hardware

[edit]

Tremor, a version of the Vorbis decoder which usesfixed-point arithmetic (rather thanfloating point), was made available to the public on September 2, 2002 (also under aBSD-style license).[55] Tremor, or platform-specific versions based on it, is more suited to implementation on the limited facilities available in commercial portable players. A number of versions that make adjustments for specific platforms and include customized optimizations for given embedded microprocessors have been produced. Several hardware manufacturers have expressed[citation needed] intentions to produce Vorbis-compliant devices and new Vorbis devices seem to be appearing at a steady rate.[citation needed]

Apple'siPod does not natively support Vorbis but through the use ofRockbox, an open-source firmware project, is capable of decoding Vorbis files on certain models. Similar statements apply to other devices capable of running Rockbox, as well. The Xiph.Org Foundation wiki has an up-to-date list of Vorbis-supporting hardware, such as portables, PDAs, and microchips.[62] Also seeInternet radio device for an overview.

Application software

[edit]
See also:Use of Ogg formats in HTML5

Software supporting Vorbis exists for many platforms. The multi-platform open-sourceVLC media player andMPlayer can play Ogg Vorbis files, as canWinamp andfoobar2000.Windows Media Player does not natively support Vorbis; however,DirectShow filters exist to decode Vorbis in Windows Media Player and other Windows multimedia players that support DirectShow.[63] Vorbis is also supported in the multi-platform audio editing softwareAudacity, in the multi-platformmultimedia frameworksFFmpeg,GStreamer andHelix DNA. Vorbis is well-supported on theLinux platform in programs likeXMMS,xine,Amarok. A list of Vorbis-supporting software can be found at the Xiph.Org Foundation wiki and Vorbis.com website.[64][65] Users can test these programs using the list of Vorbis audio streams available on the same wiki.[66] For more information about support in software media players there is acomparison of media players available.

Some newerUbisoft games use Vorbis files renamed with thefilename extension .sb0. It can therefore be played using a compatible player, although sometimes one must force a differentsampling rate to hear it correctly. A number of tools are available for extracting sound fromarchived files such as the .m4b ofMyst IV: Revelation.

As originally recommended byHTML 5, theseweb browsers natively support Vorbis audio (without a plug-in) using the<audio> element:Mozilla Firefox 3.5 (and later versions),[67][68]Google Chrome (from version 3.0.182.2),[69]SeaMonkey (from version 2.0).[70]Opera 9.5 experimental video builds released in 2007 and 2008 have only<video> support and play back Vorbis audio included in Ogg video files.[71][72]Opera 10.5 browser has support for Vorbis audio,WAVE PCM audio andTheora video.[73][74]

The game design softwareRPG Maker MV, released in October 2015, is the first version of that program to drop MP3 support in favor of Ogg Vorbis.

In October 2017, Microsoft released support for Ogg media container, and Theora and Vorbis media formats as an optional add-on to Windows 10 and Xbox One, available for free in theMicrosoft Store.[75]

Vorbis support by different operating systems
Microsoft WindowsmacOSLinuxAndroidiOS
Codec supportYes[75]Via third-party applicationsYesYesVia third-party apps
Container supportOn Windows 10 Fall Creators Update (1709) with Web Media Extensions add-on:
Ogg (.ogg is not recognised; requires pseudo extension)[a]
Matroska (.mka, .mkv)
On Windows 10 October 2018 Update (1809):
WebM (.webm is recognised officially)
On Windows 10 May 2019 Update (1903):
Ogg (.ogg is recognised officially)
depends on applicationOgg (.ogg)
Matroska (.mka, .mkv)
WebM (.webm)
Ogg (.ogg, .oga)
Matroska (.mka, .mkv)
WebM (.webm)
depends on application
NotesOnWindows 10:
- RequiresFall Creators Update (1709) and installation ofWeb Media Extensions package.
- OnApril 2018 Update (1803) with Web Media Extensions preinstalled, Microsoft Edge (EdgeHTML 17) supports Vorbis audio embedded in <audio> tags.
- Supported onUniversal Windows Platform apps (Groove Music,Microsoft Movies & TV). Unsupported onWindows Media Player.
- Up till October 2018 update (1809), the filename extension .ogg was not recognised. (substitute with a pseudo file extension such as .m4a)[76]

OnWindows 8.1 and older:
- Requires installation of a third-party multimedia framework,LAV Filters.
No native support in the macOS native multimedia framework.
In versions of Mac OS X prior to 10.11 El Capitan, Vorbis support could be added toQuickTime using theXiph QuickTime Components.[77]
--No native support in the iOS native multimedia framework.

See also

[edit]

Notes

[edit]
  1. ^The.ogg filename extension is not recognised byUniversal Windows Platform appsGroove Music andMicrosoft Movies & TV, hence a pseudo extension of another audio format (such as.m4a) is required instead.[76]

References

[edit]
  1. ^"MIME Types and File Extensions - XiphWiki".wiki.xiph.org.
  2. ^abcMontgomery, Christopher (May 8, 2000)."Merge done".vorbis-dev. RetrievedSeptember 3, 2009.
  3. ^ab"Ogg Vorbis". Xiph.Org Foundation. RetrievedSeptember 11, 2009.
  4. ^Xiph.Org Foundation (January 20, 2012)."Vorbis I specification". Xiph.Org Foundation. RetrievedJanuary 31, 2012.
  5. ^"PlayOgg! - FSF - Free Software Foundation". March 17, 2010. RetrievedOctober 1, 2013.
  6. ^Ogg Vorbis Audio Format (Full draft). Sustainability of Digital Formats. Washington, D.C.: Library of Congress. February 19, 2008. RetrievedDecember 13, 2021.
  7. ^"vorbis 1.3.7 release". July 4, 2020. RetrievedJuly 4, 2020.
  8. ^ab"Vorbis.com FAQ". Xiph.Org Foundation. Archived fromthe original on October 1, 2005. RetrievedAugust 29, 2009.
  9. ^"Sample Xiph.Org Variant of the BSD License". Xiph.Org Foundation. RetrievedAugust 29, 2009.
  10. ^Xiph.Org (January 22, 2014)."libVorbis 1.3.4 released". RetrievedFebruary 9, 2014.
  11. ^"MIME Types and File Extensions".Xiph.org wiki. RetrievedOctober 13, 2007.
  12. ^ab"OpusFAQ - XiphWiki".wiki.xiph.org. February 3, 2013.Archived from the original on December 4, 2020. RetrievedDecember 4, 2020.
  13. ^ab"naming". Xiph.Org Foundation. Archived fromthe original on April 11, 2020.
  14. ^"Interview: Christopher Montgomery of Xiphophorus". Advogado. April 4, 2000. Archived fromthe original on June 28, 2017. RetrievedSeptember 2, 2009.
  15. ^"About". Xiph.org. RetrievedAugust 31, 2009.
  16. ^Robertson, Michael (September 11, 1998)."Fraunhofer Lowers Patent Boom on MP3 Software Developers". Archived fromthe original on August 16, 2000. RetrievedAugust 31, 2009.
  17. ^Zisk, Brian (April 19, 2000)."Dvorak Interviews Monty".vorbis. Xiph. RetrievedSeptember 4, 2008.
  18. ^"Ogg" (project homepage). Xiphophorus. May 20, 2000. Archived fromthe original on May 20, 2000. RetrievedSeptember 2, 2008.
  19. ^"The Ogg Vorbis CODEC project". Xiphophorus co. May 11, 2000. Archived fromthe original on June 10, 2000. RetrievedSeptember 3, 2009.
  20. ^February 2001 on xiph.org"With the Beta 4 release, the Ogg Vorbis libraries have moved to the BSD license. The change from LGPL to BSD was made to enable the use of Ogg Vorbis in all forms of software and hardware.Jack Moffitt says, "We are changing the license in response to feedback from many parties. It has become clear to us that adoption of Ogg Vorbis will be accelerated even further by the use of a less restrictive license that is friendlier toward proprietary software and hardware systems. We want everyone to be able to use Ogg Vorbis.""
  21. ^RMS on license change on lwn.net
  22. ^"OGG Vorbis 1.0 officially released". AfterDawn. July 19, 2002. RetrievedJune 4, 2009.
  23. ^"Ogg Vorbis official release is here".News. CNET. July 19, 2002. RetrievedJune 4, 2009.
  24. ^Montgomery, Christopher (July 19, 2002)."Vorbis 1.0 released".vorbis (Mailing list). RetrievedJune 4, 2009.
  25. ^Hoene, Christian; Valin, Jean-Marc; Vos, Koen; Skoglund, Jan (May 17, 2013)."Summary of Opus listening test results".Ietf Datatracker.Archived from the original on December 15, 2019. RetrievedDecember 4, 2020.
  26. ^"Results of the public multiformat listening test (July 2014)".listening-test.coresv.net.Archived from the original on November 12, 2020. RetrievedDecember 4, 2020.
  27. ^"OpusFAQ - XiphWiki".wiki.xiph.org. October 3, 2020.Archived from the original on November 17, 2020. RetrievedDecember 4, 2020.
  28. ^Sharpless Smith, Susan (2010).Web-based Instruction: A Guide for Libraries. American Library Association. p. 138.ISBN 978-0-8389-1056-6.
  29. ^Brown, Andrew (2007).Computers in Music Education: Amplifying Musicality. Routledge. p. 148.ISBN 978-0-4159-7850-7.
  30. ^Dawes, Adam (2010).Windows Mobile Game Development: Building games for the Windows Phone and other mobile devices. Apress. p. 158.ISBN 978-1-4302-2929-2.
  31. ^"Recordings about our Philosophy".GNU Project. Free Software Foundation (FSF). Archived fromthe original on November 26, 2007. RetrievedJanuary 12, 2008.
  32. ^"Xiph.Org Wiki, Games that use Vorbis". March 3, 2018. RetrievedJanuary 25, 2024.
  33. ^ab"Ogg Sites". Free Software Foundation. RetrievedOctober 2, 2009.
  34. ^"Ogg Vorbis — no future?". November 4, 2007. RetrievedOctober 2, 2009.
  35. ^Wikipedia:WikiProject Spoken Wikipedia, Retrieved 2009
  36. ^"First steps/Quality and description".Wikimedia Commons. RetrievedOctober 2, 2009.
  37. ^"Radio New Zealand Oggcasts". RetrievedJanuary 14, 2009.
  38. ^"Deutschlandradio im Internet mit OGG-Vorbis-Stream". Archived fromthe original on August 30, 2009. RetrievedOctober 8, 2009.
  39. ^"Audio Quality on Spotify". February 3, 2019. Archived fromthe original on February 3, 2019.
  40. ^"Bumping up the Bitrate". Spotify News. June 25, 2009. Archived fromthe original on March 28, 2018. RetrievedMarch 28, 2018.
  41. ^"Audio Quality". June 6, 2020. RetrievedMarch 28, 2018.
  42. ^"Qobuz FAQ". Archived fromthe original on April 24, 2013. RetrievedApril 15, 2013.
  43. ^Xiph.Org Foundation (June 2, 2009)."Vorbis I specification - 1.1.2 Classification". Xiph.Org Foundation. RetrievedSeptember 22, 2009.
  44. ^"Oggless proposal". Xiph.Org Foundation.
  45. ^"Xiph.Org announces support for the WebM open media project". Xiph.Org. May 19, 2010. RetrievedMay 20, 2010.
  46. ^"Introducing WebM, an open web media project". May 19, 2010. RetrievedMay 19, 2010.
  47. ^"FAQ".WebM. Google. May 19, 2010.
  48. ^Barbato, Luca (August 2008).RTP Payload Format for Vorbis Encoded Audio. IETF.doi:10.17487/RFC5215.RFC5215. RetrievedJune 16, 2010.
  49. ^Xiph.Org Foundation."Vorbis Comment Field Documentation". RetrievedMarch 14, 2007.
  50. ^"Recommended Ogg Vorbis - Hydrogenaudio Knowledgebase". RetrievedJune 30, 2022.
  51. ^"libvorbis 1.1 changelog". September 22, 2004. RetrievedJune 30, 2022.
  52. ^"Xiph.Org Monthly Meeting, 2007/02". February 7, 2007. Archived fromthe original on September 30, 2008. RetrievedJune 30, 2022.
  53. ^Jack Moffitt (February 26, 2001)."[icecast-dev] Xiph.org announces Vorbis Beta 4 and the Xiph.org Foundation". RetrievedNovember 13, 2006.
  54. ^"Vorbis development, status & patent issues". 2003. Archived fromthe original on June 25, 2015. RetrievedNovember 13, 2006.
  55. ^"[vorbis-dev] tremor relicensed as BSD". September 3, 2002. RetrievedMarch 15, 2008.
  56. ^"Android SDK m5-rc14 now available".Android Developers' Blog. RetrievedDecember 15, 2008.
  57. ^"Supported media formats".Android Developers.
  58. ^"PortablePlayers - XiphWiki".wiki.xiph.org.
  59. ^"Redesign Your Life Style, IRIVER".www.iriver.co.kr. Archived fromthe original on November 3, 2008.
  60. ^"Redesign Your Life Style, IRIVER".www.iriver.co.kr. Archived fromthe original on April 28, 2009.
  61. ^"Redesign Your Life Style, IRIVER".www.iriver.co.kr. Archived fromthe original on June 4, 2010.
  62. ^"VorbisHardware - XiphWiki".Xiph.Org Foundation. RetrievedJanuary 13, 2008.
  63. ^"illiminable Ogg Directshow Filters for Speex, Vorbis, Theora and FLAC". RetrievedJune 24, 2008.
  64. ^"VorbisSoftwarePlayers - XiphWiki".Xiph.Org Foundation. RetrievedJanuary 13, 2008.
  65. ^Xiph.Org Foundation."Vorbis.com: 3rd party software". Archived fromthe original on October 16, 2009. RetrievedOctober 12, 2009.
  66. ^"VorbisStreams - XiphWiki".Xiph.Org Foundation. RetrievedJanuary 13, 2008.
  67. ^MozillaWiki (March 18, 2009),Firefox3.5/Features, MozillaWiki, retrievedOctober 11, 2009
  68. ^Mozilla Corporation (June 30, 2009),Mozilla Firefox 3.5 Release Notes, Mozilla Corporation, retrievedOctober 11, 2009
  69. ^Google Chrome to support HTML 5 video, SoftSailor, May 28, 2009, archived fromthe original on October 3, 2009, retrievedOctober 11, 2009
  70. ^Robert Kaiser (September 16, 2009),What's New in SeaMonkey 2.0 Beta 2, seamonkey-project.org, retrievedOctober 11, 2009
  71. ^Experimental Opera-video build with native Ogg Theora support, Opera, April 25, 2007, retrievedOctober 11, 2009
  72. ^A call for video on the web - Opera <video> release on Labs, Opera, November 7, 2007, retrievedOctober 11, 2009
  73. ^Philip Jägenstedt (December 31, 2009)."(re-)Introducing <video> - Official blog for Core developers at Opera". Opera. RetrievedJanuary 2, 2010.
  74. ^Arjan van Leeuwen (December 31, 2009)."Happy New Year! - Official blog for Core developers at Opera". Opera. RetrievedJanuary 2, 2010.
  75. ^abAleksandersen, Daniel (December 28, 2021)."Microsoft adds Ogg, Theora, and Vorbis media formats to Windows 10".www.ctrl.blog.
  76. ^ab"Supported audio and video formats (Windows Runtime apps) - Windows app development".learn.microsoft.com. October 13, 2015.
  77. ^"13.06.2016 - XiphQT discontinued".Xiph.Org: QuickTime Components. RetrievedFebruary 19, 2019.

External links

[edit]
Ogg Project codecs
Media tools
Related articles
Video
compression
ISO,IEC,
MPEG
ITU-T,VCEG
SMPTE
TrueMotion and AOMedia
Chinese Standard
  • AVS1 P2/AVS+(GB/T 20090.2/16)
  • AVS2 P2(GB/T 33475.2,GY/T 299.1)
    • HDR Vivid(GY/T 358)
  • AVS3 P2(GY/T 368)
Others
Audio
compression
ISO,IEC,
MPEG
ITU-T
IETF
3GPP
ETSI
Bluetooth SIG
Chinese Standard
Others
Image
compression
IEC,ISO,IETF,
W3C,ITU-T,JPEG
Others
Containers
ISO,IEC
ITU-T
IETF
SMPTE
Others
Collaborations
Methods
Lists
SeeCompression methods for techniques andCompression software for codecs
Archivers with
compression
(comparison)
Free and
open-source
Freeware
Commercial
Non-archiving
compressors
Generic
For code
Audio
compression

(comparison)
Lossy
Lossless
Video
compression

(comparison)
Lossy
MPEG-4 ASP
H.264
HEVC
Others
Lossless
Retrieved from "https://en.wikipedia.org/w/index.php?title=Vorbis&oldid=1313642252"
Categories:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp