User:Zuhui/Prototyping: Difference between revisions

From XPUB & Lens-Based wiki
No edit summary
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
==Jam Session==
==Jam Session==
[https://pzwiki.wdka.nl/mediadesign/Protocols_for_Collective_Performance:_Jam_Session_Recordings Recordings]
[https://pzwiki.wdka.nl/mediadesign/Protocols_for_Collective_Performance:_Jam_Session_Recordings Recordings 240924]


==Graphvitz==
==Graphvitz==
===Scripts for collective performance===
===Scripts for collective performance===
[https://pzwiki.wdka.nl/mediadesign/Scripts_for_collective_performance Basic Introduction]
[https://pzwiki.wdka.nl/mediadesign/Scripts_for_collective_performance Basic Introduction 011024]


==VCV Rack==
==VCV Rack==
==BASH==
[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

Recordings 240924

Graphvitz

Scripts for collective performance

Basic Introduction 011024

VCV Rack

BASH

151024

yt-dlp scripts

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

151024 stream segments

HTML/CSS