JFIF to AV1 Converter

Convert JFIF files to AV1 format online. Free, fast, no watermarks.

Initializing... drag & drop files here

Supports: JPG, JPEG, JFIF

OptionsAdvanced Options - Our defaults are optimized for the best results. We recommend you keeping the defaults unless you have a specific need.
Show All Options
Merge strategy
Select Merge images to combine all uploaded files into a single video. Use Video per image to create a separate video for each individual file.
Image Duration
Duration
How long each still image is held on screen. This applies to static images — including a static WebP, AVIF or HEIC. It is ignored for animated sources, which keep their own frame timing: GIF, APNG, and an animated WebP, AVIF or HEIC.
Background Color
Background Color
File Compression
Preset
Video resolution

Convert JFIF to AV1: What This Tutorial Covers

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.

How to Convert JFIF to AV1

  1. Upload Your JFIF File: Drag your photo onto the page or click "Add Files". The uploader accepts .jfif, .jpg and .jpeg, and you can queue several photos at once.
  2. Set Merge strategy and Image Duration: "Merge strategy" chains several photos into one clip with "Merge images" (the default) or writes one clip per photo with "Video per image". "Image Duration" is the hold per picture — 5 seconds per frame by default, from a single frame at 60 fps up to 10 seconds.
  3. Pick Video resolution, Quality Preset and Background Color: Leave "Video resolution" on "Keep original" to hold the photo at native size, or choose Fixed Resolutions to fit a target frame. "File Compression" defaults to the "Very High (Recommended)" Quality Preset; "Background Color" is white for image sources and fills any padding.
  4. Convert and Download: Click Convert and save the file. It uploads over an encrypted connection, is encoded on our servers, and is deleted automatically after a few hours — no sign-up, no watermark.

Walk-through: The Container, the Extension, and Why VLC Opens It

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.

  • Renaming to .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.
  • VLC and mpv open it as-is. Both sniff the container rather than trusting the extension, so a .av1 file plays without renaming. Windows Photos, QuickTime and most editors do not.
  • A web browser will not open it, even though browsers decode AV1. Browser AV1 support means AV1 inside MP4 or WebM. Matroska is not an HTML5 container, so support percentages for the codec do not translate into this file playing in a page.

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.

What the Output File Is

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 Video, AVIF Image, and MP4 Compared

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

Common Errors and How to Fix Them

  • "Windows/macOS says it cannot open the file." The extension is the problem, not the file. Rename clip.av1 to clip.mkv, or open it in VLC or mpv, which detect the Matroska container regardless of extension.
  • "It won't play in my browser." Browsers decode AV1 only inside MP4 or WebM. Convert to JFIF to MP4 or JFIF to WebM if the clip has to play in a page.
  • "There is no sound." Expected. A photograph carries no audio, so nothing is written and no Audio Codec control appears. Add a track in an editor afterwards.
  • "The photo has bars around it." The output frame shape did not match the photo. Pick a Fixed Resolution with the same orientation, set Width x Height to match, or change the Background Color so the padding looks deliberate.
  • "The encode took longer than I expected." AV1 does far more analysis per frame than older codecs. Even a single-picture clip takes noticeably longer than the H.264 equivalent; that is the codec, not a stall.
  • "I actually wanted a smaller image, not a video." You wanted AVIF. See the section below.

When This Doesn't Work

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.

Frequently Asked Questions

Did I actually want AVIF instead of AV1?

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.

Why is the file called .av1, and what is inside it?

.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.

How large is the clip compared with older formats?

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.

Will every device play an AV1 file?

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.

Why is the clip silent, and can audio be added?

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.

Is a .jfif file really a JPEG?

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.

What resolution will the video be?

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.

Why does the encode take longer than an MP4 of the same photo?

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.

What happens to my photo after conversion?

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.

Rate JFIF to AV1 Converter Tool

Rating: 4.8 / 5 - 106 reviews