AL Video Downloader
YouTube

Why 1080p and 4K YouTube Downloads Have No Sound

Updated Aug 10, 20267 min read

You downloaded a 1080p video and it plays perfectly — but there is no sound. This is not a broken downloader. It is how YouTube has delivered video for over a decade, and once you understand it the fix takes about a minute.

The Short Answer

Above 360p, YouTube does not store a single file containing both picture and sound. It stores a video-only file and an audio-only file, and the YouTube player stitches them together in your browser as you watch. Any tool that hands you a raw 1080p or 4K stream is therefore handing you the video track on its own — silent by design. The audio was never missing; it simply lives in a different file.

What Adaptive Streaming Actually Does

The technique is called adaptive streaming, and YouTube's implementation is based on a standard called DASH (Dynamic Adaptive Streaming over HTTP). Instead of one file per resolution, the service publishes a ladder of video-only renditions — 144p, 240p, 360p, 480p, 720p, 1080p, 1440p, 2160p — alongside a much smaller set of audio-only renditions. Your player picks one of each and plays them in sync.

  • Quality can change mid-video without interrupting playback, because only the video track is swapped.
  • Bandwidth is saved: a 4K stream and a 360p stream can share the exact same audio file.
  • Multiple audio tracks — dubbed languages, descriptive audio — can be attached to one set of video files.
  • Newer video codecs such as VP9 and AV1 can be rolled out without re-encoding every audio track.

Why 360p Still Has Sound

For backwards compatibility, YouTube still publishes one older 'progressive' file that contains video and audio muxed into a single MP4. It is known as format 18, it runs at 360p, and it is a leftover from the pre-DASH era. That single file is the entire reason a 360p download plays with sound while a 1080p download does not. It is not a quality setting; these are two genuinely different delivery formats. If a downloader offers you '480p with audio', it is almost certainly handing you this 360p file under a different label.

Why We Do Not Merge the Files For You

Plenty of sites promise '1080p with audio' by remuxing the two streams on their server before sending you the file. It works — sometimes. Merging requires downloading both streams in full, running them through a transcoding step, and holding the result in memory or on disk while you download it. Under real traffic that is slow, expensive, and prone to timing out halfway through, which leaves you with a corrupt file and no explanation. We would rather give you a file that always works and tell you plainly what is in it.

How to Get the Sound Back

You have three practical options, in rough order of effort:

  • Download 360p instead. If you only need to watch it offline on a phone, the muxed file already has audio and requires no extra work.
  • Download the video file and the MP3 or M4A separately, then drop both onto the timeline of any free video editor — CapCut, Shotcut, DaVinci Resolve, iMovie — and export once.
  • If you are comfortable with a terminal, one FFmpeg command joins them without re-encoding: ffmpeg -i video.mp4 -i audio.m4a -c copy output.mp4. It finishes in seconds because nothing is re-compressed.

Is a Video-Only File Still Useful?

Very often, yes. If you are pulling B-roll into an edit, building a supercut, extracting stills, or analysing footage frame by frame, the audio track would have been discarded anyway. Editors routinely want the highest-resolution picture and a separately sourced soundtrack. The video-only file is not a degraded download — for a large share of real use cases it is exactly the right one.

Try It On Your Own Link

Free, no account, and every format shows its real file size before you download.

Open the Downloader