User:Zuhui/Prototyping/BASH: Difference between revisions
< User:Zuhui | Prototyping
Line 13: | Line 13: | ||
===Vosk=== | ===Vosk=== | ||
[https://hub.xpub.nl/cerealbox/~manetta/cloudmix/vosk/ 151024 vosk] | [https://hub.xpub.nl/cerealbox/~manetta/cloudmix/vosk/ 151024 vosk] | ||
===Vosk 2=== | |||
[https://hub.xpub.nl/cerealbox/~murtaugh/si25/mixcloud/ 251124 with Michael] |
Revision as of 23:03, 25 November 2024
Scripts
yt-dlp
//go to directory I want to save the youtube file $yt-dlp (video url) //copy the name of the file $ffmpeg -i (name of the file) (filename+filetype) //this will convert to filetype that I want to download