Archive for the ‘Tips & Tricks’ Category

Scene Management Demo Projects

February/26 2010 by Karol

Hi Ventuz users,

we assembled three small Ventuz Projects to demonstrate the new features of Scene Management/Layout Scenes and ScenePorts.
Hopefully this makes some things clearer and gives you new opportunities to build greater projects in less time.
We appreciate your feedback in our forum.

And here is the download link.

ScenePort Examples Project

This Ventuz Project demonstrates some of the use cases for the new ScenePort node. Read the annotations in the Ventuz scenes (01 .. 03) to get some details about the functionality of the scenes.

Screen Setup 3×2

This Ventuz Project demonstrates the Scene Management setup for a video wall of 3×2 screens.  The total resolution is 5760 x 2400.
The video wall if fed by three Ventuz machines. Each machine renders one third of the complete scene. Use the Stage Editor (Ctrl-F12) to switch between the Preview (Design) and Production Layout scenes. Read the annotations inside the Layout scenes for further information.

Screen Setup 4×1

This Ventuz Project demonstrates the Scene Management setup for a video wall of 4×1 screens.  The total resolution is 4320 x 1920.
The video wall is fed by one single Ventuz machine. Use the Stage Editor (Ctrl-F12) to switch between the Preview (Design) and Production Layout scenes. Read the annotations inside the Layout scenes for further information.
The Preview and Production Layouts differ in principal because the Design is 4 times 1080 x 1920 but the production machine has to render 4 times 1920 x 1080 in a horizontal span mode. This is necessary because 2 DualHeads2Go have to be used to split the graphics card output in two further fragments.

Best Regards

CommentNo Comments »

Programming and Emulating the EDID

February/10 2010 by Marc

We received lots of hardware for testing during the last couple of month … now we received something that really rock’s and could make the life of some of you a lot easier.

The “Eyevis DVI EDID emulator” (we don’t know any device name or model No.) emulates the selected/programmed EDID to the attached PC computer (emulating a DVI display) for continuous video output, even if the attached display is disconnected or powered down.

These emulators become very helpful if you want to test or setup your configuration whitout the output devices being present or if you want to switch displays without loosing the DVI signal from the source. Because most computers will deactivate the DVI output when no device is attached to it.

The EDID emulator allows the user to set up any DVI output resolution, regardless if the used device supports these resolutions or not. Most PC or DVI sources are reading the EDID of the attaced display and then limit the selectable output resolutions of the graphic card. The EDID emulator will solve this problem.

The Eyevis EDID emulator does not use presets in conjunction with a switch. In order to program the emulator, you’ll need the eye-ddc device. The eye-ddc is able to read the current EDID from the emulator or display and write the modified EDID onto the emulator or display (if the display has an EDID that is not write-protected).

UPDATE: It is not officially released yet, therefore please contact Eyevis for further information, availability and pricing.

eyevis EDID emulation gear

CommentNo Comments »

Youtube, Flikr etc.

January/25 2010 by Marc

I’ve just uploaded a Ventuz movie to youtube and discovered that there is a lot of Ventuz stuff. Have a look here

If you have anything to share, feel free to add it there and don’t forget to tag it VENTUZ!

Same with Flikr

If I missed something of the Web 2.0 that contains more Ventuz stuff, let us know!

CommentNo Comments »

X-mas special for special needs ;)

December/8 2009 by Ralf

… some British and hopefully many others too will love this functionality!
It will be available with the next release of Ventuz (R5.19) within the next days.

R5.19 is coming with that new feature and many bug fixes – don’t hesitate to update!

Cheers

Comment1 Comment »

Bless or mess…?

November/17 2009 by Ralf

After messing around with certain NVidia drivers for the Quadro FX5800-G I encountered several times the issue (not a Ventuz issue) that Fullscreen-Applications (like Ventuz) are unable to reset the D3D device to leave the Fullscreen and go back to Windowed mode. In Ventuz you usually press Alt-Enter to switch between this modes.

If the driver decides to freeze you and the application in the Fullscreen mode – you can’t find a way to get back to life – the last chance is to push the hardware reset button and give Windows (plus NVidia) another try…

The only way is to kill the “exclusive” fullscreen application – but how if you can’t access the Task Manager?

Since Ventuz R5.18_p1 version we implemented a “feature” to solve such cases:

Left-Ctrl  +  Left-Shift  +  Left-Alt  +  K  +  V

(K+V = Kill Ventuz)

By pressing all these keys simultaneously you will kill Ventuz! Without warning! No data or scenes are saved! Instant Death! So use it carefully!

Comment2 Comments »

Script Editor shortcuts

October/28 2009 by Karol

Since we have a new and powerful Script Editor in version 5.18, I thought I should point you to some useful shortcuts in the editor.
Most of them correspond to the shortcuts in Visual Studio. Here are the most interessting:

Code Snippets:

  • insert code snippet:                     CTRL + K, X

Bookmarks:

  • toggle bookmark:                          CTRL + K, K
  • goto next bookmark:                    CTRL + K, N
  • goto previous bookmark:            CTRL + K, P

Comment Selection:

  • comment line or selection:          CTRL + K, C
  • uncomment line or selection:     CTRL + K, U

Cut line:

  • remove complete line:                 SHIFT + DEL

Quick info:

  • display info:                                    CTRL + K, I

List members:

  • list class members:                     CTRL + K, L

You can download a complete list here!

CommentNo Comments »

Video streams in Ventuz

October/2 2009 by Karol

Receiving video streams in Ventuz seems always to be a kind of mystery.
The existence of Windows ME II (aka Vista) doesn’t make things any better!
Recently a customer was struggling with streaming again so I decided to write this blog entry.
This is not meant as a complete specification – it´s more a collections of hints.

Generaly Ventuz supports video input stream via DirectShow. QuickTime streaming is not supported yet!
The stream ULR has to be specified in the File property of the Movie Clip node.
There are three protocols which can be used under XP: MMS, HTTP and UDP
MMS and HTTP should work without any additional efforts. A codec which is definitely working is WMV.
To stream MPEG2 via UDP you need e.g.:
http://www.elecard.com/products/products-pc/consumer/mpeg2-plugin-wmp/

Under Vista/ Win 7  MMS does not work because of:
http://blogs.msdn.com/mediasdkstuff/archive/2009/02/05/rendering-a-url-with-graphedit.aspx
Some MMS Urls can be rendered anyhow if you change the protocol of the Url from MMS to HTTP:
mms://steaming_url… -> http://steaming_url…

streaming

CommentNo Comments »

Relative Path to data files

September/25 2009 by Ralf

People asking how to address data files like Excel Sheets, Movies and Images from Ventuz if they are not included inside the VPR presentation file. The common solution is to create a absolute folder on a certain location where these files resist (like C:\Data) and address them by an abosule file-reference URL.

There is a much more comfortable way to do this. Use relative paths.
A relative path is not defined by the standard file-URL scheme, but many application (as well Ventuz) created their own representation of a relative file-URL.

To use it, you need to utilize the URL node of Ventuz and set the scheme to “FILE”.
Make the resulting URL a relative path by putting a leading dot-slash before the actual filename.
All other settings of the URL node can be ignored.

"./data.xlsx"
"./subfolder/data.xlsx"

The resulting path is always relative to the current project:

  • In Ventuz Designer the folder where the project file (.vzp) is located
  • In Ventuz Presenter its the location of the presentation (.vpr) has been started
  • In Ventuz Presenter/Runtime Director mode the location of the actual Director file (.vzd)

Relative Paths

Download a mini-example for this here

CommentNo Comments »