User:Zuhui/Prototyping: Difference between revisions
(→BASH) |
|||
Line 9: | Line 9: | ||
==BASH== | ==BASH== | ||
===yt-dlp scripts=== | ===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 | |||
===stream segments scripts=== | ===stream segments scripts=== |
Revision as of 19:35, 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