remove non ascii whitespaces
This commit is contained in:
parent
598a10bc28
commit
5a6d6c4d13
117 changed files with 1928 additions and 1928 deletions
|
@ -15,7 +15,7 @@ Editing and creation of Matroska files can be done using [MKVToolnix](../../appl
|
|||
|
||||
## Features
|
||||
|
||||
**_Matroska_** is designed with the future in mind. It incorporates features you would expect from a modern container format, like:
|
||||
**_Matroska_** is designed with the future in mind. It incorporates features you would expect from a modern container format, like:
|
||||
- Fast seeking in the file
|
||||
- Chapter entries
|
||||
- Full metadata (tags) support
|
||||
|
@ -28,5 +28,5 @@ Editing and creation of Matroska files can be done using [MKVToolnix](../../appl
|
|||
## What file extensions does Matroska use?
|
||||
- `.mkv`: Used for files that contain at least one video track (usually with at least one audio track and optionally with subtitle tracks). This is the most commonly used extension.
|
||||
- `.mka`: Used for audio only files, can contain any supported audio compression format, such as MP2, MP3, Vorbis, AAC, AC3, DTS, or PCM
|
||||
- `.mk3d`: A special case of `.mkv` containing stereoscopic (3D) video
|
||||
- `.mk3d`: A special case of `.mkv` containing stereoscopic (3D) video
|
||||
- `.mks`: Used for files that only contain subtitles
|
|
@ -8,19 +8,19 @@ AV1 Image File Format (AVIF) is an open, royalty-free image file format specific
|
|||
| Name | Value |
|
||||
| ------------------- | ------------ |
|
||||
| Filename extension | .avif |
|
||||
| Internet media type | `image/avif` |
|
||||
| Internet media type | `image/avif` |
|
||||
|
||||
## Features
|
||||
The AV1 Image File Format supports:
|
||||
- Multiple color spaces, including:
|
||||
- HDR (with PQ or HLG transfer functions and BT.2020 color primaries, as part of BT.2100)
|
||||
- SDR (with sRGB/ BT.709 / BT.601 or with wide color gamut
|
||||
- Color space signaling via CICP (ITU-T H.273 and ISO/IEC 23091-2) or ICC profiles
|
||||
- Lossless compression and lossy compression
|
||||
- 8-, 10-, and 12-bit color depths
|
||||
- Multiple color spaces, including:
|
||||
- HDR (with PQ or HLG transfer functions and BT.2020 color primaries, as part of BT.2100)
|
||||
- SDR (with sRGB/ BT.709 / BT.601 or with wide color gamut
|
||||
- Color space signaling via CICP (ITU-T H.273 and ISO/IEC 23091-2) or ICC profiles
|
||||
- Lossless compression and lossy compression
|
||||
- 8-, 10-, and 12-bit color depths
|
||||
- Monochrome (alpha/depth) or multi-components
|
||||
- 4:2:0, 4:2:2, 4:4:4 chroma subsampling and RGB
|
||||
- Film grain synthesis
|
||||
- 4:2:0, 4:2:2, 4:4:4 chroma subsampling and RGB
|
||||
- Film grain synthesis
|
||||
- Image sequences/animation
|
||||
|
||||
## Usage
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue