User:Zuhui/Prototyping: Difference between revisions
(→BASH) |
|||
Line 8: | Line 8: | ||
==VCV Rack== | ==VCV Rack== | ||
==BASH== | ==BASH== | ||
[https://hub.xpub.nl/cerealbox/~manetta/cloudmix/cloudmix.html 151024] | |||
===yt-dlp scripts=== | ===yt-dlp scripts=== | ||
[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 | ||
'''$yt-dlp (video url)''' | '''$yt-dlp (video url)''' | ||
Line 15: | Line 17: | ||
===stream segments scripts=== | ===stream segments scripts=== | ||
[https://hub.xpub.nl/cerealbox/~manetta/cloudmix/stream-segments/ 151024 stream segments] |
Revision as of 19:39, 6 November 2024
Jam Session
Graphvitz
Scripts for collective performance
VCV Rack
BASH
yt-dlp scripts
//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