Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,73 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: cc-by-4.0
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-4.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- tabular-classification
|
| 5 |
+
tags:
|
| 6 |
+
- webcodecs
|
| 7 |
+
- video-processing
|
| 8 |
+
- hardware-acceleration
|
| 9 |
+
- telemetry
|
| 10 |
+
- browser-support
|
| 11 |
+
- av1
|
| 12 |
+
- h265
|
| 13 |
+
pretty_name: WebCodecs Codec Support Dataset
|
| 14 |
+
size_categories:
|
| 15 |
+
- 100M<n<1B
|
| 16 |
+
---
|
| 17 |
+
|
| 18 |
+
# The upscaler.video Codec Support Dataset
|
| 19 |
+
|
| 20 |
+
## Dataset Summary
|
| 21 |
+
This dataset contains real-world audio and video codec support data passively collected from **1,142,586 unique user sessions** at [free.upscaler.video](https://free.upscaler.video). It uses the WebCodecs API to detect both encoding and decoding support for over 1,000 codec variants across major audio and video codec families (H.264, H.265, VP8, VP9, AV1, AAC, Opus, etc.).
|
| 22 |
+
|
| 23 |
+
* **Total Tests:** 363,330,358
|
| 24 |
+
* **Sessions:** 1,142,586
|
| 25 |
+
* **Unique Codecs:** 1,087
|
| 26 |
+
* **Collection Period:** January 2026 - March 2026
|
| 27 |
+
* **Primary Origin:** [10.5281/zenodo.19187467](https://doi.org/10.5281/zenodo.19187467)
|
| 28 |
+
|
| 29 |
+
The data is compiled and interactively summarized on the project website, [webcodecsfundamentals.org](https://webcodecsfundamentals.org/datasets/codec-support/), which provides a global overview of real-world hardware acceleration across operating systems and browsers.
|
| 30 |
+
|
| 31 |
+
## Dataset Structure
|
| 32 |
+
|
| 33 |
+
### CSV Schema
|
| 34 |
+
* `timestamp` - ISO 8601 timestamp of when the test was performed
|
| 35 |
+
* `user_agent` - Full browser user agent string
|
| 36 |
+
* `browser` - Browser family (Chrome, Safari, Edge, Firefox, Unknown)
|
| 37 |
+
* `platform_raw` - Raw platform identifier from `navigator.platform`
|
| 38 |
+
* `platform` - Normalized platform (Windows, macOS, iOS, Android, Linux)
|
| 39 |
+
* `codec` - WebCodecs codec string tested (e.g., "av01.0.01M.08")
|
| 40 |
+
* `encoder_supported` - Whether VideoEncoder supports codec (`true`/`false`)
|
| 41 |
+
* `decoder_supported` - Whether VideoDecoder supports codec (`true`/`false`/`empty`)
|
| 42 |
+
|
| 43 |
+
*Note: `decoder_supported` is empty for sessions before Jan 14, 2026. Encoder data covers all 1.14M sessions.*
|
| 44 |
+
|
| 45 |
+
### Platform Normalization
|
| 46 |
+
The `platform` column applies the following normalization to the raw `navigator.platform` value:
|
| 47 |
+
* Win32, Win64 ➔ **Windows**
|
| 48 |
+
* MacIntel ➔ **macOS**
|
| 49 |
+
* iPhone, iPad ➔ **iOS**
|
| 50 |
+
* Linux armv8*, Android* ➔ **Android**
|
| 51 |
+
* Linux x86_64, Linux aarch64 ➔ **Linux**
|
| 52 |
+
|
| 53 |
+
## Dataset Creation & Methodology
|
| 54 |
+
Data was collected via client-side telemetry on the rendering engine at [free.upscaler.video](https://free.upscaler.video). A full breakdown of the collection methodology can be found [here](https://free.upscaler.video/research/methodology/).
|
| 55 |
+
|
| 56 |
+
* **Producer:** Katana Video Inc.
|
| 57 |
+
* **Author:** Samrat Bhattacharyya
|
| 58 |
+
|
| 59 |
+
## Citation Information
|
| 60 |
+
|
| 61 |
+
If you use this dataset, please cite the original Zenodo repository and the methodology report:
|
| 62 |
+
|
| 63 |
+
**Dataset Citation (Zenodo):**
|
| 64 |
+
```bibtex
|
| 65 |
+
@dataset{upscaler_dataset_2026,
|
| 66 |
+
author = {Bhattacharyya, Samrat},
|
| 67 |
+
title = {Real-World WebCodecs and AV1 Hardware Support Dataset},
|
| 68 |
+
month = mar,
|
| 69 |
+
year = 2026,
|
| 70 |
+
publisher = {Zenodo},
|
| 71 |
+
doi = {10.5281/zenodo.19187467},
|
| 72 |
+
url = {[https://doi.org/10.5281/zenodo.19187467](https://doi.org/10.5281/zenodo.19187467)}
|
| 73 |
+
}
|