diff options
author | Matt Braddock <matt.braddock@gmail.com> | 2020-07-22 00:01:57 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-22 00:01:57 -0400 |
commit | b5562218f6ed06cd3208b63e03a53df55b9a026d (patch) | |
tree | 42cc0fe12a3d6fbcdc044b5375f8bbc980d5e9d3 /README.md | |
parent | cffb33c24b78aadbc2a55d3c58147fe22f8a63b3 (diff) | |
parent | 07d34139ca94bbd281de235a65d0c12a346ed6ec (diff) |
Merge pull request #1 from zromick/modMessage
Mod Message
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -1,2 +1,9 @@ # yt-frame-timer -A JavaScript-based program to determine the time between start and end points of a YouTube video down to the frame. Based on [https://github.com/Slush0Puppy/retime](https://github.com/Slush0Puppy/retime) by Slush Puppy (big thanks to them for their work). Formatting done by [StackEdit](https://stackedit.io/).
\ No newline at end of file +A JavaScript-based program to determine the time between start and end points of a YouTube video down to the frame. The tool was originally created to help moderators retime speedruns on [speedrun.com](https://www.speedrun.com). Based on [Slush Puppy's Retime Tool (SPRT)](https://github.com/Slush0Puppy/retime) by Slush Puppy (big thanks to them for their work). + +## Contributors +* [SlushPuppy](https://www.speedrun.com/user/SlushPuppy) - Created [Slush Puppy's Retime Tool (SPRT)](https://github.com/Slush0Puppy/retime) in Python +* [dadinfinitum](https://www.speedrun.com/user/dadinfinitum) - Rewrote SPRT into web-hosted JavaScript / yt-frame-retimer lead +* [Oxknifer](https://www.speedrun.com/user/Oxknifer) - Original idea / beta tester on SPRT / yt-frame-retimer contributor + +Interested in contributing? Message @dadinfinitum or @Oxknifer |