Skip to content

Vimeo to Podcast_JP (WIP)

Workflow

  • Open class video (Vimeo) in Chrome
  • Copy URL (Command + C)
  • Click Apple script on desktop
    • Use Vimeo URL from Clipboard
      • url=$(pbpaste)
    • yt-dlp: make capture in english
      • yt-dlp -f bestaudio “$url” -o audio.mp3
    • Translate and get Japanese
    • Text-to Speach
    • save as podcast file

Note

In Terminal ```bash
url=$(pbpaste) echo “コピーされたURLは: $url” ‘’‘

Vimeo音声DL

```bash brew install yt-dlp yt-dlp -f bestaudio “$url” -o audio.mp3