Reddit Video Downloader
Download Reddit videos, GIFs, and images with audio in HD.
How to Download Reddit Videos & Images in 3 Steps
Copy Link
Open the Reddit post - video, image, or gallery - tap Share, and choose Copy Link.
Paste Link
Paste it here: works for reddit.com, old.reddit.com, redd.it, or a mobile /s/ share link.
Download
Click Save. Video and audio load as separate files behind the scenes, so they are merged automatically before the download starts.
Reddit Video & Image Downloader: Key Features
Automatic Audio + Video Muxing
Reddit stores native video and audio as two separate DASH streams. Both get fetched from the post's DASHPlaylist.mpd manifest and merged server-side, so your download has sound whenever the source post does.
Crosspost-Aware Link Resolution
Crossposts reference the original post's media instead of duplicating it. That reference is followed automatically, so pasting a crosspost link or the original post's link returns the identical source video.
Every Reddit URL Format Supported
www.reddit.com, old.reddit.com, redd.it shortlinks, and the mobile app's obfuscated /s/ share links all resolve to the same post: no need to clean up or expand a link yourself first.
Full-Resolution Gallery Extraction
Multi-image Gallery posts are unpacked slide by slide, so you can save individual images or GIFs from a post at their original uploaded resolution instead of one flattened screenshot.
No Reddit Login Required
This Reddit downloader never asks for your Reddit username or password and never logs in on your behalf. It works anonymously against Reddit's public content servers for any publicly viewable post.
Highest Available Transcoded Quality
Delivers the highest resolution tier Reddit's own transcoder generated for that post, up to 1080p, without re-encoding or artificial upscaling beyond what Reddit actually stored.
To download a Reddit video, open the post on reddit.com or in the Reddit app, tap the Share icon and choose Copy Link, then paste that link into the box at the top of this page and click Download. Reddit stores a native video's picture and its sound as two separate files rather than one combined clip, so this tool fetches both streams directly from Reddit's servers and merges them into a single standard MP4 with working audio. This is the step most free "Reddit downloader" sites skip, which is why so many downloaded Reddit videos play silently. No Reddit account, no app install, and no browser extension are required for public posts, and most links resolve in around three seconds.
How Reddit Video Actually Works (And Why So Many Downloads Come Out Silent)
When someone uploads a video directly to Reddit (rather than linking to YouTube or another site), Reddit hosts the file on its own video subdomain, v.redd.it, and runs it through a transcoding pipeline that outputs an adaptive-bitrate streaming format called DASH (Dynamic Adaptive Streaming over HTTP). This is standard technology used by several major video platforms, but Reddit's specific implementation is where things get interesting for anyone trying to save a copy.
Instead of publishing one playable .mp4 file, Reddit publishes an XML manifest at a URL shaped like v.redd.it/<id>/DASHPlaylist.mpd. That manifest lists several independent "representations" of the same video: a handful of video-only streams at different resolutions (commonly DASH_1080, DASH_720, DASH_480, DASH_360, and DASH_240, depending on what resolution the original upload supports), and, if the source clip has sound, one separate, audio-only stream. Critically, the video files contain no audio track at all, and the audio file contains no video. When you watch a video inside Reddit's own player, your browser quietly requests both files and plays them in sync; you never notice the split because Reddit's player is doing the merging live, in real time, on your screen.
Reddit builds it this way for two practical reasons: it lets the player switch to a lower-resolution video stream on a slow connection without having to re-fetch or re-encode the audio, and it makes a single copy-pasted video URL far less useful outside Reddit's own pages. There is no one link that "is" the finished video.
β’ Manifest Parsed: DASHPlaylist.mpd (adaptive-bitrate video representations + a separate audio representation)
β’ Video-Only Streams: Up to 1080p, 720p, 480p, 360p & 240p tiers, depending on the original upload
β’ Audio Stream: Separate AAC audio-only track, fetched and merged server-side without re-encoding either file
β’ Output: One standard MP4 container with synced picture and sound, delivered with no Reddit login required
This split-stream design is exactly why so many free "Reddit video downloader" tools and browser extensions produce a silent file. A lazy implementation reads the manifest, grabs the highest-resolution video-only URL, and hands it to you labeled as the finished download. Nothing throws an error: the file plays perfectly fine, it opens, the thumbnail looks correct. You only discover the problem once you hit play and hear nothing. Judging by how many Reddit-specific downloader tools advertise "with sound" as their headline feature, this is the single most common complaint about downloading Reddit video, more so than any quality or format issue. both the video representation and the audio representation get fetched from the same manifest and muxed together into one file before it ever reaches you, so playback includes audio whenever the source post has any.
One honest caveat: not every silent download is a bug. Some Reddit videos are genuinely silent at the source: clips that started life as animated GIFs and were converted to MP4 by Reddit's own pipeline, or muted screen recordings, never had an audio representation in the manifest to begin with. If a post plays with no sound directly on Reddit itself, there is no audio stream anywhere to merge, and no downloader, this one included, can add sound that was never captured.
Reddit Doesn't Actually Have a "Download Video" Button
It's worth saying plainly, because it surprises a lot of people: Reddit has never shipped a first-party way to export a video as a file. The bookmark-shaped Save control under a post (or "Save" in the β’β’β’ menu) doesn't download anything. It adds the post to your personal Saved list at reddit.com/user/<you>/saved/. That's a bookmark tied to your Reddit account, not a file written to your device. Nothing appears in your camera roll, your Photos app, or your Downloads folder, and if the original post is later deleted, your "saved" entry stops pointing anywhere.
This is a real difference from most platforms people compare Reddit to. Instagram and TikTok at least attempt to write an actual video file to your device when you tap their native save option, even if the result is watermarked or capped at a lower resolution. Reddit skips that step entirely: there is no built-in "export this as a file" button anywhere in the app or on the website, on any platform. That gap is a large part of why dedicated third-party Reddit downloaders exist at all, and it's also why simply long-pressing a Reddit video on your phone rarely works the way it does on other sites: Reddit's player is juggling two separate DASH streams, not showing you one downloadable file the OS can grab directly.
Reddit Video Downloader vs. Reddit's Save, Screen Recording & Manual DASH Parsing
Here is an honest, feature-by-feature comparison of the four ways people actually try to get a Reddit video onto their device:
| Feature / Criteria | Reddit Video Downloader | Reddit's Own "Save" | Screen Recording | Manual DASH / FFmpeg |
|---|---|---|---|---|
| Produces an Actual File | β Merged MP4 | β Bookmark Only | β Yes | β Yes, With Effort |
| Includes Audio | β Auto-Merged | β N/A, No File | β Captures Device Audio | β οΈ Only If You Merge Both Streams Yourself |
| Original Source Quality | β Highest Transcoded Tier | β N/A | β Re-Compressed, Screen Artifacts | β No Re-Encoding |
| Technical Skill Needed | β None: Paste a Link | β None | β None, But Manual Timing | β Requires ffmpeg / yt-dlp & a Terminal |
| Works on Mobile | β Full Browser Support | β In-App Only | β οΈ Native Screen Recorder Only | β Practically Desktop-Only |
| No Reddit Login Required | β 100% Anonymous | β Requires an Account | β N/A | β N/A |
The manual ffmpeg/yt-dlp route deserves credit: done correctly, it produces the same original, non-re-encoded quality this tool does, because it is parsing the same public DASHPlaylist.mpd manifest. The difference is entirely about effort: it means installing command-line tools and knowing the right flags, which is a fine trade for a developer archiving a channel's worth of posts, and a poor one for someone who just wants a specific clip in the next thirty seconds.
What Works vs. What Does Not
For full transparency, here is exactly what this Reddit video and image downloader can and cannot retrieve:
- Public v.redd.it Video Posts: Automatic detection and merging of the separate video and audio DASH streams into one MP4.
- Crossposts: Paste either the crosspost link or the original post's link: both resolve to the same source video.
- Gallery & Multi-Image Posts: Every image or GIF slide is extracted individually at its original resolution.
- Every Public URL Format:
www.reddit.com,old.reddit.com,redd.itshortlinks, and mobile/s/share links all resolve correctly. - Fully Public Posts: Any post Reddit serves without requiring a logged-in or age-verified session.
- Deleted Posts: Once the original poster deletes a post, Reddit discards the source file. No tool can recover it afterward.
- Removed Post Media: The listing may still exist, but Reddit generally restricts public access to the underlying file once it is removed.
- Age-Verified & Quarantined Communities: Content gated behind Reddit's login-and-verification wall can't be fetched by a tool that doesn't authenticate as a verified account.
- Third-Party Embeds: Posts linking out to YouTube, Streamable, or other external hosts instead of uploading native video follow that outside host's rules, not Reddit's.
- Private Subreddits & Profiles: Content restricted to approved members only is never publicly fetchable.
Crossposts: Which Link Do You Actually Paste?
A crosspost happens when someone resubmits an existing post into a different subreddit. Reddit creates a genuinely new submission: its own permalink, its own comment thread, its own vote count, credited back to the original poster with an "OP" badge, but it deliberately does not upload a second copy of the video or image. A crosspost is a pointer to the original post's media, not an independent copy of it.
That raises an obvious question: if you find a video through a crosspost, which URL do you paste: the crosspost's, or the original post it came from? The answer is that either one works. Reddit's own data model attaches a crosspost to its parent post specifically so the crosspost never needs its own copy of the media, and that reference gets followed automatically the moment a crosspost is detected, landing on the identical source file either way.
If a crosspost has been removed from its destination subreddit for breaking that specific community's rules, the original post is often still live elsewhere on Reddit, and vice versa. If one link returns an error, it's always worth trying the other. The video itself is shared between them even though the comment sections are completely separate.
Reddit Galleries and Multi-Image Posts
Reddit's native Gallery post type lets a poster attach up to twenty images or GIFs to a single submission, each with its own optional caption. It is a genuinely different post type from a single video post, and it comes with a limitation that trips a lot of people up: Reddit galleries do not support embedding real, native video with sound. Only still images and animated GIFs are allowed inside a gallery.
That is why you will occasionally see a gallery slide that looks like a video clip but plays completely silently no matter what tool you use to save it: the poster converted a short clip into a looping GIF specifically so it could be included as a gallery slide, and the audio was stripped out during that conversion, long before anyone tried to download it. There is no audio stream left anywhere to recover.
Paste a gallery post's link in and it unpacks every slide individually at its original uploaded resolution, so you can grab the specific images you actually want instead of a single squashed composite screenshot.
Reddit's URL Zoo: old.reddit.com, redd.it Shortlinks & Mobile Share Links
Reddit links come in more shapes than almost any other platform on this site, and every shape below points to the same underlying post:
- Standard Modern URL:
www.reddit.com/r/<subreddit>/comments/<id>/<title-slug>/: what you get copying from the current reddit.com site. - Legacy Interface:
old.reddit.com/...: the same posts and the same post IDs, served through the lightweight interface many long-time users still set as their default. - Official Shortlink:
redd.it/<id>: Reddit's own long-standing short-link format, built directly from the post's real ID, so it maps straight to the post with no lookup required. - Mobile Share Link:
reddit.com/r/<subreddit>/s/<random string>: generated by the Share button inside the official mobile app. Unlike aredd.itlink, this string is an opaque, single-use-looking token rather than the post's real ID, so it has to be resolved through a redirect before anyone (you, your browser, or a downloader) can tell which post it actually points to. - Mobile Web:
m.reddit.com/...: the same content again, served through Reddit's mobile-optimized subdomain.
Paste whichever of the five formats above you happened to copy: shortlinks and share-link redirects resolve automatically, and media gets extracted from the canonical post underneath. There is no need to open the link yourself first just to get a "real" URL.
Deleted vs. Removed: Why Some Posts Can't Be Recovered
These two Reddit statuses look similar from the outside (the post is gone either way), but they happen for different reasons and have different backstage visibility, which matters if you are trying to understand why a video you saw yesterday will not load today.
- Deleted (by the original poster): The poster chose to take it down themselves. Reddit discards the underlying content sitewide when this happens: even subreddit moderators lose the ability to see what it originally was. If the source post is deleted before anyone downloads it, there is no copy left on Reddit's servers for anyone, including this tool, to retrieve.
- Removed (by a moderator, automated filter, or Reddit itself): The post broke a rule. The listing's shell frequently stays at the same URL with a "[removed]" placeholder, and moderators or Reddit admins retain back-end visibility into what was posted, but that access is not public. An ordinary fetch, from you or from any downloading tool, cannot pull the underlying media through normal means once it has been removed.
For the practical purpose of downloading a video, the distinction mostly explains why a post disappeared rather than changing whether you can still get it. Once a post is gone, it is gone either way. If there is a Reddit video you want to keep, the only reliable move is saving it while the post is still live.
Reddit Video Resolution & Format Reference
A quick reference for what Reddit actually stores, by content type:
| Content Type | Max Hosted Quality | Container / Format | Host Domain |
|---|---|---|---|
| Native Reddit Video | Up to 1080p (original-upload dependent) | MP4, H.264 video / AAC audio, DASH-delivered | v.redd.it |
| GIF-Converted Clips | Matches source clip, usually silent | MP4, video-only, no audio representation | v.redd.it |
| Gallery Images | Original uploaded resolution | JPG / PNG | i.redd.it / preview.redd.it |
| Third-Party Embeds | Set by the external host, not Reddit | Varies (YouTube, Streamable, etc.) | External domain, not Reddit |
That third row matters more than it looks: a meaningful share of "Reddit videos" are not hosted on v.redd.it at all: many subreddits rely on external video-hosting services instead, and those posts follow that host's own delivery format rather than Reddit's DASH split, so the silent-video problem described above simply does not apply to them the same way.
How to Download Reddit Videos on iPhone, Android & Desktop
iPhone & iPad (Safari)
- Copy the Link: In the Reddit app, tap the Share icon under the post and tap Copy Link (this works whether it comes out as a full reddit.com URL or a shortened
/s/share link). - Paste in Safari: Come back to this page in Safari, paste the link into the search bar, and tap Download.
- Save to Photos: Tap Save and confirm Safari's download prompt. Tap the blue downward-arrow icon in the address bar, open the file, tap the Share icon, and choose Save Video to move it into your iPhone's Photos app.
Android (Chrome & Samsung Internet)
- Copy the Link: In the Reddit app, tap Share on the post, then tap Copy Link.
- Paste & Fetch: Come back to this page in Chrome or Samsung Internet, paste the URL, and tap Download.
- Save to Gallery: Tap Save. The merged file saves directly to your phone's
/Downloadfolder and appears automatically in your Gallery app.
Desktop (Chrome, Firefox, Safari & Edge)
- Copy the URL: Open the post on
reddit.comorold.reddit.comand copy it from your browser's address bar, or use the Share button's Copy Link option. - Process the Link: Paste the link into the search box on this page and click Download.
- Save the File: Click Save to store the merged, audio-included video in your computer's Downloads folder.
Common Use Cases for a Reddit Video & Image Downloader
- Archiving Discussions & AMAs: Reddit automatically locks old threads from new comments and posters frequently delete viral submissions later. Downloading a copy while it is live is the only way to keep it.
- Offline Reference: Save instructional, troubleshooting, or DIY clips from technical subreddits to watch without a connection.
- Content Creators & Commentary: Clip newsworthy or reaction-worthy Reddit videos for commentary on X (Twitter) or elsewhere, with proper attribution back to the original poster.
- Research & Journalism: Preserve a primary-source clip before a subreddit is set to private or a post is scrubbed. Reddit threads are cited constantly and vanish just as often.
- Meme Archiving: Meme-heavy subreddits and their crossposts to sites like 9GAG have some of the highest post-deletion rates on the internet. Save what you want to keep.
- Gaming Clips: Gaming subreddits are full of highlight clips originally streamed on Twitch: downloading the Reddit repost is often easier than tracking down the original VOD.
- Sharing Outside Reddit: Send a specific clip directly over WhatsApp, iMessage, or Telegram to someone who doesn't use Reddit, without making them install the app.
Troubleshooting Reddit Downloader Errors
- "My download has no audio": Check whether the original post has sound when played directly on Reddit. If it does and your download doesn't, re-paste the link: if it does not, the source clip never had an audio stream to merge (see the DASH section above).
- "Link not recognized / nothing happens": Usually caused by extra text bundled in during copy-paste, especially from chat apps that append a title or preview. Re-copy just the link, or copy it directly from your browser's address bar.
- "This post is unavailable": The post has likely been deleted or removed since you found it, or it lives inside an age-verification-gated or quarantined community that requires an authenticated account to view.
- "Resolution is lower than I expected": Reddit only stores what its transcoder produced from the poster's original upload. If the source file was already compressed before it reached Reddit, that is the ceiling for any downloader.
- "Gallery only returned one image": Make sure the link points to the gallery post itself rather than a direct link to a single image asset extracted from inside it.
Is It Legal to Download Reddit Videos? Fair Use & Copyright
Downloading public Reddit videos for personal offline viewing, research, or fair-use commentary is broadly consistent with accepted fair use principles in most places. Where it gets more complicated is re-use: reposting someone's Reddit video elsewhere as if it were your own, or using it commercially, without credit or permission, can raise real copyright issues. Reddit communities are notoriously quick to call out uncredited reposts, and original creators do file takedowns against re-uploads.
A large share of viral Reddit videos are themselves reposts of footage the poster does not own: clipped from a broadcast, another creator's TikTok, or a sports highlight. Downloading a clip from Reddit does not change the underlying copyright status of the footage. If you plan to reuse a clip publicly or commercially, it is worth tracing it back to whoever actually filmed it, not just whoever posted it to Reddit.
Latest Updates & Fixes
This Reddit video downloader is actively maintained to keep pace with Reddit's link formats and media pipeline. Here is our recent maintenance log for this tool:
Mobile Share Link (/s/) Redirect Resolution Improved
- Resolved a batch of intermittent failures resolving
reddit.com/r/.../s/...mobile share links to their canonical post. - Crosspost parent-media lookups now retry automatically before returning an error, reducing false "unavailable" results.
Gallery Post Slide Extraction Now Live
- Added support for pulling every image or GIF individually from multi-image Gallery posts at original resolution.
- Fixed a parsing issue where captions containing certain punctuation could interrupt gallery slide detection.
More Reliable Audio-Track Detection on DASH Manifests
- Improved detection of posts with genuinely no audio representation, such as silent GIF-converted clips, so the tool no longer stalls trying to merge sound that was never there.
- General reliability improvements to DASH manifest parsing for older, archived posts.
Legal Notice & Disclaimer
- Saving public Reddit posts for personal, non-commercial reference, offline viewing, or fair-use commentary is generally permitted. Obtain permission from the rights holder before any commercial or public redistribution, particularly since much Reddit video content originates from creators posting elsewhere first.
- GetinDevice does not host or store any Reddit media on its own servers. Every video and image is fetched directly from Reddit's public content-delivery servers (
v.redd.itandi.redd.it) at the time of your request. - GetinDevice is an independent third-party web utility and is not affiliated with, authorized by, or endorsed by Reddit, Inc. Reddit and the Reddit logo are trademarks of Reddit, Inc.
Frequently Asked Questions
How do I download a video from Reddit?βΌ
Copy the post's link (via the Share button, or straight from your browser's address bar), paste it into the search bar at the top of GetinDevice.com, and tap Download. the separate video and audio streams get fetched and merged into one MP4 with sound before the file reaches you.
Why is my downloaded Reddit video silent?βΌ
Reddit stores native video and its audio as two separate files on its v.redd.it servers rather than one combined file. Downloaders that only grab the video-only stream produce a silent MP4 with no error message. this Reddit video downloader fetches both the video and audio streams and merges them automatically, so the file plays with sound whenever the original post had any.
Does every silent Reddit video mean the downloader is broken?βΌ
No. Some Reddit videos, such as clips converted from animated GIFs and muted screen recordings, never had an audio track in the first place, so there is no separate audio stream for any tool to merge. If the original post plays silently on Reddit itself, the download will be silent too.
What is v.redd.it and why does Reddit use it?βΌ
v.redd.it is Reddit's own video hosting domain for natively uploaded videos. It transcodes uploads into an adaptive streaming format called DASH, with several resolution tiers and a separate audio track, which lets Reddit's player adjust quality to your connection speed on the fly.
Can I download a video from a crosspost, or do I need the original post?βΌ
Either link works. A crosspost is a separate submission with its own comments and vote count, but it does not upload a second copy of the video, it references the original post's media. that reference gets followed automatically, so pasting the crosspost URL or the original post's URL returns the same video.
What should I do if a crosspost link doesn't work?βΌ
Try the original post it was crossposted from, and vice versa. If one submission was removed from its subreddit but the other is still live, the still-live one will usually resolve normally since the underlying video is shared between them.
Can I download all the images in a Reddit gallery post at once?βΌ
Yes. Paste the gallery post's link and every image or GIF slide gets unpacked individually at its original resolution, rather than giving you one squashed composite image.
Why does a "video" inside a Reddit gallery play with no sound?βΌ
Reddit galleries only support still images and GIFs, not native video files. Posters sometimes convert a short clip into a silent, looping GIF to include it as a gallery slide, and since the sound was stripped out before it was ever uploaded, there is no audio to recover.
Can I download a Reddit post that has been deleted?βΌ
No. When the original poster deletes their own post, Reddit removes the underlying content from its servers, and no downloader, including this one, can retrieve a file that no longer exists there. The only way to still have it is to have downloaded it before it was deleted.
What's the difference between a deleted post and a removed post?βΌ
"Deleted" means the original poster took it down themselves, and Reddit discards the content sitewide. "Removed" means a moderator or Reddit's own systems took it down for breaking a rule; the post's URL and comment section often stay live with a placeholder, but public access to the underlying media is restricted either way, so practically speaking, neither can be downloaded once it happens.
Does it matter if I copy a link from old.reddit.com instead of the regular site?βΌ
No. old.reddit.com, www.reddit.com, and the mobile m.reddit.com subdomain all point to the same underlying post using the same post ID. this Reddit video downloader extracts media the same way regardless of which version of the site the link came from.
I copied a link that looks like reddit.com/r/subreddit/s/randomletters, will that work?βΌ
Yes. That format is generated by the Share button in Reddit's official mobile app. It is a short redirect link rather than the post's real address, so the redirect gets resolved first to find the actual post before fetching its media, you do not need to open it yourself first to get the "real" link.
What does a redd.it link do differently from a full reddit.com link?βΌ
Nothing that matters for downloading. redd.it/<id> is Reddit's own long-standing short-link format, built directly from the post's real ID, so it points straight to the same post as the full reddit.com/r/.../comments/<id>/ URL.
What is the maximum video quality this Reddit downloader can get?βΌ
Whatever Reddit's own transcoder produced from the poster's original upload, up to 1080p. Reddit does not store a higher-quality master beyond what it transcoded at upload time, so no downloader can extract quality Reddit never generated in the first place.
Does Reddit have its own "download video" button?βΌ
Not really. Reddit's Save option bookmarks a post to your account's Saved list on reddit.com, it does not export an actual video file to your phone or computer. That gap is a large part of why third-party Reddit downloaders exist at all.
Is this Reddit downloader safe to use, and does it require a Reddit login?βΌ
Yes, it is safe, and no login is required. It never asks for your Reddit username or password and does not log into Reddit on your behalf. It works anonymously against Reddit's public content servers for any post that is publicly viewable.
Can I download Reddit videos that are actually hosted on YouTube, Streamable, or other sites and just linked in a post?βΌ
This tool is built around Reddit's own v.redd.it video hosting and image galleries. Posts that embed a link to an external site rather than uploading native video follow that external site's own hosting rules rather than Reddit's, so results can vary and are not guaranteed the same way.
Is it legal to download Reddit videos?βΌ
Downloading public posts for personal offline viewing, research, or fair-use commentary is generally fine. Many Reddit videos are themselves reposts of someone else's footage from elsewhere, so if you plan to reuse a clip publicly or commercially, it is worth tracking down and crediting, or licensing from, whoever actually created it, not just whoever posted it to Reddit.
Where are downloaded Reddit videos saved on my device?βΌ
On iPhone and iPad, Safari saves to its built-in Downloads manager; tap Share on the file and choose Save Video to move it into Photos. On Android, files save directly to your /Download folder and appear in your Gallery app. On desktop, files go to your browser's default Downloads folder.
Does downloading a Reddit video notify the poster or change its view count?βΌ
No. Media is fetched through a standard anonymous request, the same kind your browser makes when the video plays inside Reddit's own player. Reddit has no mechanism to flag that as a "download," and posters receive no notification when their video or gallery is saved.
Can I download every video from a subreddit at once?βΌ
No, this Reddit video downloader processes one post link at a time. For a specific video, image, or gallery you want to keep, copy that post's link and paste it in - there is no bulk "download this whole subreddit" mode.
More Tools
Try our other high-speed downloaders for different platforms.