Skip to content

Commit

Permalink
chore:4月18日
Browse files Browse the repository at this point in the history
  • Loading branch information
aehyok committed Apr 18, 2024
1 parent c99414b commit a98f88b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@
## 个人博客
- https://baoyu.io/
- https://gorden-sun.notion.site/527689cd2b294e60912f040095e803c5?v=4f6cc12006c94f47aee4dc909511aeb5
## 4月18日
- 短链地址还不错 https://link3.cc/
- Kimi后台
- https://platform.moonshot.cn/console/info

## 4月18日
- stability.ai有api了
- https://platform.stability.ai/account/overview
## 4月17日
- srt 2 lrc歌词
- https://gotranscript.com/subtitle-converter
Expand Down
8 changes: 8 additions & 0 deletions docs/javascript/2024-03-07-youtobe.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@ ffmpeg -i dIyQl99oxlg.webm -ss 00:00:00 -t 00:01:17 -vf "fps=1" output_image%
还可以举例fps=0.3 则代表大概三秒提取一帧
```
## 将图片列表转换为gif
```
ffmpeg -f image2 -i image%d.jpg output.gif
```


## 识别无字幕视频
```
Expand Down Expand Up @@ -108,6 +113,9 @@ ffmpeg -i input.mp4 -ss 00:00:10 -t 00:00:30 -c copy output.mp4
//只保留前60秒
ffmpeg -i input.mp4 -t 60 -c copy output.mp4
// 只保留15秒
ffmpeg -i output.flv -t 15 15.flv
```

## 调整音频和视频参数
Expand Down

0 comments on commit a98f88b

Please sign in to comment.