-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
70 lines (55 loc) · 2.94 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Dit-tools.github.com by DIT-Tools</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script src="javascripts/main.js"></script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
</head>
<body>
<header>
<h1>Dit-tools.github.com</h1>
<p>main page for the DIT-Tools community</p>
</header>
<div id="banner">
<span id="logo"></span>
<a href="https://github.com/DIT-Tools" class="button fork"><strong>View On GitHub</strong></a>
</div><!-- end banner -->
<div class="wrapper">
<nav>
<ul></ul>
</nav>
<section>
<h3>
<a name="welcome-to-dit-tools-community" class="anchor" href="#welcome-to-dit-tools-community"><span class="octicon octicon-link"></span></a>Welcome to DIT-Tools community</h3>
<p>We try to federate all project who can help you for DIT jobs. </p>
<p>Based on watchdog, watchfolders to scan directories and auto-detect a new job.<br>
Launch these jobs on render managers like <a href="https://github.com/DIT-Tools/drqueue">DrQueue</a> allow to set and change priorities. </p>
<h3>
<a name="which-datas" class="anchor" href="#which-datas"><span class="octicon octicon-link"></span></a>Which Datas</h3>
<p>For jobs process you need to process video, image sequences, audio.<br>
All of these features are required to provide the helpful tool. </p>
<p>see:<br><a href="https://github.com/DIT-Tools/upipe">upipe</a> </p>
<h3>
<a name="around-all-of-that" class="anchor" href="#around-all-of-that"><span class="octicon octicon-link"></span></a>Around all of that</h3>
<p>You also need commonly to parse EDL, AAF files.<br>
Find here some references to parsers:<br><a href="https://github.com/DIT-Tools/python-edl">Python EDL Parser</a><br><a href="https://github.com/DIT-Tools/pyaaf">Python binding for AAF</a><br><a href="https://github.com/DIT-Tools/genericEDL">an EDL parser and editor</a> </p>
<h3>
<a name="authors" class="anchor" href="#authors"><span class="octicon octicon-link"></span></a>Authors</h3>
<p>Initialy created by<br><a href="http://marcantoine-arnaud.github.io/">Marc-Antoine ARNAUD</a> - <a href="http://www.mikrosimage.eu/">Mikros Image</a><br>
Guillaume BOSSU - <a href="http://www.studio-equipe.fr/">Studio l'Equipe</a> </p>
</section>
<footer>
<p><small>Hosted on GitHub Pages — Theme by <a href="http://twitter.com/#!/michigangraham">mattgraham</a></small></p>
</footer>
</div>
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
</body>
</html>