diff --git a/docs/daily/2024-03.md b/docs/daily/2024-03.md index a2573ff905..8fc9795038 100644 --- a/docs/daily/2024-03.md +++ b/docs/daily/2024-03.md @@ -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 diff --git a/docs/javascript/2024-03-07-youtobe.md b/docs/javascript/2024-03-07-youtobe.md index 0ebf1a1afe..6fef3e994d 100644 --- a/docs/javascript/2024-03-07-youtobe.md +++ b/docs/javascript/2024-03-07-youtobe.md @@ -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 ``` ## 调整视频速率