@@ -6,6 +6,11 @@ category: '概述'
6
6
---
7
7
# FC 经典解决方案
8
8
9
+
10
+ ## Application-Awesome Repo 大全
11
+
12
+ [ Application-Awesome] ( https://github.com/devsapp/Application-Awesome )
13
+
9
14
## 音视频
10
15
11
16
### 注意事项
@@ -23,14 +28,13 @@ category: '概述'
23
28
### ffmpeg 示例集锦
24
29
25
30
```
26
- s init devsapp/ ffmpeg-app -d ffmpeg-app
31
+ s init ffmpeg-app -d ffmpeg-app
27
32
```
28
33
29
- 详情见: [ ffmpeg-app] ( https://github.com/devsapp/ffmpeg-app )
34
+ 详情见: [ ffmpeg-app] ( https://github.com/devsapp/start- ffmpeg/tree/master/ffmpeg -app/src )
30
35
31
36
- AudioConvert: 音频格式转换器
32
37
- GetMediaMeta: 获取音视频 meta
33
- - TranscodeMaster/TranscodeWorker: 功能强大的并行视频转码器
34
38
- GetDuration: 获取音视频时长
35
39
- VideoGif: 功能强大的 video 提取为 gif 函数
36
40
- GetSprites: 功能强大雪碧图制作函数
@@ -40,7 +44,7 @@ s init devsapp/ffmpeg-app -d ffmpeg-app
40
44
41
45
#### 1. 无编排单个函数直接转
42
46
43
- [ simple- video-processing ] ( https://github.com/awesome-fc/simple-video-processing )
47
+ [ video-transcode ] ( https://github.com/devsapp/start-ffmpeg/tree/master/transcode/src )
44
48
45
49
#### 2. 工作流编排并行加速转
46
50
@@ -49,79 +53,68 @@ s init devsapp/ffmpeg-app -d ffmpeg-app
49
53
### 全景录制
50
54
51
55
```
52
- s init devsapp/start- headless-ffmpeg -d start- headless-ffmpeg
56
+ s init headless-ffmpeg -d headless-ffmpeg
53
57
```
54
58
55
- 详情见: [ start-headless-ffmpeg] ( https://github.com/devsapp/start-headless-ffmpeg )
59
+ 详情见: [ start-headless-ffmpeg] ( https://github.com/devsapp/start-ffmpeg/tree/master/ headless-ffmpeg/src )
56
60
57
61
### 视频直播流截图
58
62
59
63
```
60
- s init devsapp/start- rtmp-snapshot -d start- rtmp-snapshot
64
+ s init rtmp-snapshot -d rtmp-snapshot
61
65
```
62
66
63
- 详情见: [ start-rtmp-snapshot] ( https://github.com/devsapp/start-rtmp-snapshot )
67
+ 详情见: [ start-rtmp-snapshot] ( https://github.com/devsapp/start-ffmpeg/tree/master/ rtmp-snapshot/src )
64
68
65
69
## AI
66
70
67
71
### 1. pytorch
68
72
69
73
```
70
- s init devsapp/ start-pytorch -d start-pytorch
74
+ s init start-pytorch -d start-pytorch
71
75
```
72
76
73
- 详情见: [ start-pytorch] ( https://github.com/devsapp/start-pytorch )
77
+ 详情见: [ start-pytorch] ( https://github.com/devsapp/start-ai/tree/master/start- pytorch/src )
74
78
75
79
### 2. tensorflow
76
80
77
81
```
78
- s init devsapp/ start-tensorflow -d start-tensorflow
82
+ s init start-tensorflow -d start-tensorflow
79
83
```
80
84
81
- 详情见: [ start-tensorflow] ( https://github.com/devsapp/start-tensorflow )
85
+ 详情见: [ start-tensorflow] ( https://github.com/devsapp/start-ai/tree/master/start- tensorflow/src )
82
86
83
87
### 3. OCR
84
88
85
89
```
86
- s init devsapp/ start-ocr -d start-ocr
90
+ s init start-ocr -d start-ocr
87
91
```
88
92
89
- 详情见: [ start-ocr] ( https://github.com/devsapp/start-ocr )
93
+ 详情见: [ start-ocr] ( https://github.com/devsapp/start-ai/tree/master/start- ocr/src )
90
94
91
95
## 前端领域
92
96
93
- ### 1. Puppeter 应用示例
94
-
95
- ```
96
- s init devsapp/start-puppeteer -d start-puppeteer
97
- ```
97
+ ### Puppeter 应用示例
98
98
99
99
详情见: [ puppeter 应用示例] ( https://github.com/devsapp/start-puppeteer )
100
100
101
101
提供了两种部署方式, nodejs12 runtime 和 custom container, 建议直接使用 custom container
102
102
103
- ### 2. SSR 应用示例
104
-
105
- ```
106
- s init nodejs-nuxt
107
- ```
108
-
109
- 详情见 [ nodejs-nuxt-ssr] ( https://github.com/devsapp/nodejs-nuxt )
110
103
111
104
## 文档图片转换相关
112
105
113
106
### 1. 基于 GS 和 GM 的 PDF 转 JPG 实践
114
107
115
108
```
116
- s init devsapp/ start-pdf2img -d start-pdf2img
109
+ s init start-pdf2img -d start-pdf2img
117
110
```
118
111
119
112
详情见: [ 基于 GS 和 GM 的 PDF 转 JPG 实践] ( https://github.com/devsapp/start-pdf2img )
120
113
121
114
### 2. 基于 LibreOffice 实现 word 转 pdf
122
115
123
116
```
124
- s init devsapp/ start-word2pdf -d start-word2pdf
117
+ s init start-word2pdf -d start-word2pdf
125
118
```
126
119
127
120
详情见: [ 基于 LibreOffice 实现 word 转 pdf] ( https://github.com/devsapp/start-word2pdf )
@@ -131,7 +124,3 @@ s init devsapp/start-word2pdf -d start-word2pdf
131
124
[ fc-decompress-oss] ( https://github.com/awesome-fc/decompress-oss )
132
125
133
126
readme 中有详细介绍
134
-
135
- ## Application-Awesome Repo
136
-
137
- [ Application-Awesome] ( https://github.com/devsapp/Application-Awesome )
0 commit comments