Skip to content

cainmagi/FFmpeg-Encoder-Decoder-for-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jul 16, 2021
478a07b Β· Jul 16, 2021

History

6 Commits
Jul 16, 2021
Jul 16, 2021
Jul 16, 2021
Jul 16, 2021

Repository files navigation

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.