Advanced Features

Setting Up Automated Scheduled Recording

Configure automatic recording schedules for lecture capture, surveillance, and unattended operation.

The Solution

Use OBS advanced scene switching, FFmpeg command-line scripts, or dedicated recording software to automate capture on a schedule.

Step-by-Step Instructions

1

Option 1 - OBS Advanced Scene Switcher plugin: Install from OBS Plugin marketplace

2

Configure Time trigger: Set start/stop times for recording

3

Option 2 - Windows Task Scheduler + FFmpeg:

4

Create FFmpeg batch script: ffmpeg -f dshow -i video='Magewell USB Capture' -t 3600 output.mp4

5

Schedule in Task Scheduler: Create Basic Task > Set trigger time

6

Option 3 - Magewell Capture Express: Built-in scheduled recording feature

7

Set recording duration limits to prevent storage overflow

8

Configure storage location on fast SSD with adequate space

9

Test schedule before relying on it for critical recordings

Pro Tips

  • Calculate storage: 1080p60 H.264 at 20Mbps = ~9GB per hour
  • Auto-delete old recordings when storage hits 80% capacity
  • Use RAID or NAS for long-term unattended recording reliability
  • UPS (battery backup) prevents recording loss during power outages
  • Email/webhook alerts on recording start/stop for monitoring

Related Guides