Profile

Jeff Mayer

Contact Details

My Content

1 to 20 of 50+ total
Posted By Jeff Mayer 07-22-2026 00:55
Found In Egroup: Graphics
\ view thread
If you have a lot of sequence groups referencing the entire roster (Bios, Game Stats, Season Stats, Full Screens, etc.) it's sometimes easier to place the number "0" at a different row/recall number. For college basketball, we used to place players wearing 0 at row 90, and players wearing 00 at row 99. ...
Posted By Jeff Mayer 06-26-2026 11:12
Found In Egroup: Graphics
\ view thread
David, For Datalinq User Input Controls, the MOS plugin reads Datalinq sources from the Gateway's configured Datalinq Server, not necessarily the project's Datalinq Manager. So you'll want to make sure the same Datalinq Server your project is pointing to is also configured here in the XPression Gateway ...
Posted By Jeff Mayer 06-24-2026 03:39
Found In Egroup: Graphics
\ view thread
Remote Sequencer's Datalinq status is reporting the Gateway's connection to the Datalinq Server (configured in the Gateway Settings -> Datalinq configuration). This doesn't effect individual objects' connection to Datalinq...those remain defined by their projects' Datalinq Manager setting. However, if ...
Posted By Jeff Mayer 06-16-2026 11:12
Found In Egroup: Graphics
\ view thread
Jean, It is not possible to update Datalinq in XPression without saving the excel file. Datalinq is reading the file saved to disk, rather than what's live in the open Excel workfbook. The new .xlsx file can be used, but on machines with 64-bit versions of Microsoft Office, you have to install the ...
Posted By Jeff Mayer 06-13-2026 12:45
Found In Egroup: Graphics
\ view thread
Monri, There is an XPression Trial Edition specifically created for training and learning. Reach out the XPression BDM team at XPN_BDM@rossvideo.com for more informaiton. CC: @Phil Englert@Phil Englert ------------------------------ Jeff Mayer Ross Video ------------------------------
Posted By Jeff Mayer 05-27-2026 21:13
Found In Egroup: Graphics
\ view thread
That makes sense, as the child scene doesn't have a take item ID associated with it, so its %relid% value can't be calculated. Try this instead...when using %relid% in the Datalinq Key, the child scene will calculate the equivalent value by getting the parent scene's Take ID and subtracting the parent ...
Posted By Jeff Mayer 05-27-2026 10:48
Found In Egroup: Graphics
\ view thread
The only way to set the datalinq key of your child scene to match that of the static parent in a Scene Group is with scripting. Not sure how familiar you are with scripting, but here one you can place on each of your child scenes. It gets the value of the "line" datalinq key in the parent scene, and ...
Posted By Jeff Mayer 05-19-2026 17:52
Found In Egroup: Graphics
\ view thread
In Edit -> Preferences -> Localization, check the box to for standard edit controls under Text Entry. This will allow you to enter text in the Text tab of the object instead of typing into the Text Object itself on the viewport ------------------------------ Jeff Mayer Ross Video ------- ...
Posted By Jeff Mayer 05-12-2026 00:35
Found In Egroup: Graphics
\ view thread
This script can run on a Keyboard/GPI shortcut and will find every instance of a Take Item using a specific scene. Depending on the size of your full Sequence, you may want to look in specific Sequencer Groups or at a specific Take Item ID range to limit the amount of items the script has to loop through: ...
Posted By Jeff Mayer 05-05-2026 11:02
Found In Egroup: Graphics
\ view thread
It's a bit of brute force method, but you can use the String Position block to determine if any specific accented characters are included in your last name field. Put as many of those as you need into an Or block, then you can use the result of the Or (will return true if any of the accented characters ...
Posted By Jeff Mayer 03-25-2026 12:47
Found In Egroup: Graphics
\ view thread
NDI outputs get their resolution from loaded project settings, so you wouldn't be able to set up different resolutions per output, but the resolutions can change between project loads if needed. ------------------------------ Jeff Mayer Ross Video ------------------------------
Posted By Jeff Mayer 02-17-2026 11:18
Found In Egroup: Graphics
\ view thread
There's nothing I see to get the Data Source selected for the xpTextObject, but on a Take Item in sequence, you can retrieve the PropertySourceType for a published object to see if Static, Datalinq or Widget is selected with a script like this: dim takeitem as xpTakeItem dim text1 as xpPublishedObject ...
Posted By Jeff Mayer 12-22-2025 06:46
Found In Egroup: Graphics
\ view thread
Jon, The idea of a persistent scene is probably the simplest solution for you, which in the case with XPression, would be using layers. Set your clean 'video feed' take item to a layer below the default Layer 0 of your overlay take items. Layer -1 would work fine, but for safety you can choose a number ...
Posted By Jeff Mayer 11-03-2025 13:42
Found In Egroup: Graphics
\ view thread
Correct Simon. Multiple attributes have to match all search criteria [implemented] the XML/JSON datalinqs can now search multiple attributes or elements to return a node that matches all search criteria. e.g. players ------------------------------ Jeff Mayer Ross Video -------------------- ...
Posted By Jeff Mayer 11-03-2025 13:36
Found In Egroup: Graphics
\ view thread
You can, but you'd need to run an OnRender script on the scene with the animation you want to trigger to always be looking at the tally state of the framebuffer. Here's an example script that will play a scene director called "Play on Tally" on a scene when the Framebuffer the scene is online with ...
Posted By Jeff Mayer 10-16-2025 11:24
Found In Egroup: Graphics
\ view thread
INcoder can transcode .mov files. The Quick Animation codec will give you the best result, although many customers use ProRes 4222 or ProRes4444 (with Alpha). I'm not aware of any limitations with Audio. The XPVC and XPVC2 codecs can both handle Audio and Alpha as well as video. If the transode fails ...
Posted By Jeff Mayer 10-15-2025 12:44
Found In Egroup: Graphics
\ view thread
I know there are ways to do this with scripting, but if you want to use Visual Logic, you can use a String Replace to remove all of the "true" strings, then subtract the length of that replace string from the original string, divide by 4 (the amount of characters in "true") and use the format float to ...
Posted By Jeff Mayer 10-10-2025 13:24
Found In Egroup: Graphics
\ view thread
I don't have an NDI source with Alpha to test with, but have you tried changing the source mode on the Live Input material? ------------------------------ Jeff Mayer Ross Video ------------------------------
Posted By Jeff Mayer 09-21-2025 13:56
Found In Egroup: Graphics
\ view thread
I was able to see the video at Simon's link, but if you can't access that still, you can also try watching the video on the Apple Podcast website https://podcasts.apple.com/lv/podcast/basics-240-onsettext-visual-logic-block/id1626861736?i=1000641078091 ------------------------------ Jeff Mayer Ross ...
Posted By Jeff Mayer 09-21-2025 13:37
Found In Egroup: Graphics
\ view thread
Try using Firefox instead of Chrome for the Windows Capture with Windows 11. Uncheck the option to "Use recommended performance settings" to get to the option to uncheck the "Use hardware acceleration" setting. Then restart Firefox and the drag-and-drop to capture should work. ------------------------------ ...