From 07d34139ca94bbd281de235a65d0c12a346ed6ec Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 21 Jul 2020 22:50:22 -0500 Subject: Added mod messages that can be copied to clipboard. Organized code. Added contributors to readme. Added validity check for FPS field. --- index.html | 56 +++++++++++++++++++++++++++++++++++++++++--------------- 1 file changed, 41 insertions(+), 15 deletions(-) (limited to 'index.html') diff --git a/index.html b/index.html index 932267e..978e6ee 100644 --- a/index.html +++ b/index.html @@ -1,27 +1,53 @@  + + 1.1.0 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. Source code is available.

-

Video Framerate

-

Right click the YouTube video and select “Stats for nerds.” The third line is “Current / Optimal Res” - find the two numbers after the @ and enter them for framerate.

-

-

Video Endpoints

-

Find the starting point (you can use the , and . keys to find the exact frame). Right click the video and select “Copy debug info” and paste it for starting frame. Repeat for ending frame.

-

-

-

Video Time

-

 

-
+
+

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. Source code is available. +

+

Video Framerate

+

Right click the YouTube video and select “Stats for nerds.” The third line is “Current / Optimal Res” - find the + two numbers after the @ and enter them for framerate.

+

+ + +

+

Video Endpoints

+

+ Find the starting point (you can use the , and . keys to find the exact frame). Right + click the video and select “Copy debug info” and paste it for starting frame. Repeat for ending frame. +

+

+ + +

+

+ + +

+

Video Time

+

+   +

+

+ +

+
+
- + \ No newline at end of file -- cgit v1.2.3