Twitter Video Quality Explained: 360p, 720p, 1080p and Bitrate

Why one X (Twitter) video exists in several resolutions, what bitrate really controls, how to check a file's quality, and which rendition to download.

Twget Team··7 min czytania
video qualityresolutionbitratex

Paste a post link into a downloader and you will usually be offered two or three versions of the same clip: something like 360p, 720p and, for some posts, 1080p. That is not the tool making things up. X (formerly Twitter) stores every uploaded video as a small ladder of renditions, and each one is a separate MP4 file with its own resolution and bitrate. This guide explains where those renditions come from, what the numbers mean, and which one is worth your storage space.

Why one X video has several renditions

When you upload a clip, X does not serve your original file to viewers. It re-encodes it into a set of versions at different sizes and bitrates, then lets the player pick whichever one fits the viewer's connection at that moment. This approach is called adaptive bitrate streaming: a single source is encoded at multiple bit rates, and the player switches between them as bandwidth changes. It is why a video on a weak mobile connection looks soft for the first few seconds and then sharpens.

The practical consequence for downloading is simple. There is no single "the video" to grab. There is a list of MP4 files, and a downloader such as Twget shows you that list so you can choose one instead of leaving the choice to the player.

The exact ladder depends on the source. A 1080p upload from a phone typically produces 1080p, 720p and 360p renditions. A low-resolution screen recording may only produce 360p and 480p, because X will not upscale a small source. If the highest option you see is 720p, the creator most likely uploaded at 720p or lower, and no tool can recover detail that was never there.

What the labels actually mean

Resolution

The "p" number is the height of the frame in pixels. A 1080p video is 1920 x 1080 for a standard 16:9 landscape clip; 720p is 1280 x 720; 360p is 640 x 360. For vertical video the width and height swap, so a "1080p" portrait clip is 1080 x 1920. Some tools label renditions by width instead, which is why you may see "1280 x 720" and "720p" used for the same file.

For upload limits on the X side, including the maximum dimensions X accepts on the web, see our post on Twitter video upload limits and formats. Those limits are the ceiling for what any rendition can be; downloads can never exceed them.

Bitrate

Bitrate is how many bits of data are used per second of video, usually written in kbps or Mbps. Resolution sets how many pixels exist; bitrate sets how much information the encoder is allowed to spend describing them. Two files can both be 720p and look very different if one has three times the bitrate of the other.

Mozilla's web video codec guide puts the trade-off plainly: anything that makes the encoded video look more like the original makes the data larger. Higher bitrate means better quality and a bigger file; lower bitrate means a smaller file and visible compression artifacts such as blocky shadows or smeared motion.

On X, the renditions step down in both dimensions at once. The 360p file is not just smaller in pixels; it is also encoded at a much lower bitrate, which is why it looks noticeably worse rather than just "smaller".

Codec and container

All the renditions X serves for posts use the same codec family, H.264 (AVC) video with AAC audio in an MP4 container. The MDN guide notes this pairing is the most broadly supported combination across major browsers, which is also why a downloaded X video plays on essentially any phone, desktop player or editing app without conversion.

Is there 4K on X?

You will sometimes see "4K" mentioned in relation to X video. Check the download list before you assume anything. Whether a 4K rendition exists for a given post depends on what X's encoding pipeline produced for that upload, and the ceiling is set by the upload limits X publishes in its Help Center rather than by the downloader. Twget simply lists whatever renditions X actually serves for the post you paste. If 4K is not in the list, it is because X did not produce it for that video.

How to tell which rendition you have

Once a file is on your device you can confirm its properties instead of trusting the label:

  1. On Windows, right-click the MP4, choose Properties, then the Details tab. Frame width, frame height and total bitrate are listed there.
  2. On macOS, open the file in QuickTime Player and press Command-I to show the Movie Inspector, which lists dimensions and data rate.
  3. On any platform with FFmpeg installed, run ffprobe video.mp4. The ffprobe documentation describes the output, which includes the codec, resolution, frame rate and bitrate of each stream.

If the numbers do not match what you expected, download the other rendition and compare. It only takes a few seconds.

Which quality should you pick?

There is no single right answer, but a few rules cover most cases:

Goal Pick Why
Archive a clip you care about Highest available You cannot add detail later; you can always make a smaller copy
Share in a chat app 720p Good balance of clarity and file size; many messengers recompress anyway
Save data on a phone 360p or 480p Small file, fine for a quick look, poor for anything else
Re-edit or crop Highest available Editing and cropping magnify compression artifacts
Make a GIF 720p or lower GIFs are usually resized down and lose color anyway

A few extra points:

  • A larger file is not always better if the source was poor. A 1080p rendition of a blurry 480p upload is still blurry, just heavier.
  • Audio is the same across renditions in practice, so picking a lower resolution does not usually mean worse sound.
  • If you plan to trim, do it after downloading the best copy, not by choosing a lower rendition.

When you are ready to actually save a clip, the step-by-step process for every device is in how to download Twitter (X) videos. The quality picker there is the same list of renditions described in this article.

Frequently asked questions

Why does the 1080p option sometimes look no better than 720p?

Because bitrate matters as much as resolution. If the creator uploaded a heavily compressed file, X's 1080p rendition is re-encoding an already degraded source. Compare both; if you cannot see a difference, keep the smaller one.

Can a downloader increase the quality of an X video?

No. A downloader can only fetch the renditions X already serves. Anything that claims to "enhance" or "upscale" is applying processing after the fact, and the result is an interpolation, not recovered detail.

Why do I only see one quality option for some posts?

Short or very small uploads, and GIFs (which X stores as silent MP4 loops), often have a single rendition. Older posts can also have fewer versions. This is normal and not a sign the download failed.

Conclusion

The quality options you see when downloading an X video are real files produced by X's own encoding pipeline, not settings a tool invents. Resolution tells you the frame size, bitrate tells you how much detail survived compression, and the highest rendition available is the safest choice for anything you want to keep. Paste a post link into Twget, pick the rendition that fits your purpose, and save the MP4.

Sources

Chcesz zapisać film? Wklej link do posta na Twget.

Otwórz Twget

Powiązane artykuły