Skip to content

add Active Clip Timecode Variables(#100)#145

Open
rashmisinha07 wants to merge 1 commit intobitfocus:mainfrom
rashmisinha07:feat/add-variable-for-active-clip
Open

add Active Clip Timecode Variables(#100)#145
rashmisinha07 wants to merge 1 commit intobitfocus:mainfrom
rashmisinha07:feat/add-variable-for-active-clip

Conversation

@rashmisinha07
Copy link

Summary:
Added three new variables to display active clip timing information in timecode format.
New Variables:
$(hyperdeck:clip_durationTimecode) - Duration of active clip (HH:MM:SS;FF)
$(hyperdeck:clip_startTimecode) - Start timecode of active clip (HH:MM:SS;FF)
$(hyperdeck:clip_endTimecode) - End timecode of active clip (HH:MM:SS;FF)
Implementation:
Uses existing fullClipsList data from HyperDeck protocol
Calculates end timecode from start + duration
Supports all frame rates with proper SMPTE timecode formatting
Returns --:--:--:-- when no active clip
Files Modified:
src/variables.ts - Added variable definitions and update logic

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments