Instagram Reel to MP4 — Download Instagram Videos as MP4
Every video on Instagram — short vertical clips, ordinary feed posts, long-form uploads — is already an MP4 before you touch it. Nothing here converts anything; the stored file is transferred to you intact, for free and with nothing to install. This page is the technical one: what that file is made of, why sizes vary so wildly, and which rung of the quality table to take.
Container and Codec: Two Different Things
People use "MP4" to mean the video, but it names only the container — the wrapper that keeps a video track, an audio track and the timing data that synchronises them together in one file. A container specifies nothing about how the pictures were compressed.
That job belongs to the codec, and here it is H.264 (also called AVC). H.264 is the most widely deployed video codec in existence, with hardware decoding baked into essentially every phone chip, laptop and smart TV shipped in the last decade. Hardware decoding is why a phone plays these clips for hours without becoming hot or draining the battery: dedicated silicon does the work instead of the main processor.
Both halves matter. Software opens the container, then hands the stream to a decoder. Because Instagram uses the H.264-in-MP4 pairing throughout, the file that reaches you needs no codec pack, no plug-in and no conversion step — VLC, QuickTime, the Windows Movies & TV app, Android gallery players and every browser handle it natively.
What "No Re-Encoding" Means in Practice
The claim sounds like marketing, so here is the mechanism. H.264 is lossy: compressing throws information away permanently to hit a target size. Decompress and compress a second time and the encoder is now working from an already-damaged picture, throwing away detail from a copy that was itself missing detail. This is generation loss, and it compounds.
Symptoms are recognisable once you know them — blocky patches in shadows and night footage, smearing on fast pans, mosquito noise crawling along high-contrast edges, gradients breaking into visible bands.
None of that happens if nothing is re-encoded. The bytes on Instagram's servers are the bytes written to your disk. A downloader that transcodes on the way out cannot avoid a second lossy pass, however good its settings; this one avoids it by never opening the stream at all.
Getting the URL and Submitting It
Copy the URL of the video from Instagram — through the post menu on a phone, or straight from the browser bar on a computer, where opening the post gives it a page of its own. Feed URLs contain /p/, short vertical clips contain /reel/, and either is fine.
Paste it on dlgram.org. The media type is worked out automatically, a preview is built, and the quality table appears underneath it. Nothing transfers until you press an entry.
Bitrate, File Size and the Quality Table
The picker offers 1080P, 720P, 480P, 360P and 240P, each with its own file size printed beside it. Resolution is only half the story though — the other half is bitrate, meaning how many bits per second the encoder spent.
File size works out as roughly bitrate multiplied by duration. Resolution influences the bitrate a rendition needs, but so does the footage: an encoder spends heavily on rain, confetti, foliage, fast pans and fine fabric texture, and very little on a stationary talking head against a plain wall. That is why two clips of the same length and the same resolution can differ several times over in weight, and why quoting a fixed "megabytes per minute" figure is meaningless.
Which is exactly why every entry carries a real number rather than an estimate. You are choosing between measured files, not guessing from labels.
Choosing a Rung on a Slow Connection
On a weak or metered connection, resolution is a budget rather than a preference:
- 1080P — take it when the clip is going into an edit, onto a large screen, or into long-term storage. This is the rung with detail to spare.
- 720P — the pragmatic middle. Roughly half the weight of 1080P and still crisp at phone size; the right default when the connection is unreliable.
- 480P — fine for reference material, mood boards, and anything you need to consult rather than admire.
- 360P and 240P — for genuinely bad conditions, roaming, or a nearly-flat data allowance, where having the clip at all beats having it look good.
One more consideration: anything beyond about 40 MB is handed to the browser's own download manager, which is markedly better at long, interrupted transfers than an in-page save. There is no upper size limit here at all. (The Telegram bots are a separate matter — Telegram itself caps files sent as links at 20 MB.)
What Comes Out as MP4
- Short vertical clips of up to 90 seconds — see the dedicated guide for their particulars.
- Ordinary video posts in the feed.
- Long-form uploads, covered under IGTV.
- Video stories, provided the 24-hour window has not closed.
- Individual video items sitting inside a multi-item post.
Still images take a different path entirely — resolution ladders, WebP and JPG. The photo guide deals with those.
Bringing the File Into an Editor
Premiere Pro, DaVinci Resolve, Final Cut, CapCut and iMovie all accept H.264 MP4 without complaint — it is the format they are built around.
There is a caveat worth knowing on older hardware. H.264 is a delivery codec, designed to be small in transit, not to be scrubbed through frame by frame. Its frames are stored as differences from neighbouring frames, so jumping to an arbitrary point means reconstructing several frames first. On a slower machine that produces sluggish scrubbing and dropped previews. The fix editors provide is transcoding to an intermediate codec — ProRes, DNxHR, or your editor's own optimised media — which produces much larger files that cut smoothly. Do that after downloading, not instead of it: transcoding from the original is one clean conversion rather than a lossy round trip.
Vertical clips also arrive at 9:16, so a landscape timeline needs a scale or reframe decision rather than a straight drop-in.
Why There Is No MP3 Option Yet
Audio and video are muxed into a single MP4, and no audio-only export exists here at the moment. Extracting a soundtrack means running the downloaded file through a separate tool afterwards.
Worth remembering that music attached to a post is licensed to the person who posted it. Keeping a copy for yourself is one thing; republishing a track lifted from someone else's upload is what gets content removed elsewhere.
When Something Goes Wrong
The browser plays the file rather than saving it
It has recognised a format it can render. Right-click and choose "Save link as" on a computer; long-press and choose "Download linked file" on a phone.
The URL is not accepted
It must point at one specific post — profile pages and hashtag pages contain no single item to fetch. The account has to be public as well; private accounts are never supported.
Playback stutters on an old computer
Likely a machine without hardware H.264 decoding at that resolution. VLC copes better than most players, and a lower rung from the quality table will play smoothly where 1080P will not.
Requests stop going through
A short cooldown kicks in near 20 requests a minute. Wait it out and it clears.
Frequently Asked Questions
What is the difference between MP4 and H.264?
MP4 is the container holding video, audio and timing together; H.264 is the codec that compressed the pictures inside it. Software opens the container, then decodes the stream.
What does "no re-encoding" actually mean?
The bytes Instagram stores are the bytes you receive — no second lossy pass, so no fresh blocking in shadows and no smearing on motion. Compression applied twice never comes back.
Why is one 30-second video far larger than another?
Bitrate. Size is roughly bitrate times duration, and encoders spend far more on rain, confetti and fast pans than on a static talking head.
Which quality should I choose on a slow connection?
720P is the usual compromise — about half the weight of 1080P and still sharp on a phone. 480P for reference material; 360P and 240P when conditions are genuinely bad. Each entry shows its real file size.
Will the file import into Premiere, Resolve or CapCut?
Yes. On slower machines, transcode to ProRes or DNxHR first for smoother scrubbing — H.264 is built for delivery, not for editing.
Can I get audio only, as an MP3?
Not yet. Audio is muxed into the same file, so extracting a soundtrack needs a separate converter after downloading.