Check the actual streams inside a media file instead of guessing from .mp4, .mkv, .mov, or .avi. Knowing the codec is often the fastest way to distinguish a missing-decoder problem from a damaged file or player issue.
Use a media inspector and look first for container, video codec, and audio codec. Media Player Codec Pack's Online File Inspector can inspect supported local media files in the browser without uploading the media file.
Examples: MP4, MKV/Matroska, MOV/QuickTime, AVI, WebM. The container groups the streams together.
Examples: H.264/AVC, HEVC/H.265, AV1, MPEG-2, ProRes, DivX, Xvid. This determines how the picture is decoded.
Examples: AAC, AC3, EAC3, DTS, FLAC, TrueHD, MP3, PCM. This determines how the audio stream is decoded.
| Property | Why it matters |
|---|---|
| Resolution | 4K or higher-resolution video can expose hardware or performance limits even when the codec is supported. |
| Frame rate | High-frame-rate video can be more demanding to decode smoothly. |
| Bit depth / HDR | 10-bit or HDR video may need newer decoding and display paths. |
| Bitrate | Very high bitrates can stress storage, network, CPU, or GPU performance. |
| Audio channels | 5.1/7.1 layouts can reveal output-device or passthrough configuration issues. |
| Subtitle streams | Some players handle embedded subtitle formats differently. |
In this example, “MKV support” alone does not tell you whether playback will work. The player also needs to handle HEVC video and DTS audio, and the computer needs enough performance for the particular video.
Use a player with suitable built-in decoding, add compatible Windows playback support, or convert the file to a more widely supported format.
Video codec help →Check file completeness, corruption, DRM, cloud synchronisation, GPU drivers, output devices, and player configuration rather than installing more codecs.
Troubleshoot the symptom →Use a local media inspector. The Online File Inspector reads supported local media in the browser so you can identify its streams without uploading the media file.
Start with container, video codec, and audio codec. Then check resolution, frame rate, bit depth, bitrate, channels, and subtitle tracks when the problem involves performance or partial playback.