Archive for the ‘Tips & Tricks’ Category

Youtube, Flikr etc.

January/25 2010 by admin

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

Comment2 Comments »

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 »

Specular Glow

August/18 2009 by Karol

A lot of people use a Glow layer in their Ventuz scenes to give objects a shiny look.
But they usually pass the complete object through the glow shader. This results in unnatural light effects which does not correspond to the laws of shading.
Actually a glow effect should only occure in the area of specular highlights.
Attached is scene which demonstrates a specular glow.  The drawback of this rendering technique is that an additional rendertarget is needed.

specGlow

The Ventuz scene is here:
SpecularGlow.zip

CommentNo Comments »

Hardware…

July/29 2009 by admin

…. recommendations for Ventuz is one of your most popular questions we are being asked on a regular basis. Usually we just say go for whatever you like as long as it is state of the art technology. Sometimes we add comments like “we would go for Intel CPU” or “you better choose Nvidia than ATI” or “high FSB is recommended” or …..

To be honest, we leave you in the clouds!

To give you an idea what we would go for, here is the shopping list for our new Demo system which we assembled yesterday.

Housing: Chenbro RM42200 19″ 4RU (~170 EUR)
Power supply: Be Quiet! E6-650W 80+ Straight Power 2.2 (~100 EUR)
Motherboard: Intel DX48BT2 (~200 EUR)
CPU: Intel Core 2 Duo E8500 (~140 EUR)
RAM: DDR3 PC1600 4096MB OCZ KIT Platinum CL7 (~70 EUR)
GPU: ASUS ENGTX275 HTDI/896MD3 (~175 EUR)
HDD: RAID 1 with 2 x 250 GB Seagate ST3250310NS (~100 EUR)
DVD: LG GH22NS black SATA (~30 EUR)

Total ~990 EUR excluding Tax and shipping.

Comments: The reason why we go for the Chenbro is because they are rock solid, easy acessible and we have a flight case for 19″ 4RU. But if they are not flying around, we use them in the office like a normal tower underneith the desk or desktop on the desk.

OS: Windows XP Professional with SP3

The system got 158.331 points in CrystalMark2004R3

CommentNo Comments »