mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-08-22 01:05:53 -05:00
Renamed Creating-a-macro.md -> Macros.md
@@ -16,7 +16,7 @@ This image was created by simply taking a screenshot of the video source and cut
|
||||
|
||||

|
||||
|
||||
Now we can [create our macros](Creating-a-macro) to automate the showing and hiding of the color source overlay.
|
||||
Now we can [create our macros](Macros#creating-a-new-macro) to automate the showing and hiding of the color source overlay.
|
||||
We start by creating a macro to show the color source if the pattern is found:
|
||||
|
||||

|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
To achieve this effect you will have to [create two macros](Creating-a-macro).
|
||||
To achieve this effect you will have to [create two macros](Macros#creating-a-new-macro).
|
||||
* One responsible for showing the webcam source when appropriate ...
|
||||

|
||||
* Another to hide hide the webcam source ...
|
||||
|
||||
@@ -3,7 +3,7 @@ In the following example we will set up a series of macros which allow us to ach
|
||||
* On a set interval the visibility of sources on a scene will be toggled so that only one of the source is visible at a time
|
||||
* The automated loop can be started and stopped via the press of a hotkey
|
||||
|
||||
We will need to [create macros](Creating-a-macro) for the following functionality:
|
||||
We will need to [create macros](Macros#creating-a-new-macro) for the following functionality:
|
||||
|
||||
* A macro running the "main" loop
|
||||
* A macro to start the loop (*)
|
||||
|
||||
@@ -114,7 +114,7 @@ Limiting the area which is to be check can also drastically improve the performa
|
||||
|
||||
## Example (output has not changed)
|
||||
|
||||
Have a look at the [creating a macro](Creating-a-macro#creating-a-new-macro) page for an example on how to automatically switch to a specified scene if the output of a video source has not changed for a specified amount of time.
|
||||
Have a look at the [creating a macro](Macros#creating-a-new-macro) page for an example on how to automatically switch to a specified scene if the output of a video source has not changed for a specified amount of time.
|
||||
|
||||
## Example (pattern match)
|
||||
|
||||
|
||||
@@ -11,8 +11,8 @@
|
||||
* [Split recording of stream into chunks](Automatically-split-recording-of-stream-into-chunks)
|
||||
# Explanations
|
||||
* [Starting and stopping the plugin](Starting-and-stopping-the-plugin)
|
||||
* [Macros explained](Creating-a-macro#what-are-macros)
|
||||
* [Creating a macro](Creating-a-macro#creating-a-new-macro)
|
||||
* [Macros explained](Macros#what-are-macros)
|
||||
* [Creating a macro](Macros#creating-a-new-macro)
|
||||
* [Pausing macros](Pausing-macros)
|
||||
* [Macro time restrictions](Macro-time-restrictions)
|
||||
* [Video condition](Video-condition)
|
||||
|
||||
Reference in New Issue
Block a user