Skip to content

Commit

Permalink
chore:3月28日
Browse files Browse the repository at this point in the history
  • Loading branch information
aehyok committed Mar 28, 2024
1 parent 231958c commit 3df36cc
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
20 changes: 18 additions & 2 deletions docs/daily/2024-03.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
## mysql 代理
- https://github.com/highras/dbproxy
## 3月28日
- 语音转文字
- https://github.com/SYSTRAN/faster-whisper
- https://github.com/openai/whisper
- https://github.com/m-bain/whisperX
- fast-whisper可能比whisper快4倍,内存耗费减少,而且具有相同的精度。
- .net core 商城 React+
- https://github.com/trueai-org/module-shop
- 影刀RPA
- https://mp.weixin.qq.com/s/OlVVUWQXakOeGqvpGnOk0Q
- cclicenses
- https://creativecommons.org/share-your-work/cclicenses/
- ass字幕
- https://www.ottoli.org/howto/assfonts
- https://github.com/kira-96/ASS-file
## 3月27日
- mysql 代理
- https://github.com/highras/dbproxy
## 3月25日
- 搜索资源
- https://zh.annas-archive.org/search?q=%E7%89%A9%E8%81%94%E7%BD%91
Expand Down
5 changes: 4 additions & 1 deletion docs/javascript/2024-03-07-youtobe.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,10 @@ ffmpeg -i input.mp4 -b:v 1M -r 30 -s 1280x720 output.mp4
```
// -vn 表示不去掉视频
// -c:a copy表示不改变音频编码,直接拷贝
$ ffmpeg -i input.mp4 -vn -c:a copy output.aac
$ ffmpeg -i sora.webm -vn -c:a copy output1.aac
// -y 会覆盖原有文件的
$ ffmpeg -i sora.webm -vn -acodec aac -y output.aac
```

## 调整视频速率
Expand Down

0 comments on commit 3df36cc

Please sign in to comment.