/Podcast-Video-Exporter

Export podcast excerpts as videos

Primary LanguagePythonMIT LicenseMIT

Podcast Video Exporter

This Shortcut and Python script combo allows you to export podcast excerpts as videos to be shared online, e.g. on Twitter.

See it in action here.

Demo

Required apps

Shortcuts setup

The maximum export resolution is 1400x1400 for the square video format, and 1400x600 for the landscape video format. The default resolution is half that (700x700 and 700x300). Increasing the resolution increases the time it takes to generate the video.

To change the video resolution, edit this part of the Shortcut: Resolution

a-shell setup

  • Install Python dependencies
pip install colorthief
pip install beautifulsoup4
  • Download a pre-built ffmpeg.wasm binary and put it into $HOME/Documents/bin/
  • Put export.py from this repo into $HOME/Documents/

To-do

  • Initial release
  • Landscape video format
  • Color themes