Skip to content

Commit d56abea

Browse files
committed
Update
1 parent 8c61aad commit d56abea

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

other/centosFFmpeg.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,10 @@ make && make install
8383
8484
ln -s /application/FFmpeg/bin/nasm /usr/sbin/nasm
8585
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
8690
```
8791

8892
6. 装x264

other/transmission/transmissionBT.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,13 @@ cat lo* > lop.ve
2323
```
2424

2525

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+
2633

2734
```bash
2835

@@ -35,6 +42,11 @@ cat lo* > lop.ve
3542
"download-queue-enabled": true,
3643
"download-queue-size": 5,
3744

45+
46+
//上传速度限制,KB/s。对于ADSL,设为35已经很好了。tr可设置。
47+
"speed-limit-up": 100,
48+
/,启用上传速度限制,默认不启动,对于ADSL,还是根据需要开启吧。 tr可设置。
49+
"speed-limit-up-enabled": true
3850
```
3951

4052

0 commit comments

Comments
 (0)