Formats

How to trim MKV video files on Mac without converting them

MKV files are common for downloads, rips, and archival footage. Most Mac video tools either cannot open them or silently convert to MP4 first. Lossless Video Cutter opens and exports MKV natively - no conversion, no quality loss.

4 min read

The MKV compatibility problem on Mac

AVFoundation - Apple's native media framework - does not support MKV as a container. This means most Mac apps built on AVFoundation will either refuse to open an MKV file, show an error, or silently transcode it in the background before displaying the timeline. The transcoding adds time, uses CPU, and introduces a quality loss before you've even made your first cut.

Lossless Video Cutter solves this by bundling its own MKV muxer/demuxer. The app reads compressed packets directly from the MKV container and writes them to the output - no conversion step, no intermediate file.

Supported MKV codecs

Video

H.264 · HEVC (H.265)

Audio

AAC · MP3 · AC3 · DTS (pass-through)

Compressed packets are read from the MKV container and written to the output without re-encoding. The video and audio data in the output file are bit-for-bit identical to the source.

Step-by-step: trim an MKV file

  1. Open your MKV file with ⌘O or drag it directly onto the app window.
  2. Navigate to your in-point. Use the timeline scrubber or arrow keys for frame-by-frame navigation.
  3. Set the in-point with I. The app snaps to the nearest keyframe and shows the actual cut boundary.
  4. Set the out-point with O.
  5. Export with ⌘E. Choose MKV as the output format to keep the original container.

Exporting MKV back to MKV vs MP4

If your source is MKV and your output is also MKV, the video track is copied losslessly - the container changes only in that it contains fewer packets (the trimmed segment). If you export to MP4 and your source codec is H.264 or HEVC, the export is still lossless.

One case where you should keep MKV as the output: if your source has DTS audio. DTS is not supported in MP4, so exporting to MP4 with a DTS audio track will either fail or require the audio track to be re-encoded. Keep the MKV container to preserve DTS pass-through.

Common MKV use cases

Ripped Blu-ray footage

Extract specific scenes from a full-disc rip without re-encoding the H.264 or HEVC stream.

Archive downloads

Trim downloaded MKV content to keep only the relevant segment, in the original quality.

MKV screen recordings

Some capture software records directly to MKV. Cut those recordings without a format conversion step.

Try it now

MKV trimming works on the Free plan

Open and trim MKV files without installing FFmpeg or converting to MP4 first. Core lossless trimming is always free.