An open API service indexing awesome lists of open source software.

https://github.com/opensmock/pharovideo


https://github.com/opensmock/pharovideo

Last synced: 3 months ago
JSON representation

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.
```