User:Zuhui/Prototyping/BASH

From XPUB & Lens-Based wiki
< User:Zuhui‎ | Prototyping
Revision as of 20:34, 25 November 2024 by Zuhui (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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