-
Notifications
You must be signed in to change notification settings - Fork 4
peterderivaz/pyopenmax
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Raspberry Pi video decode demo. This uses the OpenMAX library to decode video from inside Python with hardware acceleration. The Raspberry Pi does not ship with audio decode VLLs so this only decodes the video stream. USAGE EXAMPLE A (play a complete video) import pyopenmax pyopenmax.play("/home/pi/transformers.mp4") # Full pathname is required EXAMPLE B (play video starting from 10 seconds in) from pyopenmax import VideoPlayer vp = VideoPlayer(videofile) vp.seek(10) vp.wait() vp.close()
About
Raspberry Pi Python wrappers for OpenMAX multimedia library
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published