diff options
author | Matt Braddock <matt.braddock@gmail.com> | 2019-03-07 18:19:49 -0500 |
---|---|---|
committer | Matt Braddock <matt.braddock@gmail.com> | 2019-03-07 18:19:49 -0500 |
commit | 7e177915d2a65a103a040b41ed0de15523b8e2d9 (patch) | |
tree | 64c4c6334b7c410dfd1fc9b01fb084b894a4d8de | |
parent | 5be89eba6776129d425607d4bae02dfb1029296a (diff) |
retitle, readme link update
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | index.html | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,2 +1,2 @@ # 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://docs.google.com/spreadsheets/d/1c3eiw1_00Tx1snAdU_kvncuA8C8xu5-q3tSOPRuqhzI/](https://docs.google.com/spreadsheets/d/1c3eiw1_00Tx1snAdU_kvncuA8C8xu5-q3tSOPRuqhzI/) by Slush Puppy (big thanks to them for their work).
\ 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. Based on [https://github.com/Slush0Puppy/retime](https://github.com/Slush0Puppy/retime) by Slush Puppy (big thanks to them for their work).
\ No newline at end of file @@ -8,7 +8,7 @@ <script src="main.js"></script> </head> <body class="content"> - <h1>YouTube Frame Timer</h1> + <h1>YouTube Interval Timer</h1> <h3>About</h3> <p>Takes start and stop points of a YouTube video, down to the frame, and gives the time between them in the format 1h 23m 45s 678ms.</p> <h3>Video Framerate</h3> |