Skip to content

Commit 28a08e9

Browse files
authored
update index @ ver 1.8
add a new version of 1.8
1 parent 7e27170 commit 28a08e9

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

docs/README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,10 @@ Getting your versions here! You could also visit the [release page](https://gith
2222

2323
| Version | Platform | Python Ver. | Numpy Ver. | FFmpeg Ver. |
2424
| ---------- | ----------- | ----------- | ----------- | ----------- |
25-
| [1.7](https://github.com/cainmagi/FFmpeg-Encoder-Decoder-for-Python/releases/download/1.7/mpegCoder_1_7_Linux.7z "Linux, 1.7") | Linux | 3.5 | 1.13 | 3.3 |
26-
| [1.7](https://github.com/cainmagi/FFmpeg-Encoder-Decoder-for-Python/releases/download/1.7/mpegCoder_1_7_Win.7z "Windows, 1.7") | Windows | 3.5 | 1.13 | 3.3 |
25+
| [1.8]([down1_8_l] "Linux, 1.7") | Linux | 3.5 | 1.13 | 3.3 |
26+
| [1.8]([down1_8_w] "Windows, 1.7") | Windows | 3.5 | 1.13 | 3.3 |
27+
| [1.7]([down1_7_l] "Linux, 1.7") | Linux | 3.5 | 1.13 | 3.3 |
28+
| [1.7]([down1_7_w] "Windows, 1.7") | Windows | 3.5 | 1.13 | 3.3 |
2729

2830
## Usage
2931

@@ -124,3 +126,8 @@ If you want, you could install `ffmpeg` on Linux: Here are some instructions
124126
* libavutil.so.56.5.100
125127
* libswresample.so.3.0.101
126128
* libswscale.so.5.0.101
129+
130+
[down1_8_l]:https://github.com/cainmagi/FFmpeg-Encoder-Decoder-for-Python/releases/download/1.8/mpegCoder_1_8_Linux.7z
131+
[down1_8_w]:https://github.com/cainmagi/FFmpeg-Encoder-Decoder-for-Python/releases/download/1.8/mpegCoder_1_8_Win.7z
132+
[down1_7_l]:https://github.com/cainmagi/FFmpeg-Encoder-Decoder-for-Python/releases/download/1.7/mpegCoder_1_7_Linux.7z
133+
[down1_7_w]:https://github.com/cainmagi/FFmpeg-Encoder-Decoder-for-Python/releases/download/1.7/mpegCoder_1_7_Win.7z

0 commit comments

Comments
 (0)