4 lines
122 B
Bash
4 lines
122 B
Bash
yt-dlp https://www.youtube.com/watch?v=BnkhBwzBqlQ -x -o webm.webm
|
|
ffmpeg -y -ss 0:00:01.999 -i webm.opus output.ogg
|
|
|