From 6ea7063ac4a1d417711bc1b36574419542b6688d Mon Sep 17 00:00:00 2001 From: Matt Braddock Date: Tue, 1 Jan 2019 10:50:32 -0500 Subject: initial version --- index.html | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 index.html (limited to 'index.html') diff --git a/index.html b/index.html new file mode 100644 index 0000000..e6c920e --- /dev/null +++ b/index.html @@ -0,0 +1,26 @@ + + + + YouTube Frame Timer + + + + +

YouTube Frame 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

+

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

+ +

+ +

View Source Code

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