2

个人常用的视频下载及处理命令整理

 8 months ago
source link: https://deweyreed.github.io/2023/11/23/youtube-dl-commands/
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

个人常用的视频下载及处理命令整理

2023-11-23Notes

下载视频的音频

yt-dlp --extract-audio --audio-format mp3 

https://askubuntu.com/a/178991

下载视频列表的音频

yt-dlp --extract-audio --audio-format mp3 -o "%(title)s.%(ext)s" 

https://askubuntu.com/a/564571

转换视频文件夹为音频文件夹

for %i in (*.mp4) do ffmpeg -i "%i" "%~ni.mp3"

https://stackoverflow.com/a/56244203/5507158


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK