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.
import mpegCoder
Branch | Description |
---|---|
master π |
The source project of mpegCoder , Windows version. |
master-linux π |
The source project of mpegCoder , Linux version. |
example-client-check π |
A testing project of the online video stream demuxing. |
example-client-player π |
A testing project of the simple online video stream player. |
The scripts in this branch are used for building the PyPI package, which will be uploaded to:
The script will keep updated with the newest releases of the pre-compiled modules. The following table show releases that have been uploaded:
mpegCoder |
Uploaded |
---|---|
3.2.4 |
βοΈ |
3.2.3 |
βοΈ |
3.2.2 |
βοΈ |
3.2.1 |
βοΈ |
3.2.0 |
βοΈ |
3.1.0 |
βοΈ |
To learn more about mpegCoder
, please review the documentation.