diff options
author | Skiz <skiznet@aol.com> | 2024-08-04 15:44:16 -0400 |
---|---|---|
committer | Skiz <skiznet@aol.com> | 2024-08-04 15:44:16 -0400 |
commit | baf6d372cae85364f05601fc37496c4192ac07e4 (patch) | |
tree | 015ef1ff4d6e701e753d7af8fc26c0e02b740a2f /content/articles | |
parent | f1d4454c552aa1335c6a103a034d20b6260bc2a3 (diff) |
Made page for AV1
Diffstat (limited to 'content/articles')
-rw-r--r-- | content/articles/av1-videos.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/content/articles/av1-videos.md b/content/articles/av1-videos.md new file mode 100644 index 0000000..4943a6c --- /dev/null +++ b/content/articles/av1-videos.md @@ -0,0 +1,17 @@ +--- +title: 'AV1 Videos' +date: 2024-08-03T16:25:44-04:00 +draft: false +tags: ['Tech', 'FFmpeg', 'Media'] +--- + +I encoded Denshi's [Little Dark Age: Computing](https://odysee.com/@DenshiVideo:f/little-dark-age-computing:c)[^1] video using a two-pass AV1 codec. The original file size was **24.6 MiB**, and after encoding, it was reduced to **6.1 MiB**. + +<div style="text-align: center;"> +<video width="640" height="360" controls> + <source src="/lildarkagecomputing.webm" type="video/mp4"> + **Your browser does not support the video tag.** +</video> +</div> + +[^1]: The song used is **Little Dark Age** by **MGMT**. |