Skip to content

Commit ef37179

Browse files
committed
ver 2.01
revise the main page.
1 parent 650d3ad commit ef37179

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ An example of transfer the coding of a video with an assigned codec:
4747
d.clear() # Close the input video.
4848
```
4949

50-
An example of demuxing the video streamer from a server:
50+
An example of demuxing the video stream from a server:
5151

5252
```python
5353
d = mpegCoder.MpegClient() # create the handle

docs/README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Getting your versions here! You could also visit the [release page](https://gith
2121

2222
| Version | Platform | Python Ver. | Numpy Ver. | FFmpeg Ver. |
2323
| ---------- | ----------- | ----------- | ----------- | ----------- |
24+
| [2.01][down201w] | Windows | 3.6 | 1.14 | 3.4.2 |
2425
| [2.0][down20l] | Linux | 3.5 | 1.13 | 3.3 |
2526
| [2.0][down20w] | Windows | 3.5 | 1.13 | 3.3 |
2627
| [1.8][down18l] | Linux | 3.5 | 1.13 | 3.3 |
@@ -66,7 +67,7 @@ An example of transfer the coding of a video with an assigned codec:
6667
d.clear() # Close the input video.
6768
```
6869

69-
An example of demuxing the video streamer from a server:
70+
An example of demuxing the video stream from a server:
7071

7172
```python
7273
d = mpegCoder.MpegClient() # create the handle
@@ -89,6 +90,12 @@ For more instructions, you could tap `help(mpegCoder)`.
8990

9091
## Update Report
9192

93+
### V2.01 update report:
94+
95+
1. Fix a bug that occurs when the first received frame may has a PTS larger than zero.
96+
97+
2. Enable the project produce the newest ffmpeg 3.4.2 version and use Python 3.6.4, numpy 1.14.
98+
9299
### V2.0 update report:
93100

94101
1. Revise the bug of the encoder which may cause the stream duration is shorter than the real duration of the video in some not advanced media players.
@@ -178,8 +185,9 @@ If you want, you could install `ffmpeg` on Linux: Here are some instructions
178185
[exp1]:https://github.com/cainmagi/FFmpeg-Encoder-Decoder-for-Python/tree/example-client-check "check the client"
179186
[exp2]:https://github.com/cainmagi/FFmpeg-Encoder-Decoder-for-Python/tree/example-client-player "client with player"
180187

181-
[down20l]:https://github.com/cainmagi/FFmpeg-Encoder-Decoder-for-Python/releases/download/2.0/mpegCoder_2_0_Linux.7z "Linux, 1.8"
182-
[down20w]:https://github.com/cainmagi/FFmpeg-Encoder-Decoder-for-Python/releases/download/2.0/mpegCoder_2_0_Win.7z "Windows, 1.8"
188+
[down201w]:https://github.com/cainmagi/FFmpeg-Encoder-Decoder-for-Python/releases/download/2.01/mpegCoder_2_0_1_Win.7z "Windows 2.01"
189+
[down20l]:https://github.com/cainmagi/FFmpeg-Encoder-Decoder-for-Python/releases/download/2.0/mpegCoder_2_0_Linux.7z "Linux, 2.0"
190+
[down20w]:https://github.com/cainmagi/FFmpeg-Encoder-Decoder-for-Python/releases/download/2.0/mpegCoder_2_0_Win.7z "Windows, 2.0"
183191
[down18l]:https://github.com/cainmagi/FFmpeg-Encoder-Decoder-for-Python/releases/download/1.8/mpegCoder_1_8_Linux.7z "Linux, 1.8"
184192
[down18w]:https://github.com/cainmagi/FFmpeg-Encoder-Decoder-for-Python/releases/download/1.8/mpegCoder_1_8_Win.7z "Windows, 1.8"
185193
[down17l]:https://github.com/cainmagi/FFmpeg-Encoder-Decoder-for-Python/releases/download/1.7/mpegCoder_1_7_Linux.7z "Linux, 1.7"

0 commit comments

Comments
 (0)