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