From 7e177915d2a65a103a040b41ed0de15523b8e2d9 Mon Sep 17 00:00:00 2001 From: Matt Braddock Date: Thu, 7 Mar 2019 18:19:49 -0500 Subject: retitle, readme link update --- README.md | 2 +- index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 957cf5d..b74648e 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/index.html b/index.html index 0e6f999..37d7c69 100644 --- a/index.html +++ b/index.html @@ -8,7 +8,7 @@ -

YouTube Frame Timer

+

YouTube Interval Timer

About

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.

Video Framerate

-- cgit v1.2.3