https://github.com/kanryu/pyvfw
PyVFW WILL BE another implementation for 'Video for Windows' or DirectShow(DMO) with supported the codecs
https://github.com/kanryu/pyvfw
Last synced: over 1 year ago
JSON representation
PyVFW WILL BE another implementation for 'Video for Windows' or DirectShow(DMO) with supported the codecs
- Host: GitHub
- URL: https://github.com/kanryu/pyvfw
- Owner: kanryu
- Created: 2011-10-11T08:22:42.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2011-10-13T07:58:18.000Z (over 14 years ago)
- Last Synced: 2025-02-10T03:26:50.964Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 199 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
PyVFW WILL BE another implementation with python
for 'Video for Windows'(VCM) and DirectShow(DMO),
witch is OS-independent and pluggable with vfw-codecs
such as Lagarith, UtVideo, ..etc.
not under GPL, but under BSD license.
Features(Airms):
- get fourCC infomation from AVI
- decode frames from a avi
- encode a video within post frames in Python
You can install and test pyvfw as follows:
1. download pyvfw.py to your current directory or site-packages
So you can encode/decode raw-AVI streams.
If you encode/decode with some codec,
2. download your specified codec(e.g. Lagarith.dll) and put current directory.
3. call pyvfw and add support the codec.
Please report issues as well as configuration details for your working
PyVFW installations at
Thus, your feedback is welcome at .