User:Zuhui/Prototyping: Difference between revisions
No edit summary |
No edit summary |
||
(4 intermediate revisions by the same user not shown) | |||
Line 8: | Line 8: | ||
==VCV Rack== | ==VCV Rack== | ||
==BASH== | ==BASH== | ||
===151024=== | [https://hub.xpub.nl/cerealbox/~manetta/cloudmix/cloudmix.html 151024] | ||
===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 | |||
'''$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 | |||
===stream segments scripts=== | |||
[https://hub.xpub.nl/cerealbox/~manetta/cloudmix/stream-segments/ 151024 stream segments] | |||
==[[/HTML/CSS | HTML/CSS]]== |
Latest revision as of 11:05, 12 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