https://github.com/opensmock/pharovideo
https://github.com/opensmock/pharovideo
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/opensmock/pharovideo
- Owner: OpenSmock
- Created: 2019-08-26T06:18:27.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2023-01-29T14:13:01.000Z (over 3 years ago)
- Last Synced: 2025-01-11T00:27:13.262Z (over 1 year ago)
- Language: Smalltalk
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PharoVideo
Video management utils for Pharo.
Playing video using a Pharo GStreamer binding.
## Installing
```smalltalk
Metacello new
baseline: 'Video';
repository: 'github://OpenSmock/PharoVideo:main';
load.
```