update slides: add course numbers to headers, widen stripe pattern

- add course number (223015b/c) to all slide headers
- widen klausur diagonal stripes from 20/40px to 40/80px
- expand termin-1 with analog vs digital media content
- rename wtf files exercise to hex files
This commit is contained in:
2026-01-09 11:09:13 +01:00
parent ee4d5435ed
commit fc3f3a73f5
9 changed files with 356 additions and 175 deletions

View File

@@ -3,7 +3,7 @@ marp: true
theme: gaia
paginate: true
backgroundColor: #fff
header: "Dateiformate, Schnittstellen, Speichermedien & Distributionswege"
header: "Dateiformate, Schnittstellen, Speichermedien & Distributionswege (223015b)"
footer: "Michael Czechowski HdM Stuttgart WS 2025/26"
title: Dateiformate, Schnittstellen, Speichermedien & Distributionswege
---
@@ -52,9 +52,9 @@ section.klausur {
background: repeating-linear-gradient(
135deg,
#e3f2fd,
#e3f2fd 20px,
#fff 20px,
#fff 40px
#e3f2fd 40px,
#fff 40px,
#fff 80px
) !important;
}
section.klausur footer {
@@ -96,7 +96,7 @@ Hochschule der Medien Stuttgart
<!-- _class: lead -->
# Termin 2 09.01.2026
# Teil 1: Dateiformate
## Bild-, Audio- & Videoformate
---
@@ -707,9 +707,10 @@ Quelle: https://www.canon.com.hk/cpx/en/technical/va_EOS_Movie_Compression_Optio
---
# H.264: Der König
<!-- _class: klausur -->
**H.264 / AVC (2003)**
# H.264 / AVC Codec (2003)
### Der bisherige Platzhirsch
**Warum dominant?**
✓ Exzellente Kompression (100:1 möglich)
@@ -755,9 +756,8 @@ Patent-Pool: Firmen teilen Patente, gemeinsame Lizenzierung
---
# H.265 / HEVC
# H.265 / HEVC Codec (2013)
**H.265 (2013):**
50% bessere Kompression als H.264
**ABER:** Patent-Desaster
@@ -827,6 +827,8 @@ Alliance for Open Media
---
<!-- _class: klausur -->
# AV1: Die Open-Source-Revolution
**AV1 (2018):**
@@ -838,6 +840,7 @@ Alliance for Open Media: Google, Netflix, Amazon, Microsoft, Apple, Mozilla...
✓ 30% besser als H.265
✓ Royalty-free, Open Source
✓ 8K, HDR, hohe Frame-Rates
✓ Erster Codec, der einen Grammy gewonnen hat (2025)
**Stand 2025:**
YouTube, Netflix nutzen AV1 für 4K/8K
@@ -848,6 +851,8 @@ Alle Big-Tech-Player vereint (historisch!)
"Fuck you" an Patent-Mafia
Problem: Encoding SEHR langsam (10-100x vs. H.264)
Hardware-Encoder kommen (ab 2020er-GPUs)
Source: https://blog.mozilla.org/en/mozilla/av1-video-codec-wins-emmy/
-->
---