Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pfalcon/pycopy-uffmpeg
Pycopy bindings for FFmpeg
https://github.com/pfalcon/pycopy-uffmpeg
ffmpeg micropython micropython-bindings pycopy
Last synced: 25 days ago
JSON representation
Pycopy bindings for FFmpeg
- Host: GitHub
- URL: https://github.com/pfalcon/pycopy-uffmpeg
- Owner: pfalcon
- Created: 2018-10-21T11:14:47.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-19T18:14:53.000Z (over 5 years ago)
- Last Synced: 2024-10-10T06:30:29.487Z (about 1 month ago)
- Topics: ffmpeg, micropython, micropython-bindings, pycopy
- Language: Python
- Homepage: https://github.com/pfalcon/pycopy
- Size: 7.81 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Pycopy bindings for FFmpeg
==========================These are bindings for FFmpeg video handling library using Pycopy's
`ffi` and `uctypes` modules. Pycopy is a lightweight Python implementation,
https://github.com/pfalcon/pycopy .`uffmpeg` is the main module, the rest are sample applications. Two samples
are provided currently:* decode_video.py - Decode video into serious of individual frames (saved
as PPM images).
* play_video.py - Play video in the window using SDL2 (the `usdl2` Pycopy
module is required, available at https://pypi.org/project/pycopy-usdl2/
or https://github.com/pfalcon/pycopy-lib/tree/master/usdl2 .(c) Paul Sokolovsky
Licensed under MIT license (note that FFmpeg project itself is licenced under
LGPL2.1 license).