Skip to content

Latest commit

 

History

History
executable file
·
39 lines (29 loc) · 1.85 KB

File metadata and controls

executable file
·
39 lines (29 loc) · 1.85 KB

FFmpeg-Encoder-Decoder-for-Python

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.

Scripts for building the PyPI package

The scripts in this branch are used for building the PyPI package, which will be uploaded to:

mpegCoder on PyPI

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.