Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Region-based Looping (a.k.a. A/B looping) utilizing videojs-abloop plugin #3904

Merged
merged 10 commits into from
Aug 24, 2023

Commits on Jul 8, 2023

  1. yarn add videojs-abloop

    chickenwingavalanche committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    05ebc40 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. add abLoop plugin to video player

    - buttons controlling looping added. neat.
    chickenwingavalanche committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    4798598 View commit details
    Browse the repository at this point in the history
  2. adding player keyboard shortcut 'l' for toggling a/b looping

    copies mpv behavior:
    if a/b loop start not yet set, sets start to current player time
    elif a/b loop stop not yet set, sets end to current player time and enables loop
    else, disables a/b loop
    
    relates to #3264 (#3264)
    chickenwingavalanche committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    7da366c View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. update help with keyboard shortcut

    chickenwingavalanche committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    2bad568 View commit details
    Browse the repository at this point in the history
  2. fmt

    chickenwingavalanche committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    a25347f View commit details
    Browse the repository at this point in the history
  3. remove unnecessary logging calls

    chickenwingavalanche committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    f56ce53 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. Configuration menu
    Copy the full SHA
    80bb673 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Configuration menu
    Copy the full SHA
    b9defac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bfc7a60 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    68a8c2c View commit details
    Browse the repository at this point in the history