Sponsored Link
Advene (Annotate Digital Video, Exchange on the NEt) is an ongoing project in the LIRIS laboratory (UMR 5205 CNRS) at University Claude Bernard Lyon 1. It aims at providing a model and a format to share annotations about digital video documents (movies, courses, conferences...), as well as tools to edit and visualize the hypervideos generated from both the annotations and the audiovisual documents. Teachers, moviegoers, etc. can use them to exchange multimedia comments and analyses about video documents. The project also aims at studying the way that communities of users (teachers, moviegoers, students...) will use these self-publishing tools to share their audiovisual "readings", and to envision new editing and viewing interfaces for interactive comment and analysis of audiovisual content.
Install Advene in Ubuntu
First you need to download .deb package from here or using the following command
wget http://download.gna.org/advene/debian/testing/advene_0.40_all.deb
Install this .deb package by doule clicking on that package or run the following command from your terminal
sudo dpkg -i advene_0.40_all.deb
or
Edit /etc/apt/sources.list file
gksudo gedit /etc/apt/sources.list
Add the following line
deb http://download.gna.org/advene/debian testing/
Update source list
sudo apt-get update
Install advene
sudo apt-get install advene
Screenshot

Sponsored Link