Management of academic multimedia content for longterm access and inter institutional exchange

Size: px
Start display at page:

Download "Management of academic multimedia content for longterm access and inter institutional exchange"

Transcription

1 Management of academic multimedia content for longterm access and inter institutional exchange Work package 4: Archival strategies / Handling and persistent identification of objects

2 Glossary AIP DIP IANA ISO MIME MPEG OAIS PDI SIP URL URN Archival Information Package Dissemination Information Package Internet Assigned Numbers Authority International Organisation for Standardisation Multipurpose Internet Mail Extensions Moving Picture Experts Group Open Archival System Preserving Data Information Submission Information Package Uniform Resource Locator Uniform Resource Name 2

3 Table of contents D 4.1 Report on file formats and quality standards of multimedia documents. 5 Introduction...5 General: container format vs. codec...5 Video containers...6 MPEG 4 Part 14 (MP4)...6 Audio Video Interleave (AVI)...6 Flash Video (FLV)...7 OGG...8 Video codecs...9 MPEG 4 Part 10 (H.264/ MPEG 4 Advanced Video Coding (MPEG 4 AVC))...9 MPEG 4 Part 2 / MPEG 4 Visual (MPEG 4 Advanced Simple Profile)...9 THEORA...9 HuffYUV...10 Audio codecs MPEG 1 Audio Layer 3 (MP3)...11 Advanced Audio Coding (AAC)...11 Vorbis...12 Summary of formats and supported codecs Browser support for formats and codecs Streaming D 4.2 Report on the Swiss community multimedia needs in terms of distribution formats and long term preservation...14 Introduction Media distribution...14 Archiving...14 D 4.3 Report on a general strategy allowing long term preservation of multimedia content...15 Introduction Open Archival System (OAIS) Mandatory responsibilities of an OAIS...16 Functional entities...16 Digital migration...17 General strategy Goals of a long term preservation strategy...18 Elements of a long term preservation strategy...19 Developing a long term preservation strategy...20 Best practices Multimedia quality...21 File formats...21 Archival vs. distribution...22 Persistent identification...22 References...25 Annex A: Open Archival Information System and Long term preservation of electronic document based information

4 Open Archival Information System reference model (ISO 14721) Scope...26 Basics of an OAIS...26 Types of information packages...29 Mandatory responsibilities of an OAIS...29 Functional entities...31 Sustainability and digital migration...32 Types of migrations...32 Long term preservation of electronic document based information (ISO 18492). 34 Scope...34 Goals of a long term preservation strategy...34 Elements of a long term preservation strategy...35 Developing a long term preservation strategy...37 Table of figures Figure 1: Containers and supported codecs Figure 2: Browser video support Figure 3: Simple model of an Open Archival Information System (OAIS) Figure 4: Data interpreted using Representation information produces Information Figure 5: Information package associated to descriptive information

5 D 4.1 Report on file formats and quality standards of multimedia documents Introduction In the world of multimedia content, there exist a very large number of formats and codecs. This study concentrates on the more widely used as well as the more appropriate for the task of long term preservation of multimedia content. General: container format vs. codec When speaking of multimedia files, we often say avi or mp4 files. However, avi and mp4 are just container formats that define how to store video and audio data streams inside a file. A container will allow storing several tracks (usually, one video and one or more audio tracks). The way individual tracks are represented is defined by the respective codec. A codec is an algorithm that encodes, respectively decodes a stream of audio or video data. Examples of codecs are, among others: H.264 (video), AAC (audio), MP3 (audio). A track can have metadata attached to it, for example, the resolution and aspect ratio for a video. Containers can also have metadata, with information such as the title, author and date of the video. Although a container does not define how to store the audio and video streams, not all containers support all codecs. The following sections will list the most widely used video and audio containers, along with the codecs they support. 5

6 Video containers MPEG 4 Part 14 (MP4) This file format is based upon the international standard ISO/IEC :2004 (MPEG 4 Part 12: ISO base media file format). This standard stems directly from Apple s Quicktime container format (MOV). MP4 (MPEG 4 Part 14) is fundamentally identical to the MOV format, with the addition of formal specifications and MPEG features. MP4 supports streaming. Besides audio and video data, it can also contain subtitles (MPEG 4 Timed Text). Summary Filename extension:.mp4* MIME types: video/mp4, audio/mp4, application/mp4 Developed by: ISO Container for: audio, video, text Extended from: Quicktime.mov and MPEG 4 Part 12 Standard: ISO/IEC *non standard, but widely used extensions:.m4a for audio only files and.m4v for video only files. Audio Video Interleave (AVI) AVI is a format developed by Microsoft that can contain audio and video. It suffers from several limitations, which can be solved by using additional software, or by using more recent container formats. Some of the limitations are: there is no official support for video metadata, such as aspect ratio. AVI is not intended to contain data encoded with variable frame rate. This container format remains widely used as of today. Summary Filename extension: MIME types: Developed by: Container for:.avi video/vnd.avi, video/avi, video/msvideo, video/xmsvideo Microsoft audio, video 6

7 Flash Video (FLV) Flash Video is a container format for audiovisual content and is used by Adobe Flash Player. Flash Video can be embedded in Shockwave Flash files (SWF) and is the most used format for embedded video on the web. It is namely used by sites such as YouTube, Google Video and many news websites. There are two different file formats specified for Flash Video: FLV and F4V. In FLV, audio and video data is encoded in the same way as in SWF files. F4V is based upon the ISO base media file format (ISO ) and the technical specification is publicly available. The format was however not registered by the MP4 registration authority. F4V can contain video encoded with H.264, as well as MP3 and AAC audio data and still images (GIF, JPG, PNG). Flash Video can be viewed using the Adobe Flash Player and the web browser plug in. It is usually delivered using progressive download over HTTP, and can also be streamed via a streaming server (Flash Media Server, WebORB, ) over the RTMP protocol. Summary Filename extensions: MIME types: Developed by: Container for: Extended from:.flv,.f4v,.f4p,.f4a,.f4b video/x flv, video/mp4, video/x m4v, audio/mp4alatm, video/3gpp, video/quicktime, audio/mp4 Adobe Systems (originally Macromedia) audio, video, text, data ISO/IEC (for F4V, not officially registered) F4V formats File Mime type Description extension.f4v video/mp4 Video.f4p video/mp4 Protected video.f4a audio/mp4 Audio.f4b audio/mp4 Audio book 7

8 OGG OGG is a container format that is free and open. It is maintained by the Xiph.org foundation. The design goal of this format is to provide high quality multimedia content and efficient streaming. It can contain several audio, video streams, as well as text (for subtitles). It also supports metadata, which is contained in OGG and not built into the OGG container itself. This allows the use of any metadata specification. OGG is free and not restricted by any patents. Summary Filename extensions: MIME types: Developed by: Container for: Standard:.ogg,.ogv,.oga,.ogx,.spx video/ogg, audio/ogg, application/ogg Xiph.org foundation audio, video, text free, open standard maintained by the Xiph.org foundation 8

9 Video codecs MPEG 4 Part 10 (H.264/ MPEG 4 Advanced Video Coding (MPEG 4 AVC)) This video codec, known and H.264, also known as MPEG 4 Part 10 or MPEG 4 Advanced Video Coding (MPEG 4 AVC) is a standard developed by the MPEG group, or rather, a family of standards, separated into several different profiles. Formally the standard is named as follows: ISO/IEC MPEG 4 Part 10, Advanced Video Coding. The profiles implement different optional features that provide, for example, better image quality, smaller file sizes, Using these profiles, the goal of this codec is to ensure flexibility so that it can be used in a wide variety of applications, ranging from streaming of video with low to high bitrates and resolutions, to high quality content, DVD storage and more. H.264 video is streamable and can be embedded in an MP4 container. This codec is patented and licensing is brokered by the MPEG LA group 1. MPEG 4 Part 2 / MPEG 4 Visual (MPEG 4 Advanced Simple Profile) This codec, MPEG 4 Part 2 implements another video compression algorithm than MPEg 4 Part 10 and should not be confused with it. It s a standard that was developed by the MPEG group, ISO , similar to the previous standards MPEG 1 and MPEG 2. Widely used implementations of this standard are: Divx, Xvid and 3ivx. Xvid is open source, whereas Divx and 3ivx are closed source. MPEG 4 ASP video can be embedded in an AVI and an MP4 container. This codec is patented and licensing is brokered by the MPEG LA group 1. THEORA Theora is a free video codec maintained by the Xiph.org foundation. It is streamable, and is most often used in an OGG container. It can supposedly be embedded in almost any container format (needs confirmation)

10 Mozilla Firefox version 3.5 and later supports Theora in an OGG container without the need of any plugin. An open source decoder is made available by Xiph.org. Theora is a free codec that is not encumbered by any patents. HuffYUV HuffYUV is a lossless video codec published under the GNU General Public License (GPL). The algorithm in use is similar to the lossless JPEG one. The advantage if this codec is that it is lossless, i.e. the output of the decompressor is exactly the same as the original input before compression. 10

11 Audio codecs MPEG 1 Audio Layer 3 (MP3) MP3 is the most widely used audio codec. It was developed by ISO and the corresponding standards are ISO and ISO The design goal of this codec is to represent audio by using less data and to still give an appropriate sound output compared to the uncompressed audio data. It allows for both constant and variable bitrate compression. Constant bitrate encoding is limited to a set number of rates, ranging from 32 to 320 kbits per second. MP3 can contain up to 2 channels. MP3 encoded audio can be embedded in any video container. A noteworthy audio encoder for MP3 is the LAME project, which is opensource. This codec is patented. Advanced Audio Coding (AAC) AAC is a standardised audio codec whose goal is to be the successor of MP3. It is designed to provide better sound quality for streams encoded at the same bitrate as MP3. This compression format corresponds to the ISO standards ISO and ISO , as part of the MPEG 2 and MPEG 4 specifications. It also uses the concept of different profiles depending on the use, for example a low complexity profile designed to be fast and playable in real time with limited CPU resources, and higher profiles with better quality but increased encoding and decoding times. AAC can encode audio at any given bitrate, it is not limited to a certain number of predefined bitrates. This codec can contain up to 48 audio channels. Audio encoded using AAC can be embedded in a MP4 container. 11

12 This codec is patented, however, no license fee is required to be able to stream or distribute audio in ACC 2. Vorbis Vorbis is a free, open standard audio codec maintained by the Xiph.org foundation. Audio encoded using the Vorbis codec can be embedded inside OGG and MP4 containers. It can theoretically contain an arbitrary number of audio streams; there is no set limit. Audio quality tests performed showed that Vorbis provides better quality than MP3 and AAC at medium and high bitrates, whereas for low bitrates, HE AAC (high efficiency profile) gives better quality than Vorbis. Web browser Mozilla Firefox 3.5 can read Vorbis audio (stand alone or with a video in an OGG container) natively, without the need of additional plugins. This codec is not restricted by any patents. The reference implementation of the standard is open source. There are additional free and open source implementations of the Vorbis codec as well. Free Lossless Audio Codec (FLAC) FLAC is, as the name suggests, a free and lossless audio codec. Audio data is compressed without discarding any data from the input source. Sound compressed using FLAC can be decompressed to an identical audio stream to the original sound. It is maintained by the Xiph.org foundation. For audio content, the compression rate achieved by FLAC typically ranges from 30% to 60%, whereas general lossless schemes such as ZIP or GZIP only reach 10% 20%. In comparison, lossy codecs usually display compression rates of more than 80% by discarding parts of the original audio. The codec is free; anyone can implement the specification of this format and is not restricted by any patent. The sources for the reference implementation are published under the General Public License (GPL). Being lossless, this audio format is ideal for archival and preservation purposes

13 Summary of formats and supported codecs Containers Codecs Video Audio H.264 MPEG 4 ASP Theora MP3 AAC Vorbis FLAC MP4 X X X X X AVI X X FLV X X X F4V X X X OGG X X X X Figure 1: Containers and supported codecs Browser support for formats and codecs Web browsers Container + codecs Firefox Opera Chrome Safari MP4: H AAC X X OGG: Theora + Vorbis X X X Figure 2: Browser video support Streaming Real Time Streaming Protocol (RTSP) RTSP is a protocol for streaming multimedia content. It is notably used by applications such as Quicktime, RealPlayer and Windows Media Player. Real Time Messaging Protocol (RTMP) RTMP is a proprietary format that was developed by Adobe Systems for streaming multimedia content between a server and a Flash player. 13

14 D 4.2 Report on the Swiss community multimedia needs in terms of distribution formats and long term preservation Introduction This document describes the needs of the Swiss institutions for both distribution formats and long term preservation, by analysing the results of the deliverables D1.1 and 1.2 of work package 1. Most institutions currently operate a recording system or plan to do so in the near future. The nature of the content is mainly audio and video (projection and/or camera feed) for the following type of events: lessons, lectures, seminars, conferences, etc. Media distribution Media delivery is done mainly through HTTP download, as well as streaming (RTSP or other protocols). Most of the time, end user viewing of media content is done with a Flash player, integrated into an HTML page. The Quicktime player plugin is also used. Archiving The survey revealed that no institution archives high resolution versions of their media. To provide long term access to the media content their produce and host, the institutions need to implement archival strategies and follow some best practices described in D4.3, to ensure the content is preserved and updated to remain readable by users a long time after it has been created. 14

15 D 4.3 Report on a general strategy allowing long term preservation of multimedia content Introduction This section describes the requirements and best practices for a strategy for long term preservation of multimedia content. The general strategy proposed is described in detail in Annex A: Open Archival Information System and Long term preservation of electronic document based information. This study is based on the international standards ISO 14721:2003 and 18492:2005. A set of best practices is then listed based on the study detailed in the aforementioned annex. Open Archival System (OAIS) Together, the data object and the representation information form the information content (or information object). In order to preserve this information, it must be accompanied by preserving digital information (PDI). The PDI contains four different types of information: Origin of the information object, who has been in charge of it since its creation as well as the history of all changes applied to it. Context: describes relationships between the information object and other information packages. For example, the context can describe why and how the information object is linked to another information object. Identification: provides one or several identifiers that uniquely identify the information object. This identifier can be composed of one or several attributes. Integrity: a mechanism ensuring that the information object is protected against non allowed and undocumented modifications. It can be for example a checksum on the information object. The information object and its preserving digital information are packed together to be stored in the archive as one logical unit (Figure 5). 15

16 Mandatory responsibilities of an OAIS Here is a summary of the most important and mandatory responsibilities of an archival system. Each of these points is explained in further detail in the annex. A. Negotiate with Producers and accept their appropriate information B. Acquire sufficient proficiency to guarantee sustainability C. Determine which communities are the target audience that can understand the provided information E. Apply a strategy and documented procedures that guarantee the preservation of information Functional entities The following section lists the main functions of an OAIS that interest us in the context of this project. a. Generate an AIP (Archival information package) This function transforms one or several SIPs (Submitted Information Package) into one or several AIPs that conform to the internal standards of data formatting inside the archive. This may imply conversions to other file formats or representations or a reorganisation of the information content of the SIPs. b. Technological watch This function s goal is to follow the evolution of emerging digital technologies, information standards as well as software and hardware platforms, and detect technologies that could cause the environment of the OAIS to become obsolete. Based on this technological watch, prototyping can be used to better evaluate the impact of technologies and design migration plans accordingly. 16

17 Digital migration There are several types of migrations of digital content in an archive. For multimedia content, the migration used is mainly the transformation. Transformation Changes are made to the information object and/or PDI, and thus the representation information is altered in consequence as well. The goal of a transformation is a maximal preservation of the information. The resulting AIP replaces the original AIP that underwent the transformation. The new AIP is seen as being a new version of the original content, which can be kept for preservation history control. The representation information plays a key role in transformations. A transformation can be either reversible or irreversible. In the case of a lossless codec, it is considered as reversible, because we can obtain back the entirety of the original content by decoding it. With lossy codecs however, the transformation is irreversible because some parts of the original data is discarded during the compression. An OAIS should keep all different versions of a multimedia document in storage. 17

18 General strategy Based on the standard norms for archival and preservation of electronicbased documents, a general strategy comprising the following main points can be described. This section presents a summary of the main points defining a preservation strategy. More detail is given in Annex A. Goals of a long term preservation strategy Readable electronic document based information Data must be readable into the future. Besides maintaining the physical supports, the data must be formatted in a way that users can read and understand it. Intelligible electronic document based information Representation data is needed to tell the computer how to interpret the preserved information. For multimedia content, this means that information should be present that tells exactly what codecs, which implementation and version was used to produce said content. An executable version of the coders and decoders should be stored in the repository as well. If possible, the source code should also be included, so that we never run into the problem of software obsolescence and data that is not readable anymore. Using codecs defined by international standards and open implementations is a way of achieving this goal. Identifiable electronic document based information Each multimedia document must be identifiable in a unique way, using one or several attributes. Authentic electronic document based information An archive should ensure the authenticity of the preserved information, and that it has not been modified, deleted or corrupted over time. Mechanisms for access restriction must be set up and enforced. Techniques such as CRCs and hash functions can help verify authenticity of the content. 18

19 Elements of a long term preservation strategy Migrating electronic document based information Inevitably, a long term strategy for electronic information will involve migrations to newer formats. It is recommended for storage repositories to migrate all the electronic information from the wild variety of formats used by content creators to a smaller number of standardized formats upon their transfer to the repository. Specifically, proprietary formats should be avoided. Among the technology neutral formats that should be taken into consideration are the available ISO standards and other open standard for multimedia formats and compression techniques. Addressing software dependence It may be difficult to provide long term access to electronic information that can only be used within a specific software application or environment, especially if a vendor discontinues support or does not provide new versions for said software. It may be possible to eliminate software by sacrificing some loss of structure, for example, a text document in a proprietary format can be migrated to straight text thus losing aspects of physical representation. This is however not applicable to audiovisual content. A solution in this case is the migration to standard formats. Metadata Metadata stores information about the context, processing and use of electronic based information. To a certain extent, metadata can be extracted automatically by software applications, such as: file size, file format, length, hash digest However, manual intervention may sometimes be needed for additional metadata such as classification, keywords, and so on. 19

20 Metadata consists of information about the context, processing and use that supports the identification, retrieval and preservation of authentic electronicdocument based information. Interoperability should be kept in mind for interactions with other entities and repositories. Developing a long term preservation strategy Quality control The repository should set up controls and rules that document how and when the electronic information has been managed and maintained. This documentation should include the procedures and policies, description of events such as losses of data during migrations, as well as the results of periodical audits for quality control that have been made to verify that the repository s policies have been respected. Security: Application/software access control There should be automated procedures that control the modification and deletion of information inside the repository. When an electronic document is modified or deleted, it should be automatically logged by the software, with the name of the person and the reason for the change. The access to the stored information should be restricted so that it is only accessible through a thoroughly tested and documented entry point so that unauthorized access is prevented. Security policy The following procedures should be described and set up to warrant the repository s security: security measures for the transfer of electronic document based information to the repository procedures describing access control and monitoring the location of the physical storage facility to minimise the risks of disasters a disaster recovery plan a backup system 20

21 Best practices Multimedia quality To archive multimedia content, the highest possible resolution and quality of both audio and video streams should be kept. If the codecs used are not lossless, the encoding must be done in such a way (typically the bitrate setting) that no quality of the multimedia document is lost during the encoding. File formats As mentioned in Annex A, proprietary file formats and codecs should be avoided as much as possible and international standards should be used instead. The discussion following is based on Figure 1: Containers and supported codecs. Among the file formats studied in this document, we will retain the most interesting ones, namely the MP4 and OGG containers because they are international standards, as well as the F4V container format for its mainstream ness and support for modern high quality codecs (H.264, AAC). MP4, OGG and F4V are flexible container formats that support high quality video and audio codecs (H.264, AAC, Theora, Vorbis, FLAC), suitable for archival storage. MP4 is directly an ISO standard, which is a great advantage for the perspective of long term preservation. A disadvantage of MP4 is that its corresponding codecs (H.264, MPEG 4 ASP, AAC) are patented and thus subject to licensing fees for use and distribution of content. F4V is based on an ISO standard as well, even though it was not officially registered by the competent authority. Its technical specification is publicly available. The OGG container, as well as the supported codecs Theora, Vorbis and FLAC are open standards as well, though from a separate foundation and not from ISO. Particularly interesting is FLAC, which is a lossless audio codec capable of attaining good compression rates while keeping the original data intact. Using open standards in an archival system is a great way of removing software dependency and facilitating future migration to newer formats. 21

22 Noteworthy also is that MP3 audio encoding is supported by all the containers mentioned in this document. However, it is generally advised to use its more efficient successor AAC. Archival vs. distribution Annex A mentions three different information packages: Submission Information Package (SIP): information package as it is submitted to the archive by a Producer Archival Information Package (AIP): information package as it is stored inside the archive Dissemination Information Package (DIP): information package as it is displayed to the user We can thus describe a typical scenario for an archival system: The SIPs will be the multimedia files that are submitted to the archival repository. AIPs will be the files that are stored in the archive and the DIP are the files that will be distributed and displayed to the end users. It is very probable that in such a case, the archive will allow producers to submit multimedia content in a variety of different formats, for example AVI, DivX, MPEG 2, FLV, MP4 and OGG (which will constitute SIPs), convert those files and store them in a normalised, standard format, for example Theora and FLAC streams embedded in an OGG container (AIPs), and finally make the content available to users by using an Flash player getting F4V data (H AAC) through a streaming serving using the RTMP protocol (DIPs). In this context, the focus was on the AIPs and the way to store and preserve this multimedia data. For information, Figure 2: Browser video support shows the current video support of web browsers. Persistent identification In most cases, it is desirable for a multimedia archival system to have a persistent identification mechanism for its available content. This way, users can access the resources using a single, unique and immutable identifier. 22

23 To this end, the most suitable solution appears to be the Unified Resource Name (URN). It allows registering one or several Unified Resource Locators (URLs) to a specific and globally unique name. This system relies on a resolving service mapping the URNs to its corresponding URLs. The resolving service can be delegated to a third party server or directly incorporated as an additional functionality into the archive repository. Both alternatives should be considered: either each individual archive repository implements a resolving service for its own persistent resources, or we could imagine a nation wide centralised resolving service where all multimedia content is registered The second alternative appears able to provide more consistency. Furthermore, this would resemble an already used scheme in Switzerland, where the Swiss National Library handles and manages URN policies for bibliographical documents in the country. In its current implementation, the actual URN resolving service is provided by the German National Library. Since the archive already assigns internal unique identifiers for its resources, expanding these internal identifiers to global ones (by adding archive and content specific prefixes, for example) is no difficult task. Assignment of URLs In this system, one or several URLs can be assigned to a single URN. This way, several alternative URLs can be provided to ensure constant access in case of failure of one of the resource providers. This can also be used to link to several different types or versions of a same resource: for example, a video URL and its corresponding, identical archived version stored in a multimedia archival system. In this scheme, it is the responsibility of the archival system to guarantee the long term preservation for the content for which URNs are assigned. 23

24 Syntax The syntax of a URN is defined as follows by RFC : NID: namespace identifier NSS: namespace specific string <URN> ::= "urn:" <NID> ":" <NSS> The namespace identifier determines the syntactic interpretation of the namespace specific string. The officially registered NIDs are defined by IANA. 4 Among the standard list, we can find International Standard Audiovisual Number (ISAN). This point should be further investigated to determine whether an archive is allowed to use an ISAN namespace identifier as is, if it needs to respect to a set of specifications to comply with the standard. Registration of a new NID is also possible; IANA mentions registration procedures functioning in a first come first serve basis after a review period. The NSS can be chosen freely. The system providing URNs has the responsibility of ensuring their uniqueness. Examples (source: [5]) Below are two examples using the ISAN and the MPEG namespace identifiers, respectively. urn:isan: E O The URN for "Spider Man (film)", identified by its audiovisual number. urn:mpeg:mpeg7:schema:2001 Default Namespace Rules for MPEG 7 video metadata. Alternative An alternative to the URN persistent identification scheme is Digital Object Identifier (DOI). DOI implements the URN concept and augments it with an additional data model namespaces/ 24

25 It is a priori not obvious whether or not this data model adds useful functionality to the URN archive repository interaction, since the archival system already manages metadata about its content objects: information packages with preserving data information (PDI) and associated descriptive information (see Figure 5). References [1] Open Archival Information System reference model (ISO 14721) [2] Long term preservation of electronic document based information (ISO 18492) [3] [4] [5] [6] [7] 25

26 Annex A: Open Archival Information System and Long term preservation of electronic document based information Open Archival Information System reference model (ISO 14721) Scope ISO 14721:2003 specifies a reference model for an open archival information system (OAIS). The purpose of this ISO 14721:2003 is to establish a system for archiving information, both digitalized and physical, with an organizational scheme composed of people who accept the responsibility to preserve information and make it available to a designated community. Basics of an OAIS An OAIS is interfaced with Producers, Users and Management, as shown in Figure 3. The term Producer represents people, or a system that submits information to an OAIS for preservation. The Management defines the global policies of the OAIS, define what information to preserve, Users represents the people or client systems that interact with the OAIS to search and consult preserved information. The target community of users is defined as the users who have interest in the information stored and are able to understand it. Producer User Figure 3: Simple model of an Open Archival Information System (OAIS) 26

27 Massive and fast development of digital data, is a challenge for archives: easily lost or corrupted, and evolution of technology makes software and hardware obsolete after a few years. Definition of information Information is always represented by a certain type of data. To successfully preserve information, it is capital that the OAIS understands the data using its representation information. The representation information specifies how to interpret the stored data and such extract its meaning (Figure 4 below). Data object interpreted using Representation information produces Information object Figure 4: Data interpreted using Representation information produces Information In the context of archiving multimedia content, such as a video, the file (the data) must be interpreted using all the necessary codecs (the representation information) to produce and playback the audiovisual content (the information). In an archive, multimedia content should always be accompanied by precise representation information describing the file format, the codecs (and the versions) used by the content in question. If possible (depending on licensing and such), the OAIS should also store the necessary software to code and decode the multimedia file. Together, the data object and the representation information form the information content (or information object). In order to preserve this information, it must be accompanied by preserving digital information (PDI). The PDI is divided into 4 categories: Origin of the information object, who has been in charge of it since its creation as well as the history of all changes applied to it. Context: describes relationships between the information object and other information packages. For example, the context can describe why and how the information object is linked to another information object. 27

28 Identification: provides one or several identifiers that uniquely identify the information object. This identifier can be composed of one or several attributes. Integrity: a mechanism ensuring that the information object is protected against non allowed and undocumented modifications. It can be for example a checksum on the information object. The information object and its preserving digital information are packed together to be stored in the archive as one logical unit (Figure 5). A package is associated with descriptive information about the information object (metadata) so the community of users can search the archive and retrieve information of interest. This metadata can be extracted from the information object and the PDI or come from another source. Information object (data object+ representation) Packaging information Preserving digital information (PDI) Package 1 Descriptive information Figure 5: Information package associated to descriptive information 28

29 Types of information packages An OAIS can distinguish between 3 different types of information packages: Submission Information Package (SIP): information package as it is submitted to the archive by a Producer Archival Information Package (AIP): information package as it is stored inside the archive Dissemination Information Package (DIP): information package as it is displayed to the user Mandatory responsibilities of an OAIS This section presents the minimal responsibilities an OAIS must take. A. Negotiate with Producers and accept their appropriate information An OAIS negotiates with Producers to agree upon the kind of content to be preserved, ensuring that it respects the its mission and that it responds to the needs of the target community of users. The OAIS must also extract or obtain sufficient descriptive data to allow the target users to find the wanted information efficiently. B. Acquire sufficient proficiency to guarantee sustainability An OAIS must obtain sufficient proficiency of the information content so as to be able to preserve it. Namely, it must handle issues related to the three following categories: i. copyright, intellectual property or other legal restrictions ii. authorisation to modify the representation information iii. protocols with external organisations (if necessary) i. An archive must respect all legal restrictions in effect. It can establish directives for the distribution and duplication of its information. ii. If it happens that the information content is not stored in a form suitable to the target users anymore or does not comply with internal requirements for its conservation, the OAIS must be allowed to migrate the data to a new 29

30 format. This means that the corresponding representation information must be updated as well. iii. In order to fulfil its mission, an OAIS can establish protocols with external organisations, for example to share or delegate the storage of some common representation information with another organisation. Such protocols must be reviewed to ensure that they are respected and that they remain useful. C. Determine which communities are the target audience that can understand the provided information It is very important to clearly define community or communities of users that are the audience of the content to store in the archive, and to take the necessary steps so they can understand this information. The potential evolution of the definition of the target community of users must also be taken into account. During the definition of the preservation policies, starting by choosing a community broader than the current community minimises the difficulty of later extending it. As such, the archive must take into account the evolution of the way multimedia content is consulted by its users, and take steps to adapt the way the information is made available when needed. D. Ensure the information to preserve is immediately comprehensible by the target community of users (no need for experts) It can happen that the archive must adapt the representation information to ensure the information objects are easily understandable by the users because knowledge base of the target users evolved. E. Apply a strategy and documented procedures that guarantee the preservation of information in spite of unexpected events, in the limits of the reasonable, and allowing the diffusion of information, an authenticated copy of the original or allowing to retrieve the original It is essential that the OAIS defines and applies well documented procedures and methods for the preservation of its information packages. 30

31 For example, migrations that modify information objects and/or PDI s must be carefully verified to guarantee that no information is lost or corrupted. A long term plan of the technologies used must be established, and updated to match the technological evolutions so that migrations of information content can be prepared in advance and executed in time. F. Make the preserved information available to the target community of users By definition, an OAIS makes available its information content to the target community of users. It can present it in different ways and provide search tools to browse the collections of information objects. The access to some information packages may be restricted and thus only displayed to authorised users. The OAIS access policies must be made known publicly. Functional entities The following section lists the main functions of an OAIS that interest us in the context of this project. a. Generate an AIP (Archival information package) This function transforms one or several SIPs (Submitted Information Package) into one or several AIPs that conform to the internal standards of data formatting inside the archive. This may imply conversions to other file formats or representations or a reorganisation of the information content of the SIPs. Example: if a submitted file is in proprietary format and cannot be described, even visually, it is recommended to migrate it to a non proprietary format to guarantee its preservation. b. Technological watch This function s goal is to follow the evolution of emerging digital technologies, information standards as well as software and hardware platforms, and 31

32 detect technologies that could cause the environment of the OAIS to become obsolete. Based on this technological watch, prototyping can be used to better evaluate the impact of technologies and design migration plans accordingly. Sustainability and digital migration Digital migration is defined as the transfer of digital information inside an OAIS with the goal of preservation. There are 3 characteristics that distinguish digital migration from a transfer in general: a goal of preservation of the entirety of the information content, the perspective that the new implementation, or version, of the content will replace the previous one inside the archive system, all the aspects of the transfer are integral parts of the OAIS. The major factors for the need of a digital migration of AIPs are the following: improved efficiency: the fast evolution of hardware and software allows significant gains in terms of storage capacity and performance new requirements for user service: users adopt new technologies and their expectations of service evolve alongside technologies Digital migrations are time costly, costly and expose the OAIS to higher risks of loss of data. Hence the OAIS must carefully plan them and take into consideration the problems and the different alternatives in terms of migration. Types of migrations There are four main types of digital migration in an OAIS. In the context of preservation of audiovisual content, the emphasis will be on the last one, namely transformation. A. Storage media renewal One or several pieces of storage media, containing one or several AIPs, is replaced by a media of the same type by a bit by bit copy. 32

33 B. Duplication AIPs are transferred bit by bit to a storage media of the same or of another type. Package information, information objects and PDIs remain unchanged. C. Repackaging Packaging information undergoes changes. D. Transformation Changes are made to the information object and/or PDI, and thus the representation information is altered in consequence as well. The goal of a transformation is a maximal preservation of the information. The resulting AIP replaces the original AIP that underwent the transformation. The new AIP is seen as being a new version of the original content, which can be kept for preservation history control. The representation information plays a key role in transformations. A transformation can be either reversible or irreversible. A transformation is reversible when the new representation of the information univocally corresponds to the original representation. It is always possible to make the inverse transformation to obtain the original representation of the information. A transformation is irreversible when we cannot guarantee that the transformation can be inversed. Typically, this can happens when the information is migrated to a richer, more elaborate format than the original format. When migrating audiovisual content to a new format, some information can be lost if it is encoded with insufficient quality. This issue does not occur with lossless codecs. 33

34 Long term preservation of electronic document based information (ISO 18492) Scope This chapter provides practical guidance for long term preservation and retrieval of electronic document based information, when the retention period exceeds the expected life of the technology (hardware or software) used to create and maintain the information. For this end, it makes used of technology neutral information standards for supporting long term preservation and access. Goals of a long term preservation strategy This section briefly presents five key issues for long term preservation of electronic documents. Readable electronic document based information A strategy for long term preservation needs to ensure that the data is readable into the future. Besides the problematic of maintenance of physical storage support, an important point is of ensuring data readability is data formatting. The data needs to be formatted in a way that enables users to process it in the future, using technology neutral formats. Intelligible electronic document based information The computer needs to have access to information describing how to interpret the bit sequences that are stored, i.e. needs to know how to make meaning out of it. This is the representation information described in ISO (see previous chapter). Identifiable electronic document based information The electronic documents should be organized in such a way that users and information systems can distinguish between information objects using a unique attribute. In the context of persistent identification, the repository can incorporate methods such as URN or DOI to ensure the content is uniquely identifiable not only internally, but also to the end users, and in a persistent way. 34

35 Understandable document based information A long term preservation strategy should ensure the electronic information it stores is understandable by both computers and humans. The meaning of electronic document based information is not solely determined by its context and additional information about its context of use and of creation should be conveyed in the form of descriptive metadata associated to it. Authentic electronic document based information A repository for preservation of electronic documents needs to guarantee that its information is authentic, i.e. that over time it has not been modified or corrupted. The strategy should apply mechanisms to restrict access to its information and protect it from deliberate or accidental alteration, corruption or deletion. Said mechanisms include secure client server architectures for access restriction and techniques such as cyclical redundancy checks (CRC) and oneway hash functions (e.g. SHA 1) for the verification of the authenticity of the electronic information. Elements of a long term preservation strategy An accurate and reliable long term preservation strategy for electronic information means the following must be ensured: it can be read and interpreted by a computer application it can be rendered in a format understandable by humans it has the structure and context that existed at the time of the creation or receipt of the information A strategy implementing these goals above is divided into two main activities: information migration for the first two ones, and the last one is handled through the use of appropriate metadata. Migrating electronic document based information Inevitably, a long term strategy for electronic information will involve migrations to newer formats. To ensure preservation and access over time, a repository needs to address three challenges: 35

36 1. In the foreseeable future, it will be very difficult for storage repositories to have access or support all packages and formats for creating and using electronic information. 2. Some information is likely to be software dependent and thus only available in a specific software environment 3. Operating system and applications will inevitably be rendered obsolete by technological progress, and repositories will have to periodically update their systems and software and migrate their information content to the new environment Migration of electronic content can successfully address these challenges. Addressing software dependence It may be difficult to provide long term access to electronic information that can only be used within a specific software application or environment, especially if a vendor discontinues support or does not provide new versions for said software. It may be possible to eliminate software by sacrificing some loss of structure, for example, a text document in a proprietary format can be migrated to straight text thus losing aspects of physical representation. This is however not applicable to audiovisual content. A solution in this case is the migration to standard formats. Software upgrades and new software installation Install of new software or upgrades is inevitable in the lifetime of an electronic repository for long term access. When software is upgraded, and backward compatibility between the upgrade and the old software is guaranteed, all electronic information should automatically moved to the new representation and environment. When new software replaces existing software, the electronic information should be migrated by using the export feature of the old system and the import feature of the new system. Migration to standard formats It is recommended for storage repositories to migrate all the electronic information from the wild variety of formats used by content creators to a 36

IDM 221. Web Design I. IDM 221: Web Authoring I 1

IDM 221. Web Design I. IDM 221: Web Authoring I 1 IDM 221 Web Design I IDM 221: Web Authoring I 1 Week 8 IDM 221: Web Authoring I 2 Media on the Web IDM 221: Web Authoring I 3 Before we cover how to include media files in a web page, you need to be familiar

More information

Draft Digital Preservation Policy for IGNCA. Dr. Aditya Tripathi Banaras Hindu University Varanasi

Draft Digital Preservation Policy for IGNCA. Dr. Aditya Tripathi Banaras Hindu University Varanasi Draft Digital Preservation Policy for IGNCA Dr. Aditya Tripathi Banaras Hindu University Varanasi aditya@bhu.ac.in adityatripathi@hotmail.com Digital Preservation Born Digital Object Regardless of U S

More information

Sustainable File Formats for Electronic Records A Guide for Government Agencies

Sustainable File Formats for Electronic Records A Guide for Government Agencies Sustainable File Formats for Electronic Records A Guide for Government Agencies Electronic records are produced and kept in a wide variety of file formats, often dictated by the type of software used to

More information

DRS Policy Guide. Management of DRS operations is the responsibility of staff in Library Technology Services (LTS).

DRS Policy Guide. Management of DRS operations is the responsibility of staff in Library Technology Services (LTS). Harvard University Library Office for Information Systems DRS Policy Guide This Guide defines the policies associated with the Harvard Library Digital Repository Service (DRS) and is intended for Harvard

More information

Advanced High Graphics

Advanced High Graphics VISUAL MEDIA FILE TYPES JPG/JPEG: (Joint photographic expert group) The JPEG is one of the most common raster file formats. It s a format often used by digital cameras as it was designed primarily for

More information

Summary of Bird and Simons Best Practices

Summary of Bird and Simons Best Practices Summary of Bird and Simons Best Practices 6.1. CONTENT (1) COVERAGE Coverage addresses the comprehensiveness of the language documentation and the comprehensiveness of one s documentation of one s methodology.

More information

Image and video processing

Image and video processing Image and video processing Digital video Dr. Pengwei Hao Agenda Digital video Video compression Video formats and codecs MPEG Other codecs Web video - 2 - Digital Video Until the arrival of the Pentium

More information

Agenda. Bibliography

Agenda. Bibliography Humor 2 1 Agenda 3 Trusted Digital Repositories (TDR) definition Open Archival Information System (OAIS) its relevance to TDRs Requirements for a TDR Trustworthy Repositories Audit & Certification: Criteria

More information

Video. Add / edit video

Video. Add / edit video Video Videos greatly support learning in an e-earning setting. It is a rather complex topic though, due to the variety of formats, codecs, containers and combination of operating systems and browsers.

More information

Defining OAIS requirements by Deconstructing the OAIS Reference Model Date last revised: August 28, 2005

Defining OAIS requirements by Deconstructing the OAIS Reference Model Date last revised: August 28, 2005 Defining OAIS requirements by Deconstructing the OAIS Reference Model Date last revised: August 28, 2005 This table includes text extracted directly from the OAIS reference model (Blue Book, 2002 version)

More information

CCSDS STANDARDS A Reference Model for an Open Archival Information System (OAIS)

CCSDS STANDARDS A Reference Model for an Open Archival Information System (OAIS) CCSDS STANDARDS A Reference Model for an Open Archival System (OAIS) Mr. Nestor Peccia European Space Operations Centre, Robert-Bosch-Str. 5, D-64293 Darmstadt, Germany. Phone +49 6151 902431, Fax +49

More information

HTML 5 and CSS 3, Illustrated Complete. Unit K: Incorporating Video and Audio

HTML 5 and CSS 3, Illustrated Complete. Unit K: Incorporating Video and Audio HTML 5 and CSS 3, Illustrated Complete Unit K: Incorporating Video and Audio Objectives Understand Web video and audio Use the video element Incorporate the source element Control playback HTML 5 and CSS

More information

Session Two: OAIS Model & Digital Curation Lifecycle Model

Session Two: OAIS Model & Digital Curation Lifecycle Model From the SelectedWorks of Group 4 SundbergVernonDhaliwal Winter January 19, 2016 Session Two: OAIS Model & Digital Curation Lifecycle Model Dr. Eun G Park Available at: https://works.bepress.com/group4-sundbergvernondhaliwal/10/

More information

Lesson 5: Multimedia on the Web

Lesson 5: Multimedia on the Web Lesson 5: Multimedia on the Web Learning Targets I can: Define objects and their relationships to multimedia Explain the fundamentals of C, C++, Java, JavaScript, JScript, C#, ActiveX and VBScript Discuss

More information

UNDERSTANDING MUSIC & VIDEO FORMATS

UNDERSTANDING MUSIC & VIDEO FORMATS ComputerFixed.co.uk Page: 1 Email: info@computerfixed.co.uk UNDERSTANDING MUSIC & VIDEO FORMATS Are you confused with all the different music and video formats available? Do you know the difference between

More information

Different Aspects of Digital Preservation

Different Aspects of Digital Preservation Different Aspects of Digital Preservation DCH-RP and EUDAT Workshop in Stockholm 3rd of June 2014 Börje Justrell Table of Content Definitions Strategies The Digital Archive Lifecycle 2 Digital preservation

More information

Best Current Practice; mandatory IETF RFCs not on standards track, see below.

Best Current Practice; mandatory IETF RFCs not on standards track, see below. Request for Comments In computer network engineering, a Request for Comments () is a memorandum, usually published by the Editor on behalf of the Internet Engineering Task Force (IETF), describing methods,

More information

The Perils of Preserving Digitized and Born-Digital Video

The Perils of Preserving Digitized and Born-Digital Video The Perils of Preserving Digitized and Born-Digital Video A Presentation for the Council of Intermountain Archivists Fall, 2011 Jimi Jones Digital Audiovisual Formats Specialist Office of Strategic Initiatives

More information

Preservation of the H-Net Lists: Suggested Improvements

Preservation of the H-Net  Lists: Suggested Improvements Preservation of the H-Net E-Mail Lists: Suggested Improvements Lisa M. Schmidt MATRIX: Center for Humane Arts, Letters and Social Sciences Online Michigan State University August 2008 Preservation of the

More information

ISO/IEC Information technology Multimedia framework (MPEG-21) Part 3: Digital Item Identification

ISO/IEC Information technology Multimedia framework (MPEG-21) Part 3: Digital Item Identification INTERNATIONAL STANDARD ISO/IEC 21000-3 First edition 2003-04-01 Information technology Multimedia framework (MPEG-21) Part 3: Digital Item Identification Technologies de l'information Cadre multimédia

More information

Computing in the Modern World

Computing in the Modern World Computing in the Modern World BCS-CMW-7: Data Representation Wayne Summers Marion County October 25, 2011 There are 10 kinds of people in the world: those who understand binary and those who don t. Pre-exercises

More information

Metadata. for the Long Term Preservation of Electronic Publications. Catherine Lupovici Julien Masanès. Bibliothèque nationale de France

Metadata. for the Long Term Preservation of Electronic Publications. Catherine Lupovici Julien Masanès. Bibliothèque nationale de France Metadata for the Long Term Preservation of Electronic Publications Catherine Lupovici Julien Masanès Bibliothèque nationale de France Report Series 2 Metadata Metadata for the Long Term Preservation of

More information

Lesson 5: Multimedia on the Web

Lesson 5: Multimedia on the Web Lesson 5: Multimedia on the Web Lesson 5 Objectives Define objects and their relationships to multimedia Explain the fundamentals of C, C++, Java, JavaScript, JScript, C#, ActiveX and VBScript Discuss

More information

Data Curation Handbook Steps

Data Curation Handbook Steps Data Curation Handbook Steps By Lisa R. Johnston Preliminary Step 0: Establish Your Data Curation Service: Repository data curation services should be sustained through appropriate staffing and business

More information

Android Multimedia Framework Overview. Li Li, Solution and Service Wind River

Android Multimedia Framework Overview. Li Li, Solution and Service Wind River Android Multimedia Framework Overview Li Li, Solution and Service Wind River Agenda What is Multimedia in a mobile device MPEG standard File format Codec Android Multimedia Framework OpenCORE OpenMAX What

More information

NEDLIB LB5648 Mapping Functionality of Off-line Archiving and Provision Systems to OAIS

NEDLIB LB5648 Mapping Functionality of Off-line Archiving and Provision Systems to OAIS NEDLIB LB5648 Mapping Functionality of Off-line Archiving and Provision Systems to OAIS Name of Client: Distribution List: Author: Authorised by: European Commission NEDLIB project Berkemeyer, Jörg DDB

More information

Lecture 19 Media Formats

Lecture 19 Media Formats Revision IMS2603 Information Management in Organisations Lecture 19 Media Formats Last week s lectures looked at MARC as a specific instance of complex metadata representation and at Content Management

More information

Checklist and guidance for a Data Management Plan, v1.0

Checklist and guidance for a Data Management Plan, v1.0 Checklist and guidance for a Data Management Plan, v1.0 Please cite as: DMPTuuli-project. (2016). Checklist and guidance for a Data Management Plan, v1.0. Available online: https://wiki.helsinki.fi/x/dzeacw

More information

Digital Preservation DMFUG 2017

Digital Preservation DMFUG 2017 Digital Preservation DMFUG 2017 1 The need, the goal, a tutorial In 2000, the University of California, Berkeley estimated that 93% of the world's yearly intellectual output is produced in digital form

More information

Multimedia on the Web

Multimedia on the Web Multimedia on the Web Graphics in web pages Downloading software & media Digital photography JPEG & GIF Streaming media Macromedia Flash Graphics in web pages Graphics are very popular in web pages Graphics

More information

Multimedia Content. Web Architecture and Information Management [./] Spring 2009 INFO (CCN 42509) Contents. Erik Wilde, UC Berkeley School of

Multimedia Content. Web Architecture and Information Management [./] Spring 2009 INFO (CCN 42509) Contents. Erik Wilde, UC Berkeley School of Contents Multimedia Content Contents Web Architecture and Information Management [./] Spring 2009 INFO 190-02 (CCN 42509) Erik Wilde, UC Berkeley School of Information [http://creativecommons.org/licenses/by/3.0/]

More information

Compression and File Formats

Compression and File Formats Compression and File Formats 1 Compressing Moving Images Methods: Motion JPEG, Cinepak, Indeo, MPEG Known as CODECs compression / decompression algorithms hardware and software implementations symmetrical

More information

ISO Self-Assessment at the British Library. Caylin Smith Repository

ISO Self-Assessment at the British Library. Caylin Smith Repository ISO 16363 Self-Assessment at the British Library Caylin Smith Repository Manager caylin.smith@bl.uk @caylinssmith Outline Digital Preservation at the British Library The Library s Digital Collections Achieving

More information

Digital Preservation with Special Reference to the Open Archival Information System (OAIS) Reference Model: An Overview

Digital Preservation with Special Reference to the Open Archival Information System (OAIS) Reference Model: An Overview University of Kalyani, India From the SelectedWorks of Sibsankar Jana February 27, 2009 Digital Preservation with Special Reference to the Open Archival Information System (OAIS) Reference Model: An Overview

More information

MEDIA RELATED FILE TYPES

MEDIA RELATED FILE TYPES MEDIA RELATED FILE TYPES Data Everything on your computer is a form of data or information and is ultimately reduced to a binary language of ones and zeros. If all data stayed as ones and zeros the information

More information

Digital Preservation Preservation Strategies

Digital Preservation Preservation Strategies Digital Preservation Preservation Strategies by Dr. Jagdish Arora Director, INFLIBNET Centre jarora@inflibnet.ac.in Digital Preservation Strategies Short-term Strategies Bit-stream Copying Refreshing Replication

More information

Open ebook File Format 1.0. DRAFT VERSION 001 November 5, 1999

Open ebook File Format 1.0. DRAFT VERSION 001 November 5, 1999 Open ebook File Format 1.0 DRAFT VERSION 001 November 5, 1999 Open ebook File Format 1.0 DRAFT VERSION 001 November 5, 1999 This is a draft recommendation. Changes will be made in response to further internal

More information

Multimedia Standards

Multimedia Standards Multimedia Standards SS 2017 Lecture 1 Prof. Dr.-Ing. Karlheinz Brandenburg Karlheinz.Brandenburg@tu-ilmenau.de Contact: Dipl.-Inf. Thomas Köllmer thomas.koellmer@tu-ilmenau.de 1 Organisational issues

More information

GUIDELINES FOR CREATION AND PRESERVATION OF DIGITAL FILES

GUIDELINES FOR CREATION AND PRESERVATION OF DIGITAL FILES GUIDELINES FOR CREATION AND PRESERVATION OF DIGITAL FILES October 2018 INTRODUCTION This document provides guidelines for the creation and preservation of digital files. They pertain to both born-digital

More information

Quicktime Player Error Codec For Avi Per

Quicktime Player Error Codec For Avi Per Quicktime Player Error Codec For Avi Per Oct 2, 2014. a movie and its.avi and i am getting an error post "converting" where it says. QuickTime player can't open Try another video player, such as VLC. Quicktime

More information

OAIS: What is it and Where is it Going?

OAIS: What is it and Where is it Going? OAIS: What is it and Where is it Going? Presentation on the Reference Model for an Open Archival System (OAIS) Don Sawyer/NASA/GSFC Lou Reich/NASA/CSC FAFLRT/ALA FAFLRT/ALA 1 Organizational Background

More information

Contents. Getting Set Up Contents 2

Contents. Getting Set Up Contents 2 Getting Set Up Contents 2 Contents Getting Set Up... 3 Setting up Your Firewall for Video...3 Configuring Video... 3 Allowing or Preventing Embedding from Video Sites...4 Configuring to Allow Flash Video

More information

Media Types. Web Architecture and Information Management [./] Spring 2009 INFO (CCN 42509) Contents. Erik Wilde, UC Berkeley School of

Media Types. Web Architecture and Information Management [./] Spring 2009 INFO (CCN 42509) Contents. Erik Wilde, UC Berkeley School of Contents Media Types Contents Web Architecture and Information Management [./] Spring 2009 INFO 190-02 (CCN 42509) Erik Wilde, UC Berkeley School of Information [http://creativecommons.org/licenses/by/3.0/]

More information

The OAIS Reference Model: current implementations

The OAIS Reference Model: current implementations The OAIS Reference Model: current implementations Michael Day, UKOLN, University of Bath m.day@ukoln.ac.uk Chinese-European Workshop on Digital Preservation, Beijing, China, 14-16 July 2004 Presentation

More information

ZEN / ZEN Vision Series Video Encoding Guidelines

ZEN / ZEN Vision Series Video Encoding Guidelines CREATIVE LABS, INC. Digital Media Relations Americas 1901 McCarthy Boulevard Milpitas, CA 95035 USA +1 408 432-6717 fax Europe 3DLabs Building Meadlake Place Thorpe Lea Road Egham, Surrey, TW20 8HE UK

More information

How Libre can you go?

How Libre can you go? How Libre can you go? Reaching as many viewers as possible using only libre video technologies. Phil Cluff, February 2019 Reaching as many viewers as possible using only libre video technologies. Reaching

More information

3.01C Multimedia Elements and Guidelines Explore multimedia systems, elements and presentations.

3.01C Multimedia Elements and Guidelines Explore multimedia systems, elements and presentations. 3.01C Multimedia Elements and Guidelines 3.01 Explore multimedia systems, elements and presentations. Multimedia Fair Use Guidelines Guidelines for using copyrighted multimedia elements include: Text Motion

More information

Archives in a Networked Information Society: The Problem of Sustainability in the Digital Information Environment

Archives in a Networked Information Society: The Problem of Sustainability in the Digital Information Environment Archives in a Networked Information Society: The Problem of Sustainability in the Digital Information Environment Shigeo Sugimoto Research Center for Knowledge Communities Graduate School of Library, Information

More information

Screencast.com. Getting the Most from Your Screencast.com Account. July TechSmith Corporation. All rights reserved.

Screencast.com. Getting the Most from Your Screencast.com Account. July TechSmith Corporation. All rights reserved. Screencast.com Getting the Most from Your Screencast.com Account July 2009 2009 TechSmith Corporation. All rights reserved. Contents Contents...2 First Things First: Get Organized...3 Get Familiar with

More information

Archival Information Package (AIP) E-ARK AIP version 1.0

Archival Information Package (AIP) E-ARK AIP version 1.0 Archival Information Package (AIP) E-ARK AIP version 1.0 January 27 th 2017 Page 1 of 50 Executive Summary This AIP format specification is based on E-ARK deliverable, D4.4 Final version of SIP-AIP conversion

More information

Importance of cultural heritage:

Importance of cultural heritage: Cultural heritage: Consists of tangible and intangible, natural and cultural, movable and immovable assets inherited from the past. Extremely valuable for the present and the future of communities. Access,

More information

ISO Information and documentation Digital records conversion and migration process

ISO Information and documentation Digital records conversion and migration process INTERNATIONAL STANDARD ISO 13008 First edition 2012-06-15 Information and documentation Digital records conversion and migration process Information et documentation Processus de conversion et migration

More information

Document Title Ingest Guide for University Electronic Records

Document Title Ingest Guide for University Electronic Records Digital Collections and Archives, Manuscripts & Archives, Document Title Ingest Guide for University Electronic Records Document Number 3.1 Version Draft for Comment 3 rd version Date 09/30/05 NHPRC Grant

More information

HTML5: MULTIMEDIA. Multimedia. Multimedia Formats. Common Video Formats

HTML5: MULTIMEDIA. Multimedia. Multimedia Formats. Common Video Formats LEC. 5 College of Information Technology / Department of Information Networks.... Web Page Design/ Second Class / Second Semester HTML5: MULTIMEDIA Multimedia Multimedia comes in many different formats.

More information

An overview of the OAIS and Representation Information

An overview of the OAIS and Representation Information An overview of the OAIS and Representation Information JORUM, DCC and JISC Forum Long-term Curation and Preservation of Learning Objects February 9 th 2006 University of Glasgow Manjula Patel UKOLN and

More information

Moodle Student Introduction

Moodle Student Introduction Moodle Student Introduction City College Plymouth has chosen Moodle 1 as its Managed Learning Environment (MLE) to help support your learning, whatever course you are studying. Moodle courses are created

More information

JPEG 2000 Archive Profiles

JPEG 2000 Archive Profiles JPEG 2000 Archive Profiles Fraunhofer Digital Cinema Joachim Keinert, Siegfried Fößel 1st Int. Workshop on Standards and Technologies in Multimedia Archives and Records (STAR) Lausanne, 2010-04-26/27 joachim.keinert@iis.fraunhofer.de

More information

Networks - Technical specifications of the current networks features used vs. those available in new networks.

Networks - Technical specifications of the current networks features used vs. those available in new networks. APPENDIX V TECHNICAL EVALUATION GUIDELINES Where applicable, the following guidelines will be applied in evaluating the system proposed by a service provider: TABLE 1: HIGH LEVEL COMPONENTS Description

More information

RECOMMENDED FILE FORMATS

RECOMMENDED FILE FORMATS Research and Enterprise Services RECOMMENDED FILE FORMATS University of Reading Research Data Archive Contents Introduction: file format categories... 1 Overview: formats for preservation and use... 1

More information

Preservation Planning in the OAIS Model

Preservation Planning in the OAIS Model Preservation Planning in the OAIS Model Stephan Strodl and Andreas Rauber Institute of Software Technology and Interactive Systems Vienna University of Technology {strodl, rauber}@ifs.tuwien.ac.at Abstract

More information

PRINCIPLES AND FUNCTIONAL REQUIREMENTS

PRINCIPLES AND FUNCTIONAL REQUIREMENTS INTERNATIONAL COUNCIL ON ARCHIVES PRINCIPLES AND FUNCTIONAL REQUIREMENTS FOR RECORDS IN ELECTRONIC OFFICE ENVIRONMENTS RECORDKEEPING REQUIREMENTS FOR BUSINESS SYSTEMS THAT DO NOT MANAGE RECORDS OCTOBER

More information

Welcome to MainConcept AAC Encoder - Plug-In for Adobe Flash Media Live Encoder -

Welcome to MainConcept AAC Encoder - Plug-In for Adobe Flash Media Live Encoder - Welcome to MainConcept AAC Encoder - Plug-In for Adobe Flash Media Live Encoder - MainConcept AAC Encoder Plug-In v1.0.6 Contents Introduction..........................................................

More information

Premiere Pro Export Settings

Premiere Pro Export Settings Premiere Pro Export Settings Premiere has many export settings for your content and it can be confusing to figure out which one is right for your project. The most important thing to know before exporting

More information

Chain of Preservation Model Diagrams and Definitions

Chain of Preservation Model Diagrams and Definitions International Research on Permanent Authentic Records in Electronic Systems (InterPARES) 2: Experiential, Interactive and Dynamic Records APPENDIX 14 Chain of Preservation Model Diagrams and Definitions

More information

Request for Comments: 4393 Category: Standards Track March MIME Type Registrations for 3GPP2 Multimedia Files

Request for Comments: 4393 Category: Standards Track March MIME Type Registrations for 3GPP2 Multimedia Files Network Working Group H. Garudadri Request for Comments: 4393 QUALCOMM Category: Standards Track March 2006 Status of This Memo MIME Type Registrations for 3GPP2 Multimedia Files This document specifies

More information

ISO/IEC INTERNATIONAL STANDARD. Information technology Software asset management Part 2: Software identification tag

ISO/IEC INTERNATIONAL STANDARD. Information technology Software asset management Part 2: Software identification tag INTERNATIONAL STANDARD ISO/IEC 19770-2 First edition 2009-11-15 Information technology Software asset management Part 2: Software identification tag Technologies de l'information Gestion de biens de logiciel

More information

1.1 Technical Evaluation Guidelines and Checklist:

1.1 Technical Evaluation Guidelines and Checklist: 1.1 Technical Guidelines and Checklist: This checklist is derived from the LRMDS Technical Specification. Refer to Section 10.2. Instructions: 1. Digital resources may be: a) digital and accessible online

More information

Metadata and Encoding Standards for Digital Initiatives: An Introduction

Metadata and Encoding Standards for Digital Initiatives: An Introduction Metadata and Encoding Standards for Digital Initiatives: An Introduction Maureen P. Walsh, The Ohio State University Libraries KSU-SLIS Organization of Information 60002-004 October 29, 2007 Part One Non-MARC

More information

Long term archiving (LTA) of digital product data, which are not based on technical drawings. VDA Working Group "CAD/CAM"

Long term archiving (LTA) of digital product data, which are not based on technical drawings. VDA Working Group CAD/CAM VDA Recommendation 4958 Part 2, 1 st Edition, June 2005 Page 1 of 47 VDA Long term archiving (LTA) of digital product data, which are not based on technical drawings Part 2: LTA Reference Process 4958

More information

ISO/IEC INTERNATIONAL STANDARD. Information technology Coding of audio-visual objects Part 18: Font compression and streaming

ISO/IEC INTERNATIONAL STANDARD. Information technology Coding of audio-visual objects Part 18: Font compression and streaming INTERNATIONAL STANDARD ISO/IEC 14496-18 First edition 2004-07-01 Information technology Coding of audio-visual objects Part 18: Font compression and streaming Technologies de l'information Codage des objets

More information

Managing Web Resources for Persistent Access

Managing Web Resources for Persistent Access Página 1 de 6 Guideline Home > About Us > What We Publish > Guidelines > Guideline MANAGING WEB RESOURCES FOR PERSISTENT ACCESS The success of a distributed information system such as the World Wide Web

More information

ONVIF Profile T and H.265: the evolution of video compression

ONVIF Profile T and H.265: the evolution of video compression ONVIF Profile T and H.265: the evolution of video compression Published on 3 Oct 2018 In today s market, efficient use of bandwidth and storage is an essential part of maintaining an effective video surveillance

More information

Characterisation. Digital Preservation Planning: Principles, Examples and the Future with Planets. July 29 th, 2008

Characterisation. Digital Preservation Planning: Principles, Examples and the Future with Planets. July 29 th, 2008 Characterisation Digital Preservation Planning: Principles, Examples and the Future with Planets. July 29 th, 2008 Manfred Thaller Universität zu * Köln manfred.thaller@uni-koeln.de * University at, NOT

More information

Unit Title: Video Software

Unit Title: Video Software Unit Credit Value: 4 Unit Level: Three Unit Guided Learning Hours: 30 Ofqual Unit Reference Number: T/502/4394 Unit Review Date: 31/12/2018 Unit Sector: 6.1 ICT Practitioners Unit Summary The aim of this

More information

Developing an Electronic Records Preservation Strategy

Developing an Electronic Records Preservation Strategy Version 7 Developing an Electronic Records Preservation Strategy 1. For whom is this guidance intended? 1.1 This document is intended for all business units at the University of Edinburgh and in particular

More information

NewsRoom Computer System

NewsRoom Computer System Technical Document Release Version 3.0 Technical Document - Release Version 3.0 NewsRoom Computer System News Room Computer System for Rundown preparation and Live Event Playout in Production Control Room

More information

Orchid Fusion VMS Administrator Guide

Orchid Fusion VMS Administrator Guide Orchid Fusion VMS Administrator Guide Version 2.4.0 Orchid Fusion VMS Administrator Guide v2.4.0 1 C O N T E N T S About the Orchid Product Family 4 About the Orchid Fusion VMS Administrator Guide 5 How

More information

DAITSS Demo Virtual Machine Quick Start Guide

DAITSS Demo Virtual Machine Quick Start Guide DAITSS Demo Virtual Machine Quick Start Guide The following topics are covered in this document: A brief Glossary Downloading the DAITSS Demo Virtual Machine Starting up the DAITSS Demo Virtual Machine

More information

Susan Thomas, Project Manager. An overview of the project. Wellcome Library, 10 October

Susan Thomas, Project Manager. An overview of the project. Wellcome Library, 10 October Susan Thomas, Project Manager An overview of the project Wellcome Library, 10 October 2006 Outline What is Paradigm? Lessons so far Some future challenges Next steps What is Paradigm? Funded for 2 years

More information

COPYRIGHTED MATERIAL. Part I: Getting Started. Chapter 1: Introducing Flex 2.0. Chapter 2: Introducing Flex Builder 2.0. Chapter 3: Flex 2.

COPYRIGHTED MATERIAL. Part I: Getting Started. Chapter 1: Introducing Flex 2.0. Chapter 2: Introducing Flex Builder 2.0. Chapter 3: Flex 2. 02671c01.qxd:02671c01 4/20/07 11:24 AM Page 1 Part I: Getting Started Chapter 1: Introducing Flex 2.0 Chapter 2: Introducing Flex Builder 2.0 Chapter 3: Flex 2.0 Basics Chapter 4: Using Flex Builder 2.0

More information

WMV Studio & Studio Pro WMV Player & Player Pro User s Guide WMV Export User s Guide. Version 1.0

WMV Studio & Studio Pro WMV Player & Player Pro User s Guide WMV Export User s Guide. Version 1.0 WMV Studio & Studio Pro WMV Player & Player Pro User s Guide WMV Export User s Guide Version 1.0 WMV Player & Player Pro User s Guide Version 1.0 What is WMV Player? WMV Player allows you to open and play

More information

A Collaboration Model between Archival Systems to Enhance the Reliability of Preservation by an Enclose-and-Deposit Method

A Collaboration Model between Archival Systems to Enhance the Reliability of Preservation by an Enclose-and-Deposit Method A Collaboration Model between Archival Systems to Enhance the Reliability of Preservation by an Enclose-and-Deposit Method Koichi Tabata, Takeshi Okada, Mitsuharu Nagamori, Tetsuo Sakaguchi, and Shigeo

More information

CSCD 443/533 Advanced Networks Fall 2017

CSCD 443/533 Advanced Networks Fall 2017 CSCD 443/533 Advanced Networks Fall 2017 Lecture 18 Compression of Video and Audio 1 Topics Compression technology Motivation Human attributes make it possible Audio Compression Video Compression Performance

More information

Guidelines for Creating Content for the PSP (PlayStation Portable) RSS Channel

Guidelines for Creating Content for the PSP (PlayStation Portable) RSS Channel Guidelines for Creating Content for the PSP (PlayStation Portable) RSS Channel Version 3.80 2007 Sony Computer Entertainment Inc. All Rights Reserved. [Trademarks] "PlayStation" is a registered trademark

More information

Content Management and Delivery System OPSIGATE system Applications. Preliminary

Content Management and Delivery System OPSIGATE system Applications. Preliminary Content Management and Delivery System OPSIGATE system Applications Preliminary Thanks to the wide spread use and technological advancement of the Internet, the use of webcasting as a means of business

More information

Protecting Future Access Now Models for Preserving Locally Created Content

Protecting Future Access Now Models for Preserving Locally Created Content Protecting Future Access Now Models for Preserving Locally Created Content By Amy Kirchhoff Archive Service Product Manager, Portico, ITHAKA Amigos Online Conference Digital Preservation: What s Now, What

More information

ISO/IEC INTERNATIONAL STANDARD. Information technology Multimedia framework (MPEG-21) Part 21: Media Contract Ontology

ISO/IEC INTERNATIONAL STANDARD. Information technology Multimedia framework (MPEG-21) Part 21: Media Contract Ontology INTERNATIONAL STANDARD ISO/IEC 21000-21 First edition 2013-07-01 Information technology Multimedia framework (MPEG-21) Part 21: Media Contract Ontology Technologies de l'information Cadre multimédia (MPEG-21)

More information

How to Build a Digital Library

How to Build a Digital Library How to Build a Digital Library Ian H. Witten & David Bainbridge Contents Preface Acknowledgements i iv 1. Orientation: The world of digital libraries 1 One: Supporting human development 1 Two: Pushing

More information

ADAPTIVE STREAMING. Improve Retention for Live Content. Copyright (415)

ADAPTIVE STREAMING. Improve Retention for Live Content. Copyright (415) ADAPTIVE STREAMING Improve Retention for Live Content A daptive streaming technologies make multiple video streams available to the end viewer. True adaptive bitrate dynamically switches between qualities

More information

CoE CENTRE of EXCELLENCE ON DATA WAREHOUSING

CoE CENTRE of EXCELLENCE ON DATA WAREHOUSING in partnership with Overall handbook to set up a S-DWH CoE: Deliverable: 4.6 Version: 3.1 Date: 3 November 2017 CoE CENTRE of EXCELLENCE ON DATA WAREHOUSING Handbook to set up a S-DWH 1 version 2.1 / 4

More information

The RAMLET project Use cases

The RAMLET project Use cases The RAMLET project Use cases by the IEEE LTSC RAMLET Working Group Sponsor: The Learning Technology Standards Committee of the IEEE Computer Society Copyright 2010 by the Institute of Electrical and Electronics

More information

The following bit rates are recommended for broadcast contribution employing the most commonly used audio coding schemes:

The following bit rates are recommended for broadcast contribution employing the most commonly used audio coding schemes: Page 1 of 8 1. SCOPE This Operational Practice sets out guidelines for minimising the various artefacts that may distort audio signals when low bit-rate coding schemes are employed to convey contribution

More information

RELATIONSHIP BETWEEN THE ISO SERIES OF STANDARDS AND OTHER PRODUCTS OF ISO/TC 46/SC 11: 1. Records processes and controls 2012

RELATIONSHIP BETWEEN THE ISO SERIES OF STANDARDS AND OTHER PRODUCTS OF ISO/TC 46/SC 11: 1. Records processes and controls 2012 RELATIONSHIP BETWEEN THE ISO 30300 SERIES OF STANDARDS AND OTHER PRODUCTS OF ISO/TC 46/SC 11: Records processes and controls White paper written by ISO TC46/SC11- Archives/records management Date: March

More information

Digital Imaging and Communications in Medicine (DICOM) Supplement 180: MPEG-4 AVC/H.264 Transfer Syntax

Digital Imaging and Communications in Medicine (DICOM) Supplement 180: MPEG-4 AVC/H.264 Transfer Syntax 1 2 3 4 5 6 7 8 9 10 Digital Imaging and Communications in Medicine (DICOM) 11 12 13 Supplement 180: MPEG-4 AVC/H.264 Transfer Syntax 14 15 16 17 18 19 20 21 22 23 24 DICOM Standards Committee, Working

More information

ISO/IEC INTERNATIONAL STANDARD. Information technology Multimedia content description interface Part 5: Multimedia description schemes

ISO/IEC INTERNATIONAL STANDARD. Information technology Multimedia content description interface Part 5: Multimedia description schemes INTERNATIONAL STANDARD ISO/IEC 15938-5 First edition 2003-05-15 Information technology Multimedia content description interface Part 5: Multimedia description schemes Technologies de l'information Interface

More information

Quality control checklist

Quality control checklist Quality control checklist This self-assessment checklist may help you to measure how well your website meets IPG requirements and best practices. The checklist is based on the standards in force and recommendations

More information

PASIG Digital Preservation BOOTcamp Best* Practices in Preserving Common Content Types: AudioVisual files

PASIG Digital Preservation BOOTcamp Best* Practices in Preserving Common Content Types: AudioVisual files PASIG Digital Preservation BOOTcamp Best* Practices in Preserving Common Content Types: AudioVisual files Kara Van Malssen AudioVisual Preservation Solutions kara@avpreserve.com www.avpreserve.com MAY

More information

Getting Started. Most likely, if you ve purchased a copy of Adobe Flash CS3 Professional, Introducing Adobe Flash CS3 Professional 3

Getting Started. Most likely, if you ve purchased a copy of Adobe Flash CS3 Professional, Introducing Adobe Flash CS3 Professional 3 1 Getting Started Introducing Adobe Flash CS3 Professional 3 Why Use Flash CS3? 3 What s New in Flash CS3? 6 Flash, Flash Player, or Flash Lite? 7 File Types Associated with Flash CS3 8 Caution: Player

More information

Terms in the glossary are listed alphabetically. Words highlighted in bold are defined in the Glossary.

Terms in the glossary are listed alphabetically. Words highlighted in bold are defined in the Glossary. Glossary 2010 The Records Management glossary is a list of standard records terms used throughout CINA s guidance and training. These terms and definitions will help you to understand and get the most

More information

Skill Area 214: Use a Multimedia Software. Software Application (SWA)

Skill Area 214: Use a Multimedia Software. Software Application (SWA) Skill Area 214: Use a Multimedia Application (SWA) Skill Area 214: Use a Multimedia 214.4 Produce Audio Files What is digital audio? Audio is another meaning for sound. Digital audio refers to a digital

More information