Difference between revisions of "SUNScholar/Media Filters"

From Libopedia
Jump to navigation Jump to search
m
m
Line 2: Line 2:
 
  '''[[SUNScholar/Customisation|Back to Customisation]]'''
 
  '''[[SUNScholar/Customisation|Back to Customisation]]'''
 
</center>
 
</center>
 +
 +
==Introduction==
 +
DSpace can apply filters or transformations to files/bitstreams, creating new content. Filters are included that extract text for full-text searching, and create thumbnails for items that contain images. The media filters are controlled by the dspace filter-media script which traverses the asset store, invoking all configured MediaFilter or FormatFilter classes on files/bitstreams
  
 
==[[SUNScholar/Media Filters/5.X|For DSpace 5.X]]==
 
==[[SUNScholar/Media Filters/5.X|For DSpace 5.X]]==

Revision as of 11:16, 21 December 2014

Back to Customisation

Introduction

DSpace can apply filters or transformations to files/bitstreams, creating new content. Filters are included that extract text for full-text searching, and create thumbnails for items that contain images. The media filters are controlled by the dspace filter-media script which traverses the asset store, invoking all configured MediaFilter or FormatFilter classes on files/bitstreams

For DSpace 5.X

For DSpace 4.X

For DSpace 3.X

For DSpace 1.8.X