What is Nostr?
nobody /
npub16lc…ruje
2023-03-18 14:11:22

nobody on Nostr: No time to watch talks or listen to podcasts? No problem! # download yt-dlp URL -x ...

No time to watch talks or listen to podcasts?

No problem!

# download
yt-dlp URL -x --audio-format wav -o in.wav

# fix sampling rate
ffmpeg -i in.wav -ar 16000 out.wav

# transcribe using whisper.cpp:
./main -f out.wav -m models/ggml-large.bin > out.txt

# use GPT4 to summarize
Author Public Key
npub16lcw8ytugeh3ug3na93yl0tdf0gnjtduljhn2a852atf6jtvkucs7pruje