mirror of
https://github.com/arcodange-org/mediabunny.git
synced 2026-09-27 10:53:50 +02:00
47 lines
1.2 KiB
Markdown
47 lines
1.2 KiB
Markdown
---
|
|
# https://vitepress.dev/reference/default-theme-home-page
|
|
layout: home
|
|
|
|
hero:
|
|
name: "My Awesome Project"
|
|
text: "A VitePress Site"
|
|
tagline: My great project tagline
|
|
actions:
|
|
- theme: brand
|
|
text: Markdown Examples
|
|
link: /markdown-examples
|
|
- theme: alt
|
|
text: API Examples
|
|
link: /api-examples
|
|
|
|
features:
|
|
- title: Feature A
|
|
details: Lorem ipsum dolor sit amet, consectetur adipiscing elit
|
|
- title: Feature B
|
|
details: Lorem ipsum dolor sit amet, consectetur adipiscing elit
|
|
- title: Feature C
|
|
details: Lorem ipsum dolor sit amet, consectetur adipiscing elit
|
|
---
|
|
|
|
things the guide needs to cover:
|
|
- writing files ✅
|
|
- output usage ✅
|
|
- all output formats ✅
|
|
- all media sources ✅
|
|
- reading files ✅
|
|
- input usage ✅
|
|
- all input formats ✅
|
|
- all media sinks ✅
|
|
- utility functions ✅
|
|
- supported containers / codecs ✅
|
|
- samples & packets ✅
|
|
- conversion
|
|
|
|
Examples:
|
|
✅ Extracting media file metadata
|
|
✅ Rendering thumbnails for a video / extracting a wave form?
|
|
✅ Media player
|
|
✅ Conversion demo: File compressor
|
|
✅ Procedurally generated video (faster than real time)
|
|
- Video generated from live sources
|
|
- Live streaming demo? |