Slashdot Mirror


Firefox Plugin Annodex For Searching Audio, Video

loser in front of a computer writes "ZDNet Australia reports that 'Australia's CSIRO research organisation has developed a Firefox plugin named Annodex that allows browsing through time-continuous media such as audio and video in the same way that HTML allows browsing through text.' I've just checked Annodex out and it's very cool. The sample video from the Perl conference is way funny too." The catch is, the media to be searched has to be prepped first.

6 of 129 comments (clear)

  1. Of course by shreevatsa · · Score: 4, Insightful

    The catch is, the media to be searched has to be prepped first.
    Isn't that obvious? It's too much to expect it to be able to search video without knowing what it is.

    1. Re:Of course by bogado · · Score: 5, Insightful

      You understand that to be able to search you must read the content before, right? Google does read all the pages to index them, this is a preprocessing stage. I don't see why this requirement is a impediment. Sure video processing is time consuming, but downloading videos are also time and bandwidth consuming, so in general searching videos is harder, much harder then text.

      --
      []'s Victor Bogado da Silva Lins

      ^[:wq

  2. Not likely at currently then by jokumuu · · Score: 5, Insightful

    If the media has to be specially prepared for this to work, I do not see this taking off currently until the search engine can do the prepping fast and simple from the orginal unprepped media.

    1. Re:Not likely at currently then by luvirini · · Score: 5, Insightful
      Yes indeed that is the core of the problem, in order to search something, the search algoritm has to understand the content to be searched.

      Currently trying to get a computer to understand something in pictures, even less in motion pictures is very inaccurate and extremly prosessor intensive, unless one uses a really small subset(like fingerprint recognition)

  3. Read more... by MicroBerto · · Score: 4, Insightful
    Unfortunately, in order to remain loyalty-free, it only supports Ogg Theora. How many of those videos do you see out there? I see none.

    A cool application, nonetheless.

    --
    Berto
    1. Re:Read more... by phaxkolumbo · · Score: 4, Insightful

      Now, I might be wrong, but chances are that what you got instead of Ogg Theora compressed files were Ogg Media Files (.ogm).

      OGM is a container format for audio/video that supports multiple subtitles (just like you mentioned) and multiple audio tracks. From what I personally know, the video is usually compressed with XviD and the audio with Ogg Vorbis.

      (see also Matroska which does the above, and more)