Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1.57 KB

File metadata and controls

28 lines (21 loc) · 1.57 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.

Dependencies

This branch is used for archiving the dependencies used for building the project on different platforms. The installation scripts for ffmpeg would be stored here, while the Windows dependencies would be stored in the release.

Branch Description
install-ffmpeg-4_0_6.sh Scripts for installing ffmpeg 4.0.6 on Ubuntu.
install-ffmpeg-4_4.sh Scripts for installing ffmpeg 4.4 on Ubuntu.