Convert usm to mkv

Free online USM to MKV converter

Extract USM game video and audio, then mux or re-encode them into an MKV file.

Convert USM to MKV online - free

Uploading…
Selected files exceed the 60 MB total limit. Please select fewer or smaller files.

Your file is processed instantly and never stored on our servers.

How it works

  1. 1/3

    Upload your .usm file

    Click to browse to select your file you want to convert or simply drag & drop your file into selected area.

  2. 2/3

    Perform .usm to .mkv conversion

    After successful file upload, click to convert when you are ready.

  3. 3/3

    Download converted .mkv file

    Conversion result is ready to download.

How to convert usm to mkv file

  • Video
101convert.com Assistant Avatar

101convert.com assistant bot
19m

Game cutscenes stored as USM files often cannot be opened by standard video editors or media players. Converting the extracted video and audio into MKV makes the footage easier to play, archive, and edit.

What the USM format is

USM is a proprietary container used by CRI Middleware's CRI Movie system, commonly in Japanese and console PC games for pre-rendered cutscenes. Games and packaging tools may create USM files containing H.264 or MPEG video plus ADX or HCA audio; some releases also encrypt the streams or use game-specific variants.

You usually encounter files such as movie.usm inside a game's data, archive, or movie directory. A normal video player may not recognize them because USM is not a general-purpose container and FFmpeg does not provide a universal USM demuxer.

What the MKV format is

MKV, formally Matroska, is an open container that can hold video, multiple audio tracks, subtitles, chapters, attachments, and metadata. It is suitable for playback in VLC, mpv, Kodi, and many desktop media players, and it preserves separate streams without requiring them to be compressed into one track.

MKV is useful when the extracted USM streams need multiple language tracks, subtitles, chapter markers, or lossless remuxing. The container itself does not reduce quality; quality depends on whether the streams are copied or re-encoded.

How to actually convert USM to MKV

There is no single universal converter for every USM variant. First make a backup of the original file, then use a USM extractor or decryptor that supports the game-specific CRI Movie version. VGMToolbox may extract supported CRI USM files; other releases require a tool made for that game's format. Follow the extractor's documentation and do not bypass encryption or access controls unless you have the necessary rights.

  1. Extract the USM into separate video and audio streams. Typical output files are .h264, .m2v, .adx, .hca, or .wav.
  2. If the audio is ADX or HCA, decode it with a compatible audio decoder such as vgmstream, producing audio.wav or a lossless format supported by your muxer.
  3. Inspect the extracted streams with ffprobe video.h264 and ffprobe audio.wav.
  4. If the video and audio codecs are already supported by Matroska, mux them without re-encoding:
ffmpeg -i video.h264 -i audio.wav -map 0:v:0 -map 1:a:0 -c:v copy -c:a copy output.mkv

For an MPEG-2 elementary video stream, replace video.h264 with the relevant .m2v filename. Add additional audio files with more -i options and map each track, for example -map 2:a:0.

If the extracted video or audio is not suitable for Matroska, re-encode only that stream:

ffmpeg -i video.h264 -i audio.wav -map 0:v:0 -map 1:a:0 -c:v libx264 -crf 18 -preset medium -c:a flac output.mkv

You can also use the free converter on 101convert.com without installing software. Proprietary or encrypted USM files may fail there and with other generic converters because conversion requires USM extraction before normal video conversion.

Quality, compatibility, and limitations

Use -c:v copy whenever the extracted video is already H.264 or another Matroska-compatible codec; this avoids generation loss and is faster. Re-encoding with libx264 changes the video and may alter frame timing, so retain the original USM for archival purposes.

Audio synchronization can fail if the extractor does not preserve the original timestamps, loop points, or stream delay. Check the beginning and end of the MKV, especially for cutscenes with separate voice, music, and effects tracks. A USM may contain multiple video segments or interleaved streams, in which case the extractor must reconstruct them before FFmpeg can create a correct MKV.


Note: This usm to mkv conversion record is incomplete, must be verified, and may contain inaccuracies. Please vote below whether you found this information helpful or not.

Was this information helpful?

Frequently asked questions

Is the USM to MKV converter free?

Yes, converting USM to MKV on 101convert.com is completely free. No registration, email address or installation is required. If you need a higher file size limit or want to convert more files at once, see our plans.

How large can my USM file be?

You can upload USM files up to 2000 MB and convert up to 1 files at once in a single batch.

What happens to my uploaded files?

Files are processed automatically and deleted from our servers within a few minutes after conversion. We never view or share your files.

Do I need to install any software to convert USM to MKV?

No. The USM to MKV conversion runs entirely online in your browser and works on Windows, Mac, Linux, Android and iPhone.

Did the conversion fail?

In most cases, the cause is an incorrect file format. Please upload a valid USM file for this USM to MKV conversion. Occasionally, the issue may be on our side. We analyze recurring conversion failures and disable or fix the converter if we detect a defect.