-
Notifications
You must be signed in to change notification settings - Fork 59
Changelog
Corne Versloot edited this page Feb 15, 2015
·
1 revision
- added VideoChunk to model to support the use of encoded pieces of video (similar to HLS format) within topologies. This lowers bandwidth usage (compared to sending frames individually)
- added FramesToVideoOp to convert any number of Frame's to VideoChunk
- added VideoToFramesOP to convert VideoChunk's back to the Frame objects used to create the video