Skip to content

jankais3r/Podcast-Video-Exporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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