Page 2 of 2

Re: Time drift on recording output to file

Posted: 01 May 2019 20:38
by radio42
Ahh, you want to exclude the overlays in the recording?
This is NOT possible with the Automatic Recording.

In that case you MUST use the manual recording and trigger it via control-commands MIXER_OUTPUT_REC_ON/OFF.

You might use the overlay resp. program events to start/stop the recordings.
E.g.:
- use the last 'On Overlay Stopped' event to trigger MIXER_OUTPUT_REC_ON
and
- use the 'On Program Stopping' event to trigger MIXER_OUTPUT_REC_OFF

Re: Time drift on recording output to file

Posted: 01 May 2019 23:19
by phonic
radio42 wrote: 01 May 2019 20:38 Ahh, you want to exclude the overlays in the recording?
This is NOT possible with the Automatic Recording.

In that case you MUST use the manual recording and trigger it via control-commands MIXER_OUTPUT_REC_ON/OFF.

You might use the overlay resp. program events to start/stop the recordings.
E.g.:
- use the last 'On Overlay Stopped' event to trigger MIXER_OUTPUT_REC_ON
and
- use the 'On Program Stopping' event to trigger MIXER_OUTPUT_REC_OFF
Thank you, that solution seems ideal. I'll try it out.