Multimedia Presentation
Multimedia Presentation
FORMATS
FILE FORMATS
• For example : Image File Format, Audio File Format, Video File
Format and Text File Format.
TYPES OF FILE FORMATTING
TYPES OF FILE
TEXT
IMAGE FILE
FILE
AUDIO
VIDEO
FILE
FILE
WHY TEXT??
WHAT IS TEXT FORMATTING?
• Text formatting refers to the attributes of the text rather than the
actual text itself. For example: Bold, Italics, underline are all
formatting attributes of text.
• .TXT : Text.
• DOC does not work with new • DOCX can work with newer
features. features.
• RTF documents are designed to transfer documents between word processing software
• .RTF extension.
• While the text formatting options are as "rich" as those used by Word, RTF files have limited
page layout options
• For example, you cannot create columns, add page numbers, headers, or footers
• The WordPad word processor included with Windows defaults to creating RTF documents
• RTF was developed by Microsoft in 1987 for use in their products and for cross platform
document change.
• A standard RTF file can consist of only 7-bit ASCII characters, but can encode characters
beyond ASCII by escape sequences.
• RTF files support text style formatting, as well as images within the text.
TXT
• It contains only text.
• Any computer can read a TXT file, but don't expect it to look pretty.
• The Notepad text editor included with Windows defaults to creating TXT document.
• The individual characters in the document (letters, punctuation, newlines etc.) are each
encoded into bytes using the ASCII encoding (or another character encoding such as UTF8
or iso8859-1, particularly if the document is not in English), and stored in a simple sequence.
• This format only stores the text itself, with no information about formatting, fonts, page size,
or anything like that.
• It is portable across all computer systems and can be read and modified by a huge range of
software applications.
• If the storage media are damaged, any undamaged sections can be recovered without
problems.
RTF VS TXT
• HTML files contain codes that browsers, like Internet Explorer or Safari, translate
into Web pages.
• The text, plus simple formatting, is stored in a simple encoding that is based on
the plain text file format above, with plain text markup interspersed with the text.
• It can be edited in a text editor by someone who knows HTML, or in any number of
“rich text” editors, word processors, HTML editors and so on.
XML
• XML stands for eXtensible Markup Language (XML)
• XML is used to create common information formats and share both the format and
the data on the internet using standard ASCII text.
• The XML format stores data in a structure that is machine-readable and human-
readable. There are a large amount of programs that can open XML files. And
since they are formatted as text documents, they can be viewed and edited by
basic text editors.
• XML describes the content in terms of what data is being described. For example,
the word "phonenum" placed within markup tags could indicate that the data that
followed was a phone number.
• An XML file can be processed purely as data by a program or it can be stored with
similar data on another computer or it can be displayed, like an HTML file. For
example, depending on how the application in the receiving computer wanted to
handle the phone number, it could be stored, displayed, or dialed.
HTML VS XML
• HTML is used to display data and • XML is a software and hardware
focuses and how data looks. independent tool used to transport
and store data. It focuses on what
• HTML is not case sensitive. data is.
• Raw files are often used as data files by software programs that
load and process the data.
• These files are created using software package from Adobe called Acrobat.
• In this format case, the text plus formatting, page size and similar information are stored
in a moderately complex encoding.
• While the details of this encoding are freely available, the format is owned by Adobe and
can be changed by them at any time, for any reason.
• The document can be viewed and printed on all major platforms using free software
provided by Adobe.
• Not easy to obtain PS viewing • It’s easy to obtain good quality PDF
software. viewing software free of charge.
• Cannot refer to another file • The structure of PDF files is much more
using links. predictable than the structure of
PostScript files. This is important in
situations where software needs to
• Not fixed structure. modify a document or extract
information.
• Cannot be viewed on Web.
• PDF files can be viewed on the Web.
INTERCHANGEABILITY OF TEXT FORMATS
TEXT FILE TRANSFER
• Text file transfer involves converting the code page of a file from
one code page to another. Text file transfer also involves
converting CRLF (carriage return-line feed) characters between
systems.
THANK YOU