packages/docs/docs/media-parser/format-support.mdx
:::warning We are phasing out Media Parser and are moving to Mediabunny! :::
@remotion/media-parser supports a variety of media formats:
.mp4, .mov, .m4a)@remotion/media-parser supports the following streams: H.264 video, H.265 video, AV1 video, AAC audio.
Fragmented MP4s are supported.
.webm)@remotion/media-parser supports the following streams: VP8 video, VP9 video, AV1 video, Opus audio, Vorbis audio.
.ts)@remotion/media-parser supports the following streams: H.264 video, H.265 video, AAC audio.
.ts)Is supported, but only H.264 and AAC can be parsed.
.avi)H.264 and AAC streams are supported.
.wav)The most common audio format inside a .wav, PCM, is supported.
.aac)Is supported.
.ogg, .opus)Not supported, but planned.
.mp3)Is supported.
.flac)Is supported.
.m3u8)Is supported with .ts and .m4s segments.
Stream selection and audio track selection is supported.
.mpd)Is planned to be supported.
Are not planned to be supported.
Is not supported, not planned.
Is not supported, not planned.