yt-dlp Command Generator for Reddit
Build a yt-dlp command for Reddit videos — including the merge step that gives them sound.
Why Reddit videos come out silent
Reddit stores video and audio as separate files. If ffmpeg is missing, yt-dlp downloads the video track and nothing merges the audio in — the file plays, silently, and no error explains why.
Install ffmpeg and the preset here handles the rest. Gallery posts are treated as playlists, so whole-playlist handling gets every item.
Frequently asked questions
› Why does my Reddit video have no sound?
Reddit stores video and audio separately, so they have to be merged — which needs ffmpeg. A silent file almost always means ffmpeg is missing.
› Do NSFW posts work?
They need a logged-in session with the over-18 setting enabled. Supply it with --cookies-from-browser.
› Can I download a whole gallery post?
Set playlist handling to the whole playlist; yt-dlp treats a gallery as a playlist.