User:Zuhui/Prototyping/BASH: Difference between revisions
< User:Zuhui | Prototyping
(Created page with "[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-segm...") |
No edit summary |
||
Line 1: | Line 1: | ||
[https://hub.xpub.nl/cerealbox/~manetta/cloudmix/cloudmix.html 151024] | ==Scripts== | ||
[https://hub.xpub.nl/cerealbox/~manetta/cloudmix/cloudmix.html Tuesday with Manetta 151024] | |||
===yt-dlp scripts=== | ===yt-dlp scripts=== | ||
[https://hub.xpub.nl/cerealbox/~manetta/cloudmix/yt-dlp/ 151024 yt-dlp] | [https://hub.xpub.nl/cerealbox/~manetta/cloudmix/yt-dlp/ 151024 yt-dlp] |
Revision as of 22:59, 25 November 2024
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