mirror of
https://github.com/arcodange-org/mediabunny.git
synced 2026-09-27 19:03:46 +02:00
30 lines
1.0 KiB
Markdown
30 lines
1.0 KiB
Markdown
---
|
|
layout: home
|
|
|
|
hero:
|
|
text: Examples
|
|
tagline: Demos showcasing the usage of 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: Feature B
|
|
details: Lorem ipsum dolor sit amet, consectetur adipiscing elit
|
|
- title: Feature C
|
|
details: Lorem ipsum dolor sit amet, consectetur adipiscing elit
|
|
---
|