Download Twitter Videos in 1080p Full HD
Twitter (X) serves the same video in several resolutions, and it doesn't tell you which one you're watching. This guide shows how to grab the highest-quality MP4 — up to 1080p Full HD — and why a few videos top out lower.
Short answer: paste the tweet link into the downloader, then click the 1080p button in the quality list. If 1080p isn't shown, the uploader's source video simply wasn't that large.
Try it now
Paste a Twitter/X link and download in seconds — free, no login.
How to get the 1080p file
- Copy the tweet link (share icon → Copy link).
- Paste it into the box on the home page and let it extract.
- The downloader lists every available resolution — commonly 270p, 360p, 480p, 720p, and 1080p.
- Click the 1080p button to save that exact MP4.
You always see the full ladder of variants, so you're never guessing. Prefer a direct link? Use the copy button next to the 1080p entry to grab the raw video URL. The general walkthrough is in how to download a Twitter video.
Why some videos cap below 1080p
Twitter only re-encodes up to the resolution of the file the uploader provided. So the maximum you can download depends on the source, not on this tool:
- The uploader posted a smaller file. If someone uploaded a 720p clip, 1080p never exists — 720p is the ceiling.
- Older tweets. Twitter's historical encoding ladders were lower; many pre-2018 videos max out at 720p or less.
- Portrait / square clips. Vertical videos are measured by their longest side, so a phone clip may list an unusual height rather than a clean "1080p."
- Screen recordings and re-shares. Re-uploaded content is often already compressed, so its "best" variant is lower quality.
The tool never upscales or adds detail that isn't in the source. Picking the top variant gets you the best the platform actually stored.
Getting 1080p from the API
Developers can request a specific quality directly. The /api/download endpoint
streams the MP4 as a file attachment, and the quality parameter matches a
variant label:
curl -L "https://download-twitter-video.drummerduck.com/api/download?url=https://x.com/user/status/1234567890&quality=1080p" -o video.mp4
To see which resolutions exist before downloading, call /api/extract and read
the variants array on each media item:
curl "https://download-twitter-video.drummerduck.com/api/extract?url=https://x.com/user/status/1234567890"
Each variant includes quality, width, height, bitrate, and a direct
url. If you request quality=1080p on a video that doesn't have it, you'll get
the best available variant instead. Full details are in the
REST API guide.
Frequently asked questions
How do I know which quality is best?
The variants are sorted so the top button is the highest resolution. 1080p is Full HD; anything above 720p is HD.
Why is 1080p missing on some tweets?
Because the original upload wasn't 1080p. The tool can only offer resolutions Twitter actually encoded from the source file.
Does downloading 1080p reduce quality?
No. You get the exact MP4 Twitter stored — there's no re-compression or watermark added.
Can I do this on my phone?
Yes. See the guides for iPhone and Android.
Try it now
Paste a Twitter/X link and download in seconds — free, no login.
Only download public content you have the right to use, and respect copyright.