Documentation Index
Fetch the complete documentation index at: https://mintlify.com/Vanilagy/mediabunny/llms.txt
Use this file to discover all available pages before exploring further.
InputFormat
Base class representing an input media file format.Properties
Returns the name of the input format.
Returns the typical base MIME type of the input format.
Format classes
Mp4InputFormat
MPEG-4 Part 14 (MP4) file format.Do not instantiate this class directly. Use the
MP4 singleton instead.Properties
Returns
'MP4'Returns
'video/mp4'QuickTimeInputFormat
QuickTime File Format (QTFF), often called MOV.Do not instantiate this class directly. Use the
QTFF singleton instead.Properties
Returns
'QuickTime File Format'Returns
'video/quicktime'MatroskaInputFormat
Matroska file format.Do not instantiate this class directly. Use the
MATROSKA singleton instead.Properties
Returns
'Matroska'Returns
'video/x-matroska'WebMInputFormat
WebM file format, based on Matroska.Do not instantiate this class directly. Use the
WEBM singleton instead.Properties
Returns
'WebM'Returns
'video/webm'Mp3InputFormat
MP3 file format.Do not instantiate this class directly. Use the
MP3 singleton instead.Properties
Returns
'MP3'Returns
'audio/mpeg'WaveInputFormat
WAVE file format, based on RIFF.Do not instantiate this class directly. Use the
WAVE singleton instead.Properties
Returns
'WAVE'Returns
'audio/wav'OggInputFormat
Ogg file format.Do not instantiate this class directly. Use the
OGG singleton instead.Properties
Returns
'Ogg'Returns
'application/ogg'FlacInputFormat
FLAC file format.Do not instantiate this class directly. Use the
FLAC singleton instead.Properties
Returns
'FLAC'Returns
'audio/flac'AdtsInputFormat
ADTS file format.Do not instantiate this class directly. Use the
ADTS singleton instead.Properties
Returns
'ADTS'Returns
'audio/aac'MpegTsInputFormat
MPEG Transport Stream (MPEG-TS) file format.Do not instantiate this class directly. Use the
MPEG_TS singleton instead.Properties
Returns
'MPEG Transport Stream'Returns
'video/MP2T'