Automation commands - Nanocontroller/misc-content GitHub Wiki

Record using OBS

--startrecording --minimize-to-tray --profile "EIC_daily_recording_profile" --scene "EIC_recording_scene" --record-time 180

Playback the video in VLC

vlc --fullscreen --loop --volume 192 --no-video-title-show /path/to/your/video.mp4

--fullscreen: Runs the video in full-screen mode. --loop: Enables looping of the video. --volume 192: Sets the volume level to 75%. VLC uses a scale where 100% is 256, so 75% would be 192. --no-video-title-show: Prevents the video title from displaying at the start (optional).