Skip to content
Novus Examples
m4s

What is a .m4s file?

video/mp4

M4S is a CMAF/fragmented-MP4 media segment: a moof header plus an mdat payload covering a few seconds of one rendition. It is not a complete file — the codec configuration lives in a separate initialisation segment, so an .m4s on its own cannot be decoded and most players will refuse it outright.

How to use a .m4s file

Use example .m4s segments to test adaptive-streaming clients, segment fetchers and CMAF parsers. Load the matching init segment first, then append segments in order; a client that can play a segment without its init is not doing CMAF correctly.

Download example .m4s files

and 10 more in the library.

Convert a .m4s file to another format

← All file formats