Vz
From M1Research
vz (ViZualizator) Real-Time TV graphics production system
Contents |
Overview
vz (ViZualizator) is software complex for generation realtime TV-graphics. Fine and easy solution for TV studio graphics, channel branding and TV-Interective solutions.
Its based on OpenGL rendering engine that perform rendering target picture in video adapter's framebuffer and block code that transfer framebuffer from videocard to video output adapter's framebuffer.
Rendering objects list is supplied from external file (in XML format). It's tree - based description of graphics primitives layout and operation about parameters changing.
Managing of vz behavior performed by external program that communicate with main rendering module using TCP protocol. Main program provides telnet-like shell where external commands send throw using predefined syntax. Command could be used for loading "scene" file (primitives layout), modification parameters of graphic primitives or for starting/stopping timeline's complex (called director).
Supported Outputs
Video output provided by professional TV video output board. For now there are 2 supported:
- bluefish - http://www.bluefish.com, supported SD|Greed
- streamalpha - http://www.stream-labs.com/, StreamAlphaPlus card tested.
Output driver could be written for almost all adapters with open SDK.
Documentation
Downloads
vz-1.0-rc8 (2006-11-03)
Binaries:
- vz-1.0-rc8.bin.zip - precompiled binaries with demo projects.
- vfb4.bin.zip - VirtualFrameBuffer device driver - requiered for DMA operation with StreamAlpha SDI video output adapter
Source code:
- vz-trunk-32.src.zip - vz source files.
- vfb4.src.zip - VirtualFrameBuffer source files.
Links
vz linked against libraries supplied by another projects. Precompiled binaries of requiered dlls could be found on projects sites.
- 1. GLUT - The OpenGL Utility Toolkit - http://www.opengl.org/resources/libraries/glut.html
- 2. The FREETYPE Project | http://www.freetype.org/
- 3. Xerces-C++ http://xml.apache.org/xerces-c/
- 4. PuTTY: A Free Telnet/SSH Client http://www.chiark.greenend.org.uk/~sgtatham/putty/
- 5. Stream Labs http://www.stream-labs.com/
Licence
ViZualizator (Real-Time TV graphics production system) Copyright (C) 2005 Maksym Veremeyenko. Contributed by Maksym Veremeyenko, verem@m1stereo.tv, 2005. ViZualizator is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. ViZualizator is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with ViZualizator; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA