Skip to content

Commit 57e9086

Browse files
committed
3.1.0
Update the readme file.
1 parent bee3dd5 commit 57e9086

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# FFmpeg-Encoder-Decoder-for-Python
22

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.
44

55
```python
66
import mpegCoder
77
```
88

99
| Branch | Description |
1010
| :-------------: | :-----------: |
11-
| [`master` :link:][master] | The source project of `mpegCoder`, Windows version. |
12-
| `master-linux` :link: | The source project of `mpegCoder`, Linux version. |
11+
| [`master` :link:][git-master] | The source project of `mpegCoder`, Windows version. |
12+
| [`master-linux` :link:][git-linux] | The source project of `mpegCoder`, Linux version. |
1313
| [`example-client-check` :link:][exp1] | A testing project of the online video stream demuxing. |
1414
| [`example-client-player` :link:][exp2] | A testing project of the simple online video stream player. |
1515

@@ -23,6 +23,7 @@ This branch is used for archiving the dependencies used for building the project
2323
| `install-ffmpeg-4_4.sh` | Scripts for installing `ffmpeg 4.4` on Ubuntu. |
2424

2525
[this-rel]:https://github.com/cainmagi/FFmpeg-Encoder-Decoder-for-Python/releases/tag/deps-3.0.0 "Release of dependencies"
26-
[master]:https://github.com/cainmagi/FFmpeg-Encoder-Decoder-for-Python "Windows source files"
26+
[git-master]:https://github.com/cainmagi/FFmpeg-Encoder-Decoder-for-Python "master (Windows)"
27+
[git-linux]:https://github.com/cainmagi/FFmpeg-Encoder-Decoder-for-Python/tree/master-linux "master (Linux)"
2728
[exp1]:https://github.com/cainmagi/FFmpeg-Encoder-Decoder-for-Python/tree/example-client-check "check the client"
2829
[exp2]:https://github.com/cainmagi/FFmpeg-Encoder-Decoder-for-Python/tree/example-client-player "client with player"

0 commit comments

Comments
 (0)