From 741fb4b9e135cfb161a749db88713229038577bb Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Thu, 5 Sep 2013 17:55:35 +0100 Subject: making act segmenter --- ffmpeg1/tools/bookmarklets.html | 55 ----------------------------------------- 1 file changed, 55 deletions(-) delete mode 100644 ffmpeg1/tools/bookmarklets.html (limited to 'ffmpeg1/tools/bookmarklets.html') diff --git a/ffmpeg1/tools/bookmarklets.html b/ffmpeg1/tools/bookmarklets.html deleted file mode 100644 index 9800ab5..0000000 --- a/ffmpeg1/tools/bookmarklets.html +++ /dev/null @@ -1,55 +0,0 @@ - - - - -FFmpeg bookmarklets - - - - - - -

Introduction

- -The scripts in this page are -bookmarklets: store -their link version in a bookmark, and later activate the bookmark on a page -to run the script. - -

TED Talks captions

- -

Get links to the captions

- -
-d = window.open("", "sub", "width=256,height=512,resizable=yes,scrollbars=yes").document;
-l = document.getElementById("languageCode").getElementsByTagName("option");
-for (i = 1; i < l.length ; i++) {
-  d.body.appendChild(p = d.createElement("p"));
-  p.appendChild(a = d.createElement("a"));
-  a.appendChild(d.createTextNode(l[i].textContent));
-  a.href="http://www.ted.com/talks/subtitles/id/" + talkID+"/lang/" + l[i].value;
-}
-
- - - -- cgit v1.2.3