bitfocus / companion-module-bmd-hyperdeck

MIT License
10 stars 13 forks source link

Add variable for Input video format #101

Closed LikeThisReview closed 1 year ago

LikeThisReview commented 1 year ago

[Enhancement 4] Add variable for Input video format  Currently, $(hyperdeck:videoFormat) is parameter “video format” from tcp response 208 transport info, which is [output] video format. Please add variable $(hyperdeck:inputVideoFormat) for parameter “input video format” from response 208 transport info.

Video format and input video format may have different values. For example, input video format is 1080p5994 (Input HDMI with an iPad) for recording and (output) video format is 1080p60 (format of recorded clips on timeline) for playback.

Hyperdeck module now only recognizes the 1080p5994 format after recording a clip (from input HDMI in this example), as Hyperdeck makes it the [output] video format.

Use case. Variable input video format can be used as button text on the INPUT button and can be used to include the variable in a string for file name, action Record with file name.

Also, when changing the video standard in ATEM control software, changes are reflected immediately (HDMI out ATEM on SDI input).

Julusian commented 1 year ago

This is implemented, and will be in the beta builds later today