Files
mediabunny/docs/examples.md
T
2025-06-08 16:50:52 +02:00

35 lines
1.2 KiB
Markdown

---
layout: home
title: Examples
hero:
text: Examples
tagline: Demos showcasing various features of Mediakit
features:
- title: Metadata extraction
details: Extract various metadata from an input media file.
link: /examples/metadata-extraction
target: _self
- title: Thumbnail generation
details: Generate multiple small thumbnails for a video track.
link: /examples/thumbnail-generation
target: _self
- title: Media player (advanced)
details: "A full video & audio media player, implemented from scratch with Mediakit, with microsecond playback accuracy."
link: /examples/media-player
target: _self
- title: File compression
details: Convert an input file to a highly-compressed MP4 file.
link: /examples/file-compression
target: _self
- title: Procedural video generation
details: Generate a video file as fast as the hardware allows.
link: /examples/procedural-generation
target: _self
- title: Live recording
details: Record a video from live sources and stream it to a video element.
link: /examples/live-recording
target: _self
---