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
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