# Batch Podcast Publisher Pack

Normalize a batch of podcast episodes, apply metadata and chapters, and package validated delivery files in one ZIP.

> Canonical page: https://elysiatools.com/en/tools/audio-batch-podcast-publisher-pack

- **Category:** Media

- **Keywords:** podcast, publisher, batch, delivery, lufs, chapters, metadata, zip, ffmpeg

## Overview

Upload up to 20 audio files or one ZIP archive. Each episode is decoded and normalized with FFmpeg, tagged with show metadata and optional chapters, checked for decodability, and placed in a ZIP with manifest.json. This tool does not transcribe audio or infer chapters; chapter times must be supplied as JSON.

## Inputs

- **Audio Files or ZIP Archive** (file): Upload up to 20 audio files or one ZIP
- **Metadata JSON** (textarea): Optional defaults and per-file metadata. Chapter times are seconds.
- **Metadata JSON File** (file): Optional JSON metadata file
- **Cover Artwork** (file): Optional JPG or PNG cover
- **Platform Target** (select)
- **Integrated Loudness (LUFS)** (number)
- **True Peak Ceiling (dBTP)** (number)
- **Sample Rate** (select)
- **Output Format** (select)
- **Bitrate (kbps)** (number)
- **Trim Leading/Trailing Silence** (checkbox)

## When to use

- Prepare multiple podcast episodes for a release or delivery batch.
- Apply consistent loudness, true peak, sample rate, format, and bitrate settings.
- Add show metadata, cover artwork, and chapter times supplied in JSON before packaging.

## How it works

- Upload up to 20 audio files or one ZIP archive containing the episodes.
- Optionally provide metadata as JSON text or an uploaded JSON file, including chapter times in seconds.
- Choose the platform target, loudness and true peak settings, sample rate, output format, bitrate, and optional silence trimming.
- The tool processes and checks each episode, then returns a ZIP containing the output files and manifest.json.

## Use cases

- Podcast teams can prepare a multi-episode release with consistent loudness and file settings.
- Independent creators can add show details, episode titles, chapters, and optional cover artwork before delivery.
- Audio publishers can convert source recordings into MP3, M4A, or WAV batches and receive one organized ZIP.

## Frequently asked questions

### How many audio files can I upload?

You can upload up to 20 audio files or one ZIP archive.

### Which output formats are available?

The available formats are MP3, M4A with AAC, and WAV with PCM.

### Can the tool create chapters automatically?

No. Chapter times and titles must be supplied in the metadata JSON.

### Can I add podcast metadata?

Yes. You can provide show and episode metadata through JSON text or a JSON metadata file.

### What does the downloaded result contain?

The result is a ZIP containing the processed audio files and a manifest.json file.

## Related tools

- [Data URI Generator](https://elysiatools.com/en/tools/data-uri-generator): Convert files into Data URIs (Base64 or percent-encoded) for inlining images, fonts, and assets directly into HTML, CSS, or Markdown
- [Cover Art Embed](https://elysiatools.com/en/tools/cover-art-embed): Embed cover artwork without re-encoding media.
- [Image Sequence to Video](https://elysiatools.com/en/tools/image-sequence-to-video): Convert uploaded image files or a ZIP archive of frames into a video, sorted naturally by filename
- [Image Palette to Design Tokens](https://elysiatools.com/en/tools/image-to-design-tokens): Extract a dominant color palette from an image (k-means clustering), then export it as CSS variables, SCSS variables, a Tailwind config, or JSON design tokens — with named colors and an auto-generated shade scale for each
- [Accessibility Checker](https://elysiatools.com/en/tools/accessibility-checker): Detect common WCAG 2.1 accessibility issues in HTML, fetched pages, or design images and return fix-ready guidance
- [Adaptive 12-Point Hidden Watermark](https://elysiatools.com/en/tools/adaptive-12-point-hidden-watermark): Add a subtle text watermark to one image or every supported image in a ZIP, at all, random, or chosen perimeter positions with automatic dark/light local contrast.
- [Image to Spectrogram Audio](https://elysiatools.com/en/tools/image-to-spectrogram-audio): Convert a bitmap image into reconstruction-first audio designed to reappear in a spectrogram, then export the audio and a verification spectrogram preview together.
- [Batch Image Info Viewer](https://elysiatools.com/en/tools/image-batch-info): View basic information for multiple images at once - dimensions, format, file size, and metadata presence

## Samples

- [QR Code Samples](https://elysiatools.com/en/samples/qrcode-samples): Sample QR code images for testing QR code reading and generation tools
- [Android Image Processing Java Samples](https://elysiatools.com/en/samples/android-image-processing-java): Android Java image processing examples including reading/saving images, scaling, and format conversion
- [Android Image Processing Kotlin Samples](https://elysiatools.com/en/samples/android-image-processing-kotlin): Android Kotlin image processing examples including reading/saving images, scaling, and format conversion
- [macOS Image Processing Objective-C Samples](https://elysiatools.com/en/samples/macos-image-processing-objectivec): macOS Objective-C image processing examples including image reading/saving, image scaling, and format conversion

## Related content

- [Podcast Recording, Editing, and Delivery](https://elysiatools.com/en/hubs/podcast-recording-editing-delivery): Rescue remote voices, clean speech artifacts, shape the edit, master loudness, add show assets, and validate podcast files before delivery.
