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

1.2 KiB

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