web/shotdetect/index.html
changeset 194 32102edaa81b
equal deleted inserted replaced
193:2f6f6f7551ca 194:32102edaa81b
       
     1 <html>
       
     2 <head>
       
     3 <title>Application shotdetect</title>
       
     4   <link rel="stylesheet" media="screen" type="text/css" href="style.css" />
       
     5   <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
       
     6 </head>
       
     7 
       
     8 <body>
       
     9 <p>
       
    10 <b>Last update : march 22th 2007 </b>
       
    11 </p>
       
    12 <p>
       
    13 Shotdetect is a free software (LGPL license) written by Innovation Research Institute of Center Pompidou to detect scenes in a video movie.
       
    14 </p>
       
    15 <p>
       
    16 Shotedetct can generate thumbs corresponding to beginning and en frame of the scenes. It can also generate a XML file containing results of the analysis.
       
    17 </p>
       
    18 <p>
       
    19 Shotdetect can apply an xsl stylesheet on the xml resulting file to create files especially for your app.
       
    20 </p>
       
    21 <p>
       
    22 <a href="shotdetect-current.tar.gz">Download shotdetect sources</a><br />
       
    23 <a href="shotdetect-installer.exe">Download Windows installer</a><br />
       
    24 </p>
       
    25 <center><img src="screen.png" alt="App screenshot" /></center>
       
    26 
       
    27 </body>
       
    28 </html>