Skip to content

Commit

Permalink
Grammar fixes for the Web video codecs guide. (#36819)
Browse files Browse the repository at this point in the history
Update index.md

Fixed some grammar errors in the Warning for Theora.
  • Loading branch information
FOSSPCM authored Nov 16, 2024
1 parent 0b02491 commit 624f8b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/web/media/formats/video_codecs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -1494,7 +1494,7 @@ However, few web browsers support MPEG-2 without the support of a plugin, and wi
### Theora

> [!WARNING]
> This code is no longer longer recommended.
> This codec is no longer recommended.
> It has extremely small usage, and support is being removed from browsers.
**[Theora](https://en.wikipedia.org/wiki/Theora)**, developed by [Xiph.org](https://xiph.org/), is an open and free video codec which may be used without royalties or licensing. Theora is comparable in quality and compression rates to MPEG-4 Part 2 Visual and AVC, making it a very good if not top-of-the-line choice for video encoding. But its status as being free from any licensing concerns and its relatively low CPU resource requirements make it a popular choice for many software and web projects. The low CPU impact is particularly useful since there are no hardware decoders available for Theora.
Expand Down

0 comments on commit 624f8b0

Please sign in to comment.