Hi all,
we've got a sports podcast, where we chat about a game live. We don't show the game, we have no rights to the footage but, we need to show the clock for the game. The viewer can then see what part of the game we are talking about.
We have captured the live game clock using HDMI from TV to our iMac running OBS.
We crop the screen so that only the clock is visible. It is on a constant colour background (purple). Please see attached image.
The problem is, when the TV broadcast shows a replay, the clock vanished from screen. We are then left with a cropped box showing part of the game. Is there anyway for us to automatically remove our clock when a replay happens... and then pop back on once the clock is restored on the TV broadcast?
Perhaps some code? Since the background colour own the clock is constant, would it be possible to write an if then statement?
if value of pixel = PURPLE
then source.visable =TRUE
else = source.visable =FALSE
End IF
Any help at all would be greatly appreciated!
Thank you.
we've got a sports podcast, where we chat about a game live. We don't show the game, we have no rights to the footage but, we need to show the clock for the game. The viewer can then see what part of the game we are talking about.
We have captured the live game clock using HDMI from TV to our iMac running OBS.
We crop the screen so that only the clock is visible. It is on a constant colour background (purple). Please see attached image.
The problem is, when the TV broadcast shows a replay, the clock vanished from screen. We are then left with a cropped box showing part of the game. Is there anyway for us to automatically remove our clock when a replay happens... and then pop back on once the clock is restored on the TV broadcast?
Perhaps some code? Since the background colour own the clock is constant, would it be possible to write an if then statement?
if value of pixel = PURPLE
then source.visable =TRUE
else = source.visable =FALSE
End IF
Any help at all would be greatly appreciated!
Thank you.