bitfocus / companion-module-studiocoast-vmix

Studiocoast vMix module for Bitfocus Companion
MIT License
32 stars 10 forks source link

Replay Timecode #180

Open DeeJayMX opened 1 year ago

DeeJayMX commented 1 year ago

The variable Time $(vmix:input_r1_remaining_mm:ss.ms) $(vmix:input_r1_duration) etc...

When used on a replay input

is displaying a rolling timecode sometimes that is not the timecode displayed in vmix preview box.

Is it possible to have the same display, or a choice ?

thedist commented 1 year ago

Looking in to this and the duration/remaining is calculated off of the duration and position that vMix provides through the API, so for duration and remaining variables it's displaying exactly what vMix is providing.

We can add extra variables like Timecode, but it's not particularly helpful for things like duration/remaining of clips as vMix itself provides us no data about the in/out points of clips, or any data about the clips at all, so Companion can't display any of that sort of data until vMix includes it in their API.