Skip to content

Commit 143e3ea

Browse files
authored
Update README.md
revise bugs.
1 parent 28a08e9 commit 143e3ea

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +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.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 |
25+
| [1.8]([down18l]) | Linux | 3.5 | 1.13 | 3.3 |
26+
| [1.8]([down18w]) | Windows | 3.5 | 1.13 | 3.3 |
27+
| [1.7]([down17l]) | Linux | 3.5 | 1.13 | 3.3 |
28+
| [1.7]([down17w]) | Windows | 3.5 | 1.13 | 3.3 |
2929

3030
## Usage
3131

@@ -127,7 +127,7 @@ If you want, you could install `ffmpeg` on Linux: Here are some instructions
127127
* libswresample.so.3.0.101
128128
* libswscale.so.5.0.101
129129

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
130+
[down18l]:https://github.com/cainmagi/FFmpeg-Encoder-Decoder-for-Python/releases/download/1.8/mpegCoder_1_8_Linux.7z "Linux, 1.8"
131+
[down18w]:https://github.com/cainmagi/FFmpeg-Encoder-Decoder-for-Python/releases/download/1.8/mpegCoder_1_8_Win.7z "Windows, 1.8"
132+
[down17l]:https://github.com/cainmagi/FFmpeg-Encoder-Decoder-for-Python/releases/download/1.7/mpegCoder_1_7_Linux.7z "Linux, 1.7"
133+
[down17w]:https://github.com/cainmagi/FFmpeg-Encoder-Decoder-for-Python/releases/download/1.7/mpegCoder_1_7_Win.7z "Windows, 1.7"

0 commit comments

Comments
 (0)