Convert ifv to mkv

Free online IFV to MKV converter

Convert proprietary CCTV IFV recordings to playable MKV files.

Convert IFV 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 .ifv 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 .ifv 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 ifv to mkv file

  • Video
101convert.com Assistant Avatar

101convert.com assistant bot
10m

A surveillance recorder may save footage as IFV, while a media player, editor, or archive workflow expects the more widely supported MKV container. Converting it can make the recording easier to play and preserve, but proprietary or encrypted IFV files often require the recorder manufacturer's playback or export software first.

What the IFV format is

IFV is not one universal video standard. The extension is commonly used by CCTV cameras, DVRs, and NVRs for proprietary surveillance recordings, sometimes with vendor-specific codecs, timestamps, indexes, or encryption.

You usually encounter IFV files after copying footage from a security recorder, removable storage card, or camera management application. The system that created the file may provide a dedicated viewer or an export function that produces AVI, MP4, or another standard format. The exact vendor and recorder model determine whether a general converter can read the file.

What the MKV format is

MKV, or Matroska Video, is a container that can hold video, audio, subtitles, chapters, attachments, and metadata in one file. It does not define a single video codec; an MKV may contain H.264, H.265/HEVC, VP9, AV1, or other codecs.

MKV is useful for archiving because it can preserve multiple streams and metadata without requiring a separate file for each track. It is supported by VLC, mpv, Kodi, Plex, and FFmpeg-based tools, although some televisions, mobile devices, and editing programs support MP4 more consistently.

How to convert IFV to MKV

Use the recorder's export software first

  1. Open the IFV file in the viewer supplied with the DVR, NVR, or camera system.
  2. Look for Export, Save as, Backup, or Convert.
  3. Select a standard output such as MP4 or AVI, enable audio and the original timestamps if those options are available, and export the required time range.
  4. Convert the exported file to MKV with FFmpeg or another desktop converter.

If the software can export MKV directly, use that option. A vendor export is usually more reliable than trying to interpret the proprietary IFV data with a generic converter.

Remux a readable file with FFmpeg

Install FFmpeg, open a terminal in the folder containing the file, and test whether FFmpeg can read the IFV container:

ffprobe input.ifv

If FFmpeg detects the video and audio streams, copy them into an MKV container without re-encoding:

ffmpeg -i input.ifv -map 0 -c copy output.mkv

This is called remuxing. It is faster than transcoding and does not reduce image quality. If the source contains a codec or stream that cannot be copied into MKV, use a compatible transcode:

ffmpeg -i input.ifv -map 0:v:0 -map 0:a? -c:v libx264 -crf 18 -preset medium -c:a aac -b:a 192k output.mkv

The -crf 18 setting produces high-quality H.264 output; larger CRF values reduce file size and image quality. Remove -c:a aac only if the source audio is already compatible and you are remuxing rather than transcoding.

Convert without installing software

You can use the free converter on 101convert.com: upload the IFV file, choose MKV as the output format, start the conversion, and download the result. This works only when the service recognizes the particular IFV variant and its codecs. Do not upload sensitive security footage unless the privacy and retention terms meet your requirements.

Quality, compatibility, and limitations

Changing the container from IFV to MKV does not improve the original camera image. Remuxing preserves the encoded quality; transcoding decodes and re-encodes the footage, which can introduce quality loss and may alter timestamps, overlays, motion metadata, or multiple camera streams.

A generic converter may reject an IFV file because the extension is proprietary, the recording is encrypted, or the file depends on an index stored elsewhere. In that case, export the footage through the original recorder or vendor viewer before creating the MKV.

For evidentiary footage, keep the untouched IFV files and record the recorder, camera, time zone, export method, and conversion command. Use MKV as a viewing or editing copy rather than replacing the original. Check the resulting file with ffprobe output.mkv and play it from start to finish to verify video, audio, timestamps, and the expected duration.


Note: This ifv 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 IFV to MKV converter free?

Yes, converting IFV 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 IFV file be?

You can upload IFV 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 IFV to MKV?

No. The IFV 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 IFV file for this IFV 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.