[go: up one dir, main page]

Menu

[r5619]: / trunk / gpac_www / auth.php  Maximize  Restore  History

Download this file

50 lines (45 with data), 2.7 kB

 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Authoring with GPAC - GPAC Project on Advanced Content</title>
<link href="code/styles.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="fond">
<?php include_once("nav.php"); ?>
<!-- =================== ENTETE DE LA PAGE ========================================= -->
<div id="Chapeau_court">
<h1>
This part of the GPAC Web Site is dedicated to content authoring, available tools and other useful resources to create content. Currently only BIFS content creation is discussed, but more standards will soon follow (SVG, LASeR).
</h1>
</div>
<!-- =================== CORPS DE LA PAGE ============================================ -->
<div id="Centre">
<?php include_once("auth_left.php"); ?>
<!-- =================== SECTION 2 ============ -->
<div class="Col2">
<h1>Overview</h1>
<p>Multimedia Standard technologies are useless without an active content authors community. We will therefore not let you wander through the complex realm of multimedia authoring without a safe place to rest, gather your ideas and meet other pioneers. If the tutorials, demos and case studies given here are not enough, feel free to expose your problems in our <a href="http://sourceforge.net/forum/forum.php?forum_id=327349">Authoring Forum</a>.</p>
<p>Also remember to carefully look at the supported features page to be sure you're not using unsupported features.</p>
<h1>Available BIFS Tools</h1>
<p>There are several tools available for BIFS content creation (MPEG-4 reference software, IBM tools or ENVIVIO tools), but the current practice is to use a text editor and a MP4Box.</p>
<h1>BIFS Tutorials</h1>
<p>There are very few tutorials on XMT-A and MPEG-4 authoring available on the internet, and we are therefore very pleased to give you a step-by-step introduction to MPEG-4.
The following tutorial has been written for ENST's student in 2002, and has slowly been updated to the current stage. </p>
<p>This tutorial will be rewritten in the near future, so do not hesitate to send back comments, feedback, requests on this topic.
</p>
<p>
<a href="auth_tutorial_eng.php">BIFS Tutorial in English</a>
</p>
<p>
<a href="auth_tutorial_fr.php">BIFS Tutorial in French</a>
</p>
</div>
</div>
<?php $mod_date="\$Date: 2007-08-30 13:19:18 $"; ?>
<?php include_once("bas.php"); ?>
<!-- =================== FIN CADRE DE LA PAGE ========================================= -->
</div>
</body>
</html>