User:Zuhui/Prototyping/BASH: Difference between revisions
< User:Zuhui | Prototyping
No edit summary |
|||
Line 1: | Line 1: | ||
==Scripts== | ==Scripts== | ||
[https://hub.xpub.nl/cerealbox/~manetta/cloudmix/cloudmix.html Tuesday with Manetta 151024] | [https://hub.xpub.nl/cerealbox/~manetta/cloudmix/cloudmix.html Tuesday with Manetta 151024] | ||
===yt-dlp | ===yt-dlp=== | ||
[https://hub.xpub.nl/cerealbox/~manetta/cloudmix/yt-dlp/ 151024 yt-dlp] | [https://hub.xpub.nl/cerealbox/~manetta/cloudmix/yt-dlp/ 151024 yt-dlp] | ||
//go to directory I want to save the youtube file | //go to directory I want to save the youtube file | ||
Line 8: | Line 8: | ||
'''$ffmpeg -i (name of the file) (filename+filetype)''' //this will convert to filetype that I want to download | '''$ffmpeg -i (name of the file) (filename+filetype)''' //this will convert to filetype that I want to download | ||
=== | ===Stream segments=== | ||
[https://hub.xpub.nl/cerealbox/~manetta/cloudmix/stream-segments/ 151024 stream segments] | [https://hub.xpub.nl/cerealbox/~manetta/cloudmix/stream-segments/ 151024 stream segments] | ||
===Vosk=== |
Revision as of 23:00, 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