Initializing... drag & drop files here
Supports: JPG, JPEG, JFIF
This is an unusual conversion and it pays to know what you are making. A .jfif file is a still photograph — JFIF is the JPEG File Interchange Format, standardised by the ITU as Recommendation T.871 in May 2011 — while AV1 is a video codec from the Alliance for Open Media, whose current bitstream document is version 1.0.0-errata1. Encoding a photo as AV1 therefore produces a short, silent video clip that holds one picture. This tutorial walks through the four steps, then explains the two things that surprise people: the file is really a Matroska stream wearing an .av1 extension, and most people searching for "JFIF to AV1" actually wanted AVIF.
.jfif, .jpg and .jpeg, and you can queue several photos at once.AV1 is a codec, not a file format, so the encoded video has to live inside a container. This converter writes it into Matroska and names the file .av1. Probing the result confirms it: the format reports as matroska,webm with an av1 video stream. That has three practical consequences.
.mkv fixes most "unknown file type" complaints. The bytes are already a valid Matroska file, so software that dislikes the unfamiliar extension usually opens the identical file once it ends in .mkv. Nothing is re-encoded by renaming..av1 file plays without renaming. Windows Photos, QuickTime and most editors do not.Two more things follow from the source being a photograph. There is no audio: image-to-video jobs skip audio setup entirely, so no Audio Codec control is rendered and no audio track is written. And there is no motion: the clip is one frame per second of the duration you set, with B-frames disabled, so a five-second job is five identical frames.
| Layer | What is written |
|---|---|
| Container | Matroska (reported by ffprobe as matroska,webm) |
| Extension | .av1 — a codec name, not a container; rename to .mkv for picky software |
| Video codec | AV1, encoded with SVT-AV1 |
| Frame rate | 1 frame per second, B-frames disabled |
| Quality control | Quality Preset (default "Very High"), or a CRF slider running 16-63 with a default of 30 |
| Audio | None — a still photo has no audio to carry |
| Colour | 4:2:0, 8-bit; any transparency is flattened onto the Background Color first |
| AV1 (this page) | AVIF | MP4 (H.264) | |
|---|---|---|---|
| Is it a picture or a clip? | Video clip | Still image | Video clip |
| Container written | Matroska | HEIF-based image file | MP4 |
| Opens by double-click on a typical PC | No — needs VLC or mpv | Yes in current browsers and OS viewers | Yes |
| Plays in a web page | No, Matroska is not an HTML5 container | Yes, as an <img> |
Yes |
| Browser support for the codec | 94.28% counting partial support — Chrome 70+, Firefox 67+, Edge 121+, Opera 57+, Safari partial from 17 | Broad in current browsers | Effectively universal |
| Best for | A codec-conscious pipeline that wants an AV1 elementary clip | Replacing a JPEG with a much smaller modern image | Anything that must simply play |
| Get it here | This page | JFIF to AVIF | JFIF to MP4 |
clip.av1 to clip.mkv, or open it in VLC or mpv, which detect the Matroska container regardless of extension.If your goal is to view, share or store the photograph, AV1 video is the wrong target — keep it as JPEG or export a PNG. The most common mix-up on this page is AVIF: the AV1 image format, essentially one AV1-encoded frame saved as a picture, which opens in current browsers and operating-system viewers and is typically far smaller than the equivalent JPEG. If that is what you were after, use JFIF to AVIF. JFIF to AV1 video only earns its place when you genuinely need a video file — a still card on an editing timeline, a bumper frame, or a test asset for an AV1 pipeline. If the clip has to reach ordinary devices instead, JFIF to MP4 with H.264 plays almost everywhere.
Very likely, if your goal was a smaller version of the photo. AVIF is the AV1 Image File Format — a single AV1-encoded frame stored as a picture, with support for transparency and high dynamic range — and it behaves like any other image: browsers render it inline, operating-system viewers open it, and it is usually much smaller than a JPEG of comparable quality. AV1 on its own is a video codec, so this page hands you a silent video clip instead. For the image, use JFIF to AVIF; for a genuine video file, stay here.
.av1 is a codec name being used as an extension, which no container specification defines. Inside, the converter writes a standard Matroska file: probing one reports the format as matroska,webm with an av1 video stream. That is why VLC and mpv open it happily — they identify the container from its bytes — while software that trusts extensions does not. Renaming the file to .mkv is a pure metadata change that makes it behave like any other Matroska video.
Dramatically smaller, because AV1 spends its effort on the one frame that matters. We encoded the same 1600 x 1200 JPEG three ways under identical conditions — one still, one frame per second, five seconds, B-frames off, each codec's quality slider at its default — and the AV1 output at CRF 30 came to about 4.2 KB, against roughly 39 KB for MPEG-4 in AVI and 35 KB for WMV 2. All three hold the identical picture for the identical five seconds; the difference is entirely codec efficiency.
No. Two separate questions hide in this one. The codec is widely decodable — counting partial support, around 94.28% of browser users have AV1, with Chrome 70 and later, Firefox 67 and later, Edge 121 and later, Opera 57 and later, and Safari partial from version 17 — but hardware-accelerated decoding needs a reasonably recent GPU or mobile chip, and older devices fall back to slower software decoding. The container is the bigger obstacle: this file is Matroska, which no browser plays natively regardless of codec support.
Because a photograph contains no audio. The converter skips audio setup entirely for image sources, so no Audio Codec control is rendered and no audio track is written to the Matroska file. That is different from an AV1 conversion of an existing video, where the audio track is carried into the container. To add music or narration to a still-photo clip, open it in a video editor and lay a track over it, then export from there.
Yes. JFIF is the JPEG File Interchange Format — the standard wrapper for JPEG image data, published by the ITU as Recommendation T.871 in May 2011 — and a .jfif file contains an ordinary JPEG bitstream with markers describing resolution, aspect ratio and colour space. Windows sometimes saves downloaded or pasted images with the .jfif extension, which trips up a few older editors even though the picture is perfectly valid. This converter treats .jfif, .jpg and .jpeg identically.
Whatever "Video resolution" is set to, with one ceiling. Every uploaded image is re-rendered to a clean intermediate capped at 4096 pixels on the long edge before encoding, so a very large photo is reduced before AV1 ever sees it; below that ceiling, "Keep original" preserves the photo's dimensions rounded down to even numbers. Choose Fixed Resolutions, Preset Resolutions or Width x Height when a downstream tool needs a specific frame size, and remember that any shape mismatch is padded with the Background Color rather than cropped.
AV1's encoder evaluates far more coding possibilities per frame than H.264 does, which is exactly how it reaches its much smaller output. On a single-picture clip that extra analysis is concentrated in the first frame, since the remaining frames are identical and cost almost nothing, but you will still wait longer than for the H.264 equivalent. If encode time matters more than file size — for example when you are producing many clips at once — use JFIF to MP4 instead.
It is uploaded over an encrypted connection, decoded and encoded on our servers, and deleted automatically after a few hours — never shared, never made public, no sign-up and no watermark. The server always re-encodes rather than repackaging your bytes, which is why the JPEG is fully decoded to raw pixels before the AV1 encoder runs.