Grabbing the duration of a Hyperdeck clip #276
randallpacker
started this conversation in
Ideas
Replies: 2 comments 1 reply
-
Related: #212 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks Peter for the update. Are you the only one working on the project? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a Hyperdeck request that I believe would be a real game changer. If it is possible to build into atemOSC a "disk list: slot id" request (see below), then provides the duration of a clip so you can anticipate its end before it happens in order to initiate a time-based transition. This would be huge! Whereas it is now possible in atemOSC to grab the state change from 'play' to 'idle', that happens at the very end of a clip when it is too late to trigger a smooth mix transition. Is this something that could be put on the docket? I have included the information below from the Hyperdeck protocol documentation. Thanks!! Randall
_Retrieving clip information The "disk list" command returns the information for each playable clip on a given disk. Without parameters, the command returns information for the current active disk: disk list↵ If a slot id is specified, the disk in that slot will be queried: disk list: slot id: {Slot ID}↵
The server responds with the list of all playable clips on the disk in the format of: Index, name, formats, and duration in timecode: 206 disk list:↵ slot id: {Slot ID}↵ {clip index}: {name} {file format} {video format} {Duration timecode}↵ {clip index}: {name} {file format} {video format} {Duration timecode}↵ … ↵_
Beta Was this translation helpful? Give feedback.
All reactions