Skip to content

This is a C++ based FFmpeg Encoder/Decoder for Python 3.6+ & numpy 1.19+. Both Linux & Win versions are provided. Theoretically you do not need to install FFmpeg for using this library.

License

Notifications You must be signed in to change notification settings

cainmagi/FFmpeg-Encoder-Decoder-for-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

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.

About

This is a C++ based FFmpeg Encoder/Decoder for Python 3.6+ & numpy 1.19+. Both Linux & Win versions are provided. Theoretically you do not need to install FFmpeg for using this library.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published