Podcasts · 8 min

Turning Video Podcasts into Audio Archives

Most podcasts now publish full video versions on YouTube. Here's how to keep them as clean, sensibly-sized, correctly-ordered audio-only archives.

Podcast microphone with soundwaves converting into audio file icons
Podcasts8 minApr 10, 2026

Video podcasts → audio-only archives

96 kbps mono · half the size · same clarity

Podcasts increasingly launch on YouTube first, sometimes exclusively. If your listening happens on a commute, a run, or over the stove, the video track is dead weight — 500 MB of pixels you never look at. Stripping it out and keeping only the audio isn't just about disk space; it's about having something you can drop into a podcast player and forget.

This guide covers the clean path: which playlist to grab, what bitrate is honestly enough, how to name files so your podcast app queues them correctly, and how to keep the archive current without redoing the whole batch every month.

Grab the show playlist, not individual episodes

Every serious podcast channel maintains a 'Full Episodes' or similar playlist. Use it. Pulling episode by episode loses order, doubles the effort, and misses new episodes when you re-run the batch a month later.

If the channel doesn't maintain an official playlist, most tools will let you use the channel's 'Uploads' playlist (list=UULF…) which contains every video the channel has ever posted. That's noisier — you'll get trailers and shorts mixed in — but it's automatable.

Right-size the bitrate

For talk-heavy content, 96–128 kbps mono is plenty. Cut your file size in half compared to stereo without any perceptual loss for conversation. Two hosts sitting across a table from each other with panned mics is not stereo content — it's two mono tracks that happen to be summed to stereo, and it re-mixes to mono without losing anything meaningful.

Music-heavy interview shows or podcasts with dramatic scoring deserve stereo at 160 kbps. Pure discussion doesn't. Save the disk space, spend it on episodes you haven't downloaded yet.

§Storage per hour by bitrate

  • MP3 mono @ 96 kbps — ~43 MB per hour
  • MP3 mono @ 128 kbps — ~57 MB per hour
  • MP3 stereo @ 128 kbps — ~57 MB per hour (same size, wider)
  • MP3 stereo @ 160 kbps — ~72 MB per hour
  • AAC/M4A @ 96 kbps — ~43 MB per hour, sounds like 128 MP3

Name for your podcast app, not for a spreadsheet

Rename with episode-number prefixes so your podcast player queues them correctly when you import them. Apps like Overcast, Pocket Casts, and AntennaPod all respect filename order when importing local files as a playlist — but they treat 'Episode 100' as coming before 'Episode 2' unless the numbers are padded.

The safe template: 001_ShowName_EpisodeTitle.mp3. Three-digit padding covers up to 999 episodes, which handles almost every long-running show. If you're archiving a show with 1000+ episodes, use four digits — Joe Rogan's audience thanks you in advance.

Automate the re-run

Once your baseline archive exists, monthly re-runs of the same playlist URL pick up only what's new. A ten-minute habit — first Saturday of every month, kick off the batch, close the tab — keeps the archive current forever without any real cognitive load.

Tools with archive logs (yt-dlp's --download-archive done.txt, or YTMultiDownload's built-in dedupe) make this trivial. Tools without them require you to check dates manually, which nobody actually does. Pick a tool that supports the archive log; you'll thank yourself in six months.

Chapter markers and show notes

Many video podcasts publish chapter markers with timestamps for segments. Preserve them by choosing a container that supports them (M4A is best) or by exporting them to a sidecar .cue or .chapters.txt file. Podcast apps like Overcast display embedded chapters natively.

Show notes — the description text — is worth saving too. A one-line grep over your archive folder should be enough to find 'the episode where they interviewed the neuroscientist'. Save descriptions as sidecar .txt files at download time; getting them back later is much harder.

  • Embed chapters in M4A when the source has them
  • Save show notes as sidecar .txt with the same base filename
  • Include guest names and episode URL in the notes for future search
  • Timestamps for the best bits — your future self is trying to re-find them right now

What about audio-only ads?

Some podcasts include host-read ads baked into the video. Strip them out with a free tool like mp3DirectCut (Windows) or Audacity (cross-platform), or leave them in — some listeners argue supporting the podcast means listening to the ads, and there's a case to be made.

If you're going to strip them, do it as a batch at the end of the month. The five minutes per episode add up fast if you do it live.

Podcast app import workflow

Podcast apps vary in how well they handle locally-imported files. Overcast has the best import experience of the major apps — drag files in via iTunes/Files.app and they show up with metadata intact. Pocket Casts handles it well too. AntennaPod on Android is the gold standard for local files.

Apple Podcasts is the worst at this in 2026, ironically — imported files land in Music, not Podcasts. If you're on iOS and archiving locally, Overcast or Pocket Casts save real friction.

Frequently asked questions

Do podcast apps read the ID3 tags?+

Yes — Overcast, Pocket Casts, and AntennaPod all read title, artist, album, and episode number tags for locally-imported files. Filling those in at download time saves manual cleanup in every app you import into.

Why not just use the podcast's RSS feed?+

Do that if it exists. Some YouTube-first shows don't publish an RSS feed at all, or only publish a preview version with chunks cut out; that's when a batch archive matters. Check for RSS first, fall back to YouTube.

Should I keep the video for reference?+

Rarely worth it for talk-heavy shows. If you re-watch, streaming is easier than seeking through a local 4 GB MP4. Archive audio only, and grab the video ad-hoc if you specifically need a segment.

How do I split a two-hour episode into segments?+

Chapter markers in the source usually indicate natural break points. Tools like mp3splt or ffmpeg (via the -ss and -to flags) can split at those points losslessly.

What bitrate do professional podcasts use for their RSS feeds?+

Most major podcasts distribute at 96 kbps mono or 64 kbps stereo AAC in their public RSS feeds. Your local archive doesn't need to be higher than that — you're not gaining anything YouTube didn't send.

#podcast#audio#batch#mp3#mono