-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
39 lines (29 loc) · 1.72 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<html>
<head>
<meta charset="utf-8"/>
<title>Edu Video Script</title>
</head>
<body>
<h1>Edu Video Script</h1>
<h3>by <a href="https://github.com/fjangfaragesh">Fabian Bär</a></h3>
<h3><a href="https://github.com/fjangfaragesh/EduVideoScript">GitHub</a></h3>
Drag and drop code line boxes or edit json code data in <a href="editor/editor.html">online editor</a>.
<h2>Example Files</h2>
Demo TU Freiberg Video und süße Katzen (kaputt, weil Video gelöscht): <a href="examples/demo.json" download>Download</a> <a href="https://liascript.github.io/course/?https://fjangfaragesh.github.io/EduVideoScript/examples/demo.md">LiaScript</a><br/>
<h2>LiaScript</h2>
<a href="https://liascript.github.io/course/?https://fjangfaragesh.github.io/EduVideoScript/liaExample.md">See Example</a>
<h2><a href="docs/codelines.html">list of commands</a></h2>
<h2>Screenshots</h2>
You can move code blocks with drag and drop.<br/>
In the following program, the one video is played from second 10 to second 20.<br/>
<img src="docs/img/screenshotGEditor.png" style="width:48%"/><br/>
<hr/>
You can change code blocks in the json editor.<br/>
["commandType",{"parametername1":"value1","parametername2":"value2", ... }]<br/>
<img src="docs/img/screenshotJEditor.png" style="width:48%"/><br/>
<hr/>
It is possible to save and load the program in json files.<br/>
It is also possible to generate the LiaScript macro call.<br/>
<img src="docs/img/screenshotFile.png" style="width:48%"/><br/>
</body>
</html>