Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Markdown conversion for ru - Replace - Media section ⚠️ Do not squash ⚠️ #8908

Merged
merged 3 commits into from
Oct 17, 2022
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
973 changes: 0 additions & 973 deletions files/ru/web/media/formats/codecs_parameter/index.html

This file was deleted.

786 changes: 786 additions & 0 deletions files/ru/web/media/formats/codecs_parameter/index.md

Large diffs are not rendered by default.

79 changes: 0 additions & 79 deletions files/ru/web/media/formats/index.html

This file was deleted.

67 changes: 67 additions & 0 deletions files/ru/web/media/formats/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
---
title: 'Media type and format guide: image, audio, and video content'
slug: Web/Media/Formats
tags:
- API
- Audio
- Codecs
- Containers
- File Types
- Files
- Filetypes
- Landing
- Media
- NeedsTranslation
- TopicStub
- Types
- Video
- Web
- formats
translation_of: Web/Media/Formats
---
{{QuickLinksWithSubpages("/en-US/docs/Web/Media")}}

Since nearly its beginning, the web has included support for some form of visual media presentation. Originally, these capabilities were limited, and were expanded organically, with different browsers finding their own solutions to the problems around including still and video imagery on the web. The modern web has powerful features to support the presentation and manipulation of media, with several media-related APIs supporting various types of content. Generally, the media formats supported by a browser are entirely up to the browser's creators, which can complicate the work of a web developer.

This guide provides an overview of the media file types, {{Glossary("codec", "codecs")}}, and algorithms that may comprise media used on the web. It also provides browser support information for various combinations of these, and suggestions for prioritization of formats, as well as which formats excel at specific types of content.

## References

### Images

- [Image file type and format guide](/ru/docs/Web/Media/Formats/Image_types)
- : A guide to the main image file types and content formats used on the Internet. This includes a high level overview of: browser support, benefits, and limitations, along with best-practice guidelines to help web designers choose the right image file format for specific types of content.

### Media file types and codecs

- [Media containers (file types)](/ru/docs/Web/Media/Formats/Containers)
- : A guide to the file types that contain media data. Some are audio-specific, while others may be used for either audio or combined audiovisual content such as movies. Includes overviews of each of the file types supported by the major web browsers, along with browser support information and supported features.
- [Web audio codec guide](/ru/docs/Web/Media/Formats/Audio_codecs)
- : A guide to the audio codecs allowed for by the common media containers, as well as by the major browsers. Includes benefits, limitations, key specifications and capabilities, and use cases. It also covers each browser's support for using the codec in given containers.
- [Web video codec guide](/ru/docs/Web/Media/Formats/Video_codecs)
- : This article provides basic information about the video codecs supported by the major browsers, as well as some that are not commonly supported but that you might still run into. It also covers codec capabilities, benefits, limitations, and browser support levels and restrictions.
- [The "codecs" parameter in common media types](/ru/docs/Web/Media/Formats/codecs_parameter)
- : When specifying the MIME type describing a media format, you can provide details using the `codecs` parameter as part of the type string. This guide describes the format and possible values of the `codecs` parameter for the common media types.
- [Codecs used by WebRTC](/ru/docs/Web/Media/Formats/WebRTC_codecs)
- : [WebRTC](/ru/docs/Web/API/WebRTC_API) doesn't use a container, but instead streams the encoded media itself from peer to peer using {{domxref("MediaStreamTrack")}} objects to represent each audio or video track. This guide discusses the codecs commonly used with WebRTC.

## Guides

### Concepts

- [Digital audio concepts](/ru/docs/Web/Media/Formats/Audio_concepts)
- : An introduction to how audio is converted into digital form and stored for use by computers. It explains basic concepts about how audio is sampled, as well as concepts such as sample rate, audio frames, and audio compression.
- [Digital video concepts](/ru/docs/Web/Media/Formats/Video_concepts)
- : A guide to fundamental concepts involved with digital video as used on the web, including basics about color formats, chroma subsampling, how human perception influences video coding, and so forth.

### Tutorials and how-tos

- [Learning: Video and audio content](/ru/docs/Learn/HTML/Multimedia_and_embedding/Video_and_audio_content)
- : This tutorial introduces and details the use of media on the web.
- [Handling media support issues in web content](/ru/docs/Web/Media/Formats/Support_issues)
- : In this guide, we look at how to build web content that maximizes quality or performance while providing the broadest possible compatibility, by choosing media formats wisely, and offering fallbacks and alternate formats where it would be helpful.

## Other topics

- [Media Capabilities API](/ru/docs/Web/API/Media_Capabilities_API)
- : The Media Capabilities API lets you discover the encoding and decoding capabilities of the device your app or site is running on. This lets you make real-time decisions about what formats to use and when.
Loading