6

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

 1 year 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


Recommend

  • 38

    Git常用命令整理与重要概念整理

  • 160

    国外14亿泄露数据下载及还原simeon     2018年6月10日freebuf发布了篇文章《14亿邮箱泄露密码明文信息查询网站惊现网络》(链接地址:http://www.freebuf.com/news/174410.html),声称其泄露的数据可以通过暗网网站(http://dumpedlqezarfife.onion.lu/)进行查询...

  • 40
    • www.tuicool.com 5 years ago
    • Cache

    Git常用命令整理

    一、Git 常用命令整理 命令 简要说明 git branch 查看本地所有分支 git status 查看当前状态 git commit 提交

  • 19
    • quangelab.com 4 years ago
    • Cache

    linux 个人常用命令和快捷键

    查询某个项目所有内容中包含某个关键字的文件 find . -name "*rb" |xargs grep "SyncClient.push"查询某文件中包含某关键字的 结果,包括行号 cat -n ./lib/gitlab_git/repository.rb |grep ".push"

  • 8

    git常用命令整理(已包括branch、tag等持续更新~) 「 开发工具 」 ——  2018年11月01日 [本文结构] 之前写过一篇文章

  • 15

    本博客记录工作中需要的linux运维命令,大学时候开始接触linux,会一些基本操作,可是都没有整理起来,加上是做开发,不做运维,有些命令忘记了,所以现在整理成博客,当然vi,文件操作等就不介绍了,慢慢积累一些其它拓展的命令,博客不定时更新,本博客命令基...

  • 8
    • xnxy.github.io 4 years ago
    • Cache

    常用命令整理

    常用命令整理 发表于 2020-06-16 ...

  • 7
    • www.pkslow.com 3 years ago
    • Cache

    Linux常用命令整理

    watch 可以动态监控变化: watch -n1 -d 'kubectl top pod --sort-by=cpu -A' watch -n1 -d 'date' 其中-d表示显示变化的差异内容,-n指观察间隔,后面跟数字,-n1表示1秒观...

  • 7

  • 5
    • airgiser.github.io 2 years ago
    • Cache

    Linux 常用文本处理命令

    Linux 常用文本处理命令 ...

About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK