File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -83,6 +83,10 @@ make && make install
83
83
84
84
ln -s /application/FFmpeg/bin/nasm /usr/sbin/nasm
85
85
86
+ ln -s /usr/local/bin/python3.8 /usr/local/bin/python
87
+
88
+
89
+ ln -s /application/FFmpeg/bin/ffmpeg /usr/local/bin/ffmpeg
86
90
```
87
91
88
92
6 . 装x264
Original file line number Diff line number Diff line change @@ -23,6 +23,13 @@ cat lo* > lop.ve
23
23
```
24
24
25
25
26
+ ```
27
+
28
+ curl -o um.mp4 http://www.sample-videos.com/video/mp4/720/big_buck_bunny_720p_1mb.mp4
29
+
30
+ ```
31
+
32
+
26
33
27
34
``` bash
28
35
@@ -35,6 +42,11 @@ cat lo* > lop.ve
35
42
" download-queue-enabled" : true,
36
43
" download-queue-size" : 5,
37
44
45
+
46
+ //上传速度限制,KB/s。对于ADSL,设为35已经很好了。tr可设置。
47
+ " speed-limit-up" : 100,
48
+ /,启用上传速度限制,默认不启动,对于ADSL,还是根据需要开启吧。 tr可设置。
49
+ " speed-limit-up-enabled" : true
38
50
```
39
51
40
52
You can’t perform that action at this time.
0 commit comments