About Visuals
About Visuals
Visuals are just like graphics you create in Illustrator, Photoshop or animate in After Effects. But instead of developing complex transitions and data integrations yourself, Visual Radio Assist already provides a full radio experience to kickoff your Visual Radio Graphics.Looking for taking a extra step in a technical direction (working with
CSS or JS)? Check the Develop Visual Graphics docs.Creating your first Visual
You can start your design by creating a new Visual on https://visualradio.cloud/outputs/designer To save a Visual you need to provide a name and add at least one layer to the design. After you’ve saved the Visual, the item is available in the complete VRA Cloud. Playback In the Output Editor you get the option to select the fresh Visual for playback, this requires you to set a fixed duration for the Visual playback time.Available Layer Types
Instead of the default plain layers you create in your existing design software, the Visual Designer gives you a lot of power by choosing one of the following Visual Radio specialized layer types:TEXT
The text layer is one of the most used elements in the Visual Designer. The element gives you the ability to display your own input and style it with all the well-known text properties
Refer to Using live/dynamic data for the usage of dynamic data in your text elements. With dynamic data you are able to show for example Nowplaying or Scheduling information in the Visual.
SHAPE
The shape Layer enables you to create a simple creative layer containing a background and/or border
MEDIA
With the Media Layer you can select still-image from your Media Hub list. The Visual Player in the Outputs will automatically load the correctly sized version of this image and will make sure that the Visual transition can only be started after the media is loaded.
DYNAMIC MEDIA
Dynamic Media layer allows you to use an external still-image URL in the Visual. This image URL can be fixed or dynamic using data from one of your configured Output Variables or AutomationLink artist information. The Dynamic Media field expects you to use the exact same format as the Text Layer’ dynamic data, instead for the Dynamic Media the content should always resolve to a accessible URL.
Refer to Using live/dynamic data for the different ways to utilize dynamic data for these urls.
VIDEO MEDIA
To show video like you are used to in the Output Player, but within a Visual (PiP), you can utilize the Video Media Layer. The Visual Player will make sure the video is buffered correctly in the highest available quality. The Video Media Layer properties also gives you options to play back public HLS streams or other video files that are available on an external url. These properties also allow you to link a Output Variable value to the Video player in the Visuals.
In a future update
WebM VP9 encoded Alpha videos are supported as wellALBUM COVER, ARTIST COVER,SCHEDULING MEDIA
These three layers refer to the respective live data in the VRA system. Album and Artist Cover layers will refer to the selected playing item from the AutomationLink Data.
The Scheduling Media is particularly useful when wanting to display the currently attached media in the Scheduling information.
Fallback Media
When one of the previously selected live data items is not available (for example when no now playing is available or scheduling is offair) the fallback media will be used.
HTML
The HTML Layer gives you the ability to embed your own HTML code 1:1 in the designer. The HTML will render in the div sized and positioned by the Layer’ properties. Refer to Develop with VRA for even more ways to customize your Visuals.
VISUAL
The Visual Layer makes it possible to create PiP links between existing Visuals. The Visual that gets selected is directly embedded in the layer, which makes it easy to re-use certain elements.
Also check Base Layers for re-using certain elements (like a station logo) in every Visual automatically.
Because the HTML layer is rendered dynamically on every relevant data change injecting custom JS this way is not supported and the code will not be executed. Take a look at the Output Settings and Develop with VRA for these Custom JS use cases.
SNIPPET
Make use of the developed Snippets from Visual Snippets. The selected snippet is sized and positioned relatively to the size of the layer.
CONTAINER
Create a “wrapper” to wrap multiple other layers. You can later use this Container Layer to add extra CSS styling or make animations clip from a direction.
STACK
Stack Layers are very useful when you want to
💡 Tip: by using percentage based layer sizing the Stacking effect will work the best, because layers will take for example 50% of their parent Stack Layer.
BODYMOVIN
Bodymovin / Lottie Animation Layer
Missing some graphic functionality or layer in the Visual Designer? Let us know via the Feature Request option on https://cloud.visualradioassist.live/support
Resolution and Dimensions
The Visual Designer provides a canvas with the virtual dimensions 1280x720 to make it easy to calculate sizing and positions of 16:9 graphics. But the output of the Visual is automatically scaled to every 16:9 you want to use. For example, the graphic will look identical on Full HD and 4K outputs.Using live/dynamic data
Multiple Layer types support the use of dynamic data to create a display the various data elements that are already available and live-updated in the system. To make use of this data you use “curly brackets” characters to define the data element you want to use. Every data element starts with{{ and ends with }} . Between these curly brackets you type the data selector: always starting with vra. following the path to the specific data you want to live-display. Here are a couple examples:
item2 you should use the following path:
_ (for example content:encoded):
You need to configure / have access to the different modules (Scheduling/AutomationLink) of VRA to use data from them.
All the selected data via the braces is automatically updated and in-sync with your Visual Radio setup.
Link Data in Text Layers
In Text Layers you can type “/” to use a popup to browse the available data elements. You can also press the icon on the Text Editor.
Output Variables
—Display encoded/unserialized HTML
To make sure the HTML from your Variables for example is rendered as HTML and not serialized HTML you must use extra wrapping bars to confirm this dangerous step:Condition based text and other helpers
To make even more use of the powers of the templating language of the Visuals, you can check the following documentation. For example to create condition based templates with#if conditions.