Ignore:
Timestamp:
2013-05-24T10:07:13+12:00 (11 years ago)
Author:
jmt12
Message:

Updated with interesting details and juicy gossip. Not really... but maybe now you'll read it.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs2-extensions/video-and-audio/trunk/src/opt/DSpace/README.txt

    r26186 r27427  
    11===== Video Processing in DSpace =====
     2
     3This extension now includes code to allow a DSpace installation to leverage video processing via the existing 'mediafilter' functionality. To enable you need to have working installations of both DSpace and Greenstone. You then symlink both java files lurking deep under the 'dspace' directory in the matching place within the DSpace source directory. Once this is done, you edit the source versions of dspace.cfg to include the new filter (RTFM) and recompile to include the new functionality.
     4
     5==== SimpleVideoFilter.java ====
     6
     7A mediafilter implementation that uses tools (as compiled by the Greenstone extension) to provide video processing. Expects, as input, TS files (MPEG2 Transport Stream) and generates a MP4 webstreamable version as well as a number of associated keyframe images (JPGs).
     8
     9==== ItemUpdate.java ====
     10
     11Minor modification to the existing ItemUpdate tool to provide an extra 'noundo' parameter. While it is possible to run the SimpleVideoFilter without this change, you'll generate a large number of undo script folders where-ever you ran "dspace filtermedia" from.
    212
    313==== Installation Instructions ====
Note: See TracChangeset for help on using the changeset viewer.