mirror of
https://jihulab.com/rd1/shendesuibozhuliu.git
synced 2024-10-13 04:19:58 +00:00
4 lines
131 B
Bash
4 lines
131 B
Bash
yt-dlp -x -o download.opus "https://www.youtube.com/watch?v=b2GJcYBoVyg"
|
|
ffmpeg -y -ss 0:00:00.050 -i download.opus output.ogg
|
|
|