Initializing... drag & drop files here
Supports: JPG, JPEG, JFIF
This walks through turning a .jfif photo into a silent .mpeg clip that holds the still on screen for a duration you set — the kind of file a DVD-authoring package, a legacy signage player, or a broadcast ingest system will accept when it takes video but refuses a loose image. A .jfif is just an ordinary JPEG that Windows saved under an unfamiliar extension, so the first thing to settle is whether you actually need video at all; the last section covers what to do if you do not. Along the way you will see which of the two MPEG codecs to pick, why the file is larger than you expect, and what a disc-authoring tool will do with it afterwards.
.jfif images onto the page or use the upload button to browse; .jpg and .jpeg are the same format and are accepted too. With several files, "Merge strategy" chooses between "Merge images" for one chained clip — the pre-selected option — and "Video per image" for a separate .mpeg each..mpeg. The clip is silent, because a photograph has no audio to encode. No sign-up, no watermark.Two decisions matter here, and both are easy to get wrong.
Codec. MPEG-2 (ITU-T H.262, first approved in July 1995, published jointly as ISO/IEC 13818-2) is the pre-selected choice and the right one for almost everybody: it is the video codec behind DVD-Video, SVCD, and a great deal of digital broadcast, so hardware and authoring tools from that world expect it. MPEG-1 (ISO/IEC 11172, 1993) is a generation older and its main remaining use is Video CD authoring and very old playback hardware. If you are unsure, leave MPEG-2 selected.
File size. This is the surprise. MPEG-2 has no CRF-style constant-quality mode — its rate control needs a real bitrate, and it fails outright when that bitrate is too low for the frame size. Our encoder therefore computes a minimum from the output dimensions and never writes below it: roughly 2 Mbps as an absolute floor, and around 7.5 Mbps for a 1920×1080 frame. That is why a five-second still-image clip lands in the megabytes rather than the kilobytes an H.264 file of the same picture would use.
.mpeg? Reduce "Video resolution" rather than reaching for a quality control — the minimum bitrate is derived from pixel count, so halving the dimensions cuts it dramatically.| Layer | What is written |
|---|---|
| Container | MPEG program stream — the standard payload of a .mpg or .mpeg file |
| Video codec | MPEG-2 by default, MPEG-1 if you select it |
| Audio | None; a still photo has no audio track, and no audio controls appear on this page |
| Frame rate | 1 fps, with B-frames disabled, since every frame is identical |
| Duration | The "Duration" setting, multiplied by the image count when merging |
| Dimensions | Source pixels by default; each image is first re-rendered as a clean PNG capped at 4096 pixels on the long edge |
| Rate control | Bitrate-driven with a resolution-derived floor, because MPEG-2 has no CRF mode |
| MPEG-1 | MPEG-2 (default) | |
|---|---|---|
| Standard | ISO/IEC 11172, 1993 | ITU-T H.262 / ISO/IEC 13818-2, first approved July 1995 |
| Designed for | Video CD, CD-ROM-rate video | DVD-Video, SVCD, digital broadcast |
| Interlacing support | No | Yes |
| Efficiency on a still | Poorer | Better, though still far behind H.264 |
| Pick it when | A VCD authoring tool or very old hardware demands it | Anything else — disc authoring, ingest, legacy players |
<video> codec and is not natively supported on iOS. Desktop VLC and mpv play it fine. For web or mobile, convert to MP4 instead.If you never wanted a video, this is the wrong path. A .jfif saved by Chrome or Edge is a normal JPEG under an unfamiliar name, and JFIF to JPG gives you the same picture with an extension every program accepts. MPEG-2 is also a poor choice for anything shared online — it is a heavyweight legacy codec whose value is compatibility with disc and broadcast hardware, not efficiency. And a still image cannot become motion footage: panning, zooming, or a Ken Burns effect requires an editor working on a timeline. For a corrupt or partially downloaded .jfif, no converter can rebuild missing image data; re-save or re-download the original first.
No on both counts. A JFIF is a single still frame with no audio stream, so the conversion holds that one picture for the duration you choose and writes video only. There is no animation and no soundtrack. If a moving effect is what you are after, that is editing work rather than a format conversion.
MPEG-2 unless you change it, with MPEG-1 as the alternative in the "Video Codec" control. MPEG-2 plays in desktop players such as VLC and mpv, in DVD players and set-top boxes, and across broadcast and ingest systems. It is not an HTML5 <video> codec, so it will not play inline on a web page, and iOS has no native support for it.
They are the same image. JFIF is the JPEG File Interchange Format, standardised as ITU-T T.871 in 2011 and derived from a 1992 specification by Eric Hamilton at C-Cube Microsystems; it defines a small APP0 header in front of ordinary JPEG data. Both extensions report the image/jpeg MIME type. Windows assigns the .jfif name through its MIME registry entry for image/jpeg, which is why a browser download sometimes arrives with it. JFIF to MPEG therefore behaves identically to JPG to MPEG.
Because MPEG-2 cannot be told to aim at a quality level the way H.264 can — it needs a bitrate, and it errors out when that bitrate is too low for the frame size. Our encoder computes a safe minimum from the output dimensions, never going below about 2 Mbps and landing near 7.5 Mbps for a 1080p frame. Multiply that by your duration and you have the file size. Reducing the resolution is the effective lever; the duration setting is the other one.
Yes. Upload them all and leave "Merge strategy" on "Merge images"; each photo is held for the "Duration" you set and they play back to back in a single file, with no transitions. Total runtime is the number of images times the per-frame duration. Choose "Video per image" for a separate .mpeg per photo instead.
.mpeg and .mpg are two spellings of the same thing — an MPEG program stream — and JFIF to MPG produces the same kind of file under the shorter extension. JFIF to MPEG-2 writes the same program-stream bytes but names the download .mpeg2, which is a codec name being used as an extension; some players refuse to probe it until you rename the file. If you have a free choice, .mpg or .mpeg is the safer filename.
You can feed it to authoring software, but expect it to be conformed rather than copied. DVD-Video permits only a short list of frame sizes — 720×480 for NTSC and 720×576 for PAL, plus a few reduced variants — along with fixed frame rates and an audio track, none of which a 1 fps silent still-image clip satisfies. Authoring packages re-encode to meet the spec during the build, so treat this output as source material for that process rather than as a finished disc asset.
Your file is uploaded over an encrypted connection, processed on our servers, and deleted automatically after a few hours. There is no sign-up, no watermark, and nothing is shared or made public. The practical limit on a big batch is upload size and transfer time rather than anything about the images.