You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -66,7 +67,7 @@ An example of transfer the coding of a video with an assigned codec:
66
67
d.clear() # Close the input video.
67
68
```
68
69
69
-
An example of demuxing the video streamer from a server:
70
+
An example of demuxing the video stream from a server:
70
71
71
72
```python
72
73
d = mpegCoder.MpegClient() # create the handle
@@ -89,6 +90,12 @@ For more instructions, you could tap `help(mpegCoder)`.
89
90
90
91
## Update Report
91
92
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
+
92
99
### V2.0 update report:
93
100
94
101
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
178
185
[exp1]:https://github.com/cainmagi/FFmpeg-Encoder-Decoder-for-Python/tree/example-client-check "check the client"
179
186
[exp2]:https://github.com/cainmagi/FFmpeg-Encoder-Decoder-for-Python/tree/example-client-player "client with player"
0 commit comments