-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hyperdeck Mark Timecode - Goto(TC) #12
Comments
Interesting idea. Do you see this as a sort of clipboard or something more elaborate, where one could build up a list of markers? |
a list would be great. The only problem I would be the ability to see the list? where and how would you select a timecode to goto? although you could have a list and you could cycle next/previous then goto previous marker or goto next marker. that may work. |
This is a fantastic feature request. I'd fully support this as we would use this feature.
Devil is obviously in the details, but I could see this as a huge benefit. |
I think this could be done like vmix does with its replay. You have a button called Set Marker X and that button would set the current timecode as a marker in that slot. In the BFC panel you could have an option to set the marker with an amount of time subtracted or added. For instance, you hit the button to set the marker at 1:23:25. In the panel you've set it to the marker minus 5 seconds. So it would store marker X at 1:23:20. Then you'd have a play marker x button that would play that particular marker. Seems pretty straight forward. I would think BFC would just have a HyperDeck Marker option that would let you create as many different markers as you want. I havent dug in to this enough to see how it works on the backend but I would imagine it would be pretty simple to do. |
I've been strategizing on this. So far, using BFC 2.2.0 beta, I can store a time code in a custom variable in the format hh:mm:ss;ff I'm not able to do a programatic Goto TC because the TC text field will not accept a variable. Also, the timecode option to the function requires a REGEX_TIMECODE, and one of different format than what TCs are read in...it needs hh:mm:ss:ff (the difference is semicolon vs colon on the last field). This brings up two things to address, at least:
From there I want to come up with a way to trigger actions when TCs are reached, like Play to Mark1 then make ATEM Fade to Black etc. The triggers that are available in BFC 2.2.0 don't seem up to the task, but we'll see. |
The REGEX_TIMECODE should be updated to allow either. |
+1 for his request |
See my request #82. When Goto (timecode) supports variables then we can created custom variables to hold the desired mark points. Goto Clip (name) > Set custom variable Markpoint > Goto (timecode) using the variable (Markpoint in this example). |
+1 any news? |
This definitely makes sense and would be a welcome addition!
… On Oct 11, 2023, at 11:01 AM, tubalois ***@***.***> wrote:
+1 any news?
—
Reply to this email directly, view it on GitHub <#12 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AOW3KWTCDIUEAZYHLIBUPHTX62YGJANCNFSM4JR624SA>.
You are receiving this because you commented.
|
Hi There,
Then when Goto(TC) is chosen as an option you can tell it to go to the variable or to read the text file to get the timecode, then goto the timecode available.
Thanks
Curtis
The text was updated successfully, but these errors were encountered: