Coder Social home page Coder Social logo

obs-advanced-timer's Introduction

obs-advanced-timer

This is a Lua script for OBS Studio that sets a text source as a timer with advanced options.

Modes

  • Countdown (countdown from specified amount of seconds)
  • Countup (starts a stopwatch timer)
  • Specific time (starts to countdown to a specific time, such as countdown to 12:00 am)
  • Specific date & time (starts to countdown to a date and time)
  • Streaming timer (starts timer when streaming starts)
  • Recording timer (starts timer when recording start)
  • With the countdown modes, there is an option to countup when the countdown is finished

Formatting
The default format is: %0H:%0m:%0s (00:00:00)

%d - days
%0h - hours with leading zero (00..23)
%h - hours (0..23)
%0H - hours with leading zero (00..infinity)
%H - hours (0..infinity)
%0m - minutes with leading zero (00..59)
%m - minutes (0..59)
%0M - minutes with leading zero (00..infinity)
%M - minutes (0..infinity)
%0s - seconds with leading zero (00..59)
%s - seconds (0..59)
%0S - seconds with leading zero (00..infinity)
%S - seconds (0..infinity)
%t - tenths
%2t - hundredths
%3t - thousandths

Activation Modes

  • Global (the timer is always active)
  • Start timer on activation (starts timer when source is activated, such as when switching to a scene with that source or turning the visibility of the source to on)

Hotkeys
Hotkeys can be set for starting/stopping and to the reset timer.

obs-advanced-timer's People

Contributors

cg2121 avatar chri11g6 avatar romantruba avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.