Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/bash
- url=$1
- title=$(yt-dlp -J $url | jq '.title')
- yt-dlp -f "bestaudio/best" $url -o out.webm
- whisper-ctranslate2 out.webm --output_format srt --model turbo --language Japanese --compute_type auto
- rm out.webm
Advertisement
Add Comment
Please, Sign In to add comment