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
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# FFmpeg-Encoder-Decoder-for-Python
2
2
3
-
This is a mpegcoder adapted from FFmpeg & Python-c-api. Using it you could get access to processing video easily. Just use it as a common module in python like this.
3
+
This is a mpegCoder adapted from FFmpeg & Python-c-api. Using it you could get access to processing video easily. Just use it as a common module in python like this.
4
4
5
5
```python
6
6
import mpegCoder
@@ -9,7 +9,7 @@ import mpegCoder
9
9
| Branch | Description |
10
10
| :-------------: | :-----------: |
11
11
|`master`:link:| The source project of `mpegCoder`, Windows version. |
12
-
|`master-linux`:link:| The source project of `mpegCoder`, Linux version. |
12
+
|[`master-linux`:link:][git-linux]| The source project of `mpegCoder`, Linux version. |
13
13
|[`example-client-check`:link:][exp1]| A testing project of the online video stream demuxing. |
14
14
|[`example-client-player`:link:][exp2]| A testing project of the simple online video stream player. |
15
15
@@ -69,5 +69,6 @@ Current FFMpeg version is `4.4`.
0 commit comments