This page has been translated automatically.
UnigineEditor
Interface Overview
Assets Workflow
Settings and Preferences
Adjusting Node Parameters
Setting Up Materials
Setting Up Properties
Landscape Tool
FAQ
Программирование
Fundamentals
Setting Up Development Environment
Usage Examples
UnigineScript
C++
C#
UUSL (Unified UNIGINE Shader Language)
File Formats
Rebuilding the Engine and Tools
GUI
Double Precision Coordinates
API
Containers
Common Functionality
Controls-Related Classes
Engine-Related Classes
Filesystem Functionality
GUI-Related Classes
Math Functionality
Node-Related Classes
Networking Functionality
Pathfinding-Related Classes
Physics-Related Classes
Plugins-Related Classes
CIGI Client Plugin
Rendering-Related Classes
Внимание! Эта версия документация УСТАРЕЛА, поскольку относится к более ранней версии SDK! Пожалуйста, переключитесь на самую актуальную документацию для последней версии SDK.
Внимание! Эта версия документации описывает устаревшую версию SDK, которая больше не поддерживается! Пожалуйста, обновитесь до последней версии SDK.

Capturing Screenshots and Frame Sequences

Video Grabber is a UnigineEditor tool for high-quality capturing of screenshots and frame sequences. Frame sequences are captured in a special non-real-time mode, allowing to get any fixed FPS even on a low-end hardware. In comparison with traditional CPU-based offline rendering, this tool allows much faster rendering thanks to GPU acceleration.

Video Grabber supports capturing of screenshots with extremely high resolution: 4K or even 8K images can be taken with a regular monitor. Also Video Grabber supports the professional EXR format in addition to the standard TGA, JPG, PNG and PSD formats.

Video Grabber Tool

Notice
To open the Video Grabber tool, choose Tools -> Video Grabber in the Menu Bar.

The captured screenshots can be processed by a special video utility to make a video file.

Video Grabber Settings#

The Video Grabber tool provides the settings described below.

Mode Settings#

Capturing Modes
Single shot Take a single screenshot.
Sequence Take a sequence of screenshots with the specified FPS according to the loaded *.track file.
FPS The frame rate of the track animation to grab. This option is available only when the Sequence option is set.
Track A path to a *.track file. This option is available only when the Sequence option is set.
Camera Camera, the viewport of which should be captured. To update the list of available cameras, click to the right of the Camera field.
Warmup Warm up of the video grabber: the number of frames to skip before capturing the viewport. It is used to reduce visual artifacts. This option is available only when the Sequence option is set.

Quality Settings#

Capturing Quality
Resolution The output resolution. To set the output resolution to the current viewport resolution, click the button to the right of the Resolution field. If you specify very high values, a warning may appear.
Anti-aliasing The anti-aliasing mode for the output image: the image is captured with the output resolution multiplied by the specified value (by 2 or 4) and then it is resized to the initial output resolution.

Output Files Settings#

Settings of Output Files
Destination A path to a folder, into which the screenshots will be saved.
Format The output format:
  • TGA
  • PNG
  • JPG
  • PSD
  • EXR
The label under this field displays the bit depth of the chosen format.
Background alpha mask Toggles capturing of the transparent background of the scene on and off:
  • If the option is enabled, the transparent background will be captured.
  • If the option is disabled, the background will be captured regardless of its transparency.
Notice
The option is available for all output formats except JPG.

Grabbing Viewport#

To capture a screenshot with the Video Grabber tool:

  1. On the Menu Bar, choose Windows -> Video Grabber.

    The Video Grabber tool window will open.
  2. Choose the mode of the viewport capture, choose the camera that will be used for capturing, specify the required quality and output settings.
  3. Press Grab.
Last update: 27.12.2018
Build: ()