Skip to content

Commit

Permalink
chore:3月16日
Browse files Browse the repository at this point in the history
  • Loading branch information
aehyok committed Mar 16, 2024
1 parent 3a328e9 commit 99c1361
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 6 deletions.
16 changes: 13 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,31 @@
## 一个程序员关于ChatGPT学习的过程记录
- 我的现用专梯
- 我的现用专梯(2023-04-04开始,用到2024-03-16,以及至今)一致比较稳定,有专业团队进行维护
- 不用魔法就可访问 https://my.x-air.app:666/#/register?aff=32853
- 下载各种apk https://apkcombo.com
- ChatGPT官网 https://ai.com
- Midjourney https://midjourney.com
- 文本转视频 https://www.d-id.com
- 下载各种apk https://apkcombo.com
- 国内大模型
- 通义千问 https://tongyi.aliyun.com
- 文新一言 https://yiyan.baidu.com
- 讯飞星火 https://xinghuo.xfyun.cn
- 通义听悟 https://tingwu.aliyun.com
- 7月31日 充值绑定ChatGPT API 付费 https://mercury.com(好像是g了)
- 11月27日 群友的 https://bewildcard.com/create-tips 自己没测试过
- https://bewildcard.com/open-account-payment
- canva画图 ttps://www.canva.cn
- 查看openai状态
- https://status.openai.com/

## 可好好玩玩的项目
- https://github.com/sunner/ChatALL
- https://github.com/labring/FastGPT
- https://github.com/songquanpeng/one-api
## 3月15日
- ChatALL
- electron 跨端支持
- 中文官网地址 https://www.electronjs.org/zh/docs/latest/vg
- https://juejin.cn/post/7181279242628366397?searchId=20240315194000A1DF9131920D9619EF88
- https://github.com/sunner/ChatALL
## 3月14日
- 零一万物
- https://www.01.ai/cn
Expand Down
6 changes: 6 additions & 0 deletions docs/daily/2024-03.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 3月16日
- UOS 统信
- https://www.uniontech.com/
- electron 中文乱码问题
- https://www.cnblogs.com/makalochen/p/14436673.html
-
## 3月15日
- hls rtmp rtsp
- https://zhuanlan.zhihu.com/p/657396623
Expand Down
8 changes: 5 additions & 3 deletions docs/javascript/2024-03-07-youtobe.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
## yt-dlp 同时下载视频和字幕
```
//当然没有字幕文件的话 就不下载了
yt-dlp https://youtu.be/tUB_mmBXG9Y --write-subs
yt-dlp https://twitter.com/i/status/1768693079345594622 --write-subs
```

## yt-dlp 只下载字幕文件
```
yt-dlp --skip-download --write-sub --sub-lang en https://www.ted.com/talks/elon_musk_a_future_worth_getting_excited_about?language=zh-cn&subtitle=zh-cn
yt-dlp --skip-download --write-sub --sub-lang en https://twitter.com/i/status/1768693079345594622
```
## 下载视频所有图片文件
```
Expand Down Expand Up @@ -47,7 +47,9 @@ https://subtitlestranslator.com/en/

## 视频中提取图片
```
ffmpeg -i Inflection AI.webm -vf "fps=0.3" output_images_%04d.png
ffmpeg -i Inflection AI.webm -vf "fps=1" output_images_%04d.png
ffmpeg -i .webm -vf "fps=1" output_images_%04d.png
其中 fps=1 每秒钟提取一帧
也可以设置成fps=0.5 则代表两秒提取一帧
Expand Down

0 comments on commit 99c1361

Please sign in to comment.