Skip to content

Commit

Permalink
chore:4月28日
Browse files Browse the repository at this point in the history
  • Loading branch information
aehyok committed Apr 28, 2024
1 parent b8065c1 commit a4a1ced
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/daily/2024-04.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 4月28日
- ffmpeg
```
// 查看视频信息
yt-dlp -F url
// 下载纯视频无音轨 比如137
// 下载纯音频无视频 比如140
yt-dlp -f 137+140 https://www.youtube.com/watch?v=rrQJvPaPbFM --merge-output-format mp4
```
- https://zhuanlan.zhihu.com/p/431013905
## 4月25日
- github workflow 中使用输出变量 outputs
- https://docs.github.com/zh/actions/learn-github-actions/contexts
Expand Down

0 comments on commit a4a1ced

Please sign in to comment.