SMPTE ST 268-2015 File Format for Digital Moving-Picture Exchange (DPX).pdf
《SMPTE ST 268-2015 File Format for Digital Moving-Picture Exchange (DPX).pdf》由会员分享,可在线阅读,更多相关《SMPTE ST 268-2015 File Format for Digital Moving-Picture Exchange (DPX).pdf(27页珍藏版)》请在麦多课文档分享上搜索。
1、 The attached SMPTE Engineering Document has been declared “Stable” by the controlling Technology Committee. The SMPTE Operations Manual for Standards states: A document should be stabilized if it is believed to be substantially correct, does not contain harmful or misleading recommendations, may st
2、ill be relevant to equipment or practices in use, is stable, but does not represent current technology, and need not be subject to future reviews. A Stable document shall still be made available and offered for sale by the Society, but it shall be prefaced by a cover page explaining its current stat
3、us. At any time, a Technology Committee may revise, amend, or otherwise initiate a new Project on a Stable document. A Stable document is “In Force”, and not deprecated or withdrawn. * * * * * * * * * * Note: SMPTE “Stable” documents were previously described as “Archived” and the attached document
4、may be marked as “Archived”. The status of a SMPTE document described as “Archived” is exactly as described above for a “Stable” document. Stable documents may not adhere to the latest style and format of SMPTE documents, or to current usage of normative language. Suitable care should be taken in in
5、terpretation. SMPTE STABLE DOCUMENT Page 23 of 26 pages Table of Contents Page Foreword 2 Intellectual Property 2 1 Scope 3 2 Normative References 3 3 Definitions 4 4 File . 8 5 Generic Headers . 10 5.1 File Information Header . 10 5.2 Image Information Header 11 5.3 Image Source Information Header
6、11 6 Industry-Specific Headers . 12 6.1 Motion-Picture Film Information Header . 12 6.2 Television Information Header 12 7 User Defined Data . 13 8 Image Data 13 9 Application Specific Header Value Constraints . 18 9.1 General 18 9.2 Academy Density Exchange Encoding (ADX) 18 Annex A Structure of SM
7、PTE ST 268 File and Representation in Documents (Informative) . 20 Annex B Byte-Order Conventions (Informative) 21 Annex C Data-Packing Diagrams (Figures C.1 through C.8) (Informative) 22 Annex D Relationship of Metadata Items to SMPTE Metadata Dictionary SMPTE RP 210 (Informative) . 25 Annex E Bibl
8、iography (Informative) . 26 Page 1 of 26 pages SMPTE ST 268:2014 Revision of SMPTE 268M-2003 Copyright 2014 by THE SOCIETY OF MOTION PICTURE AND TELEVISION ENGINEERS 3 Barker Avenue, White Plains, NY 10601 (914) 761-1100 SMPTE STANDARD File Format for Digital Moving- Picture Exchange (DPX) Approved
9、November 1, 2014 Correction to Table 5B made on January 15, 2015 SMPTE ST 268:2014 Page 2 of 26 pages Foreword SMPTE (the Society of Motion Picture and Television Engineers) is an internationally-recognized standards developing organization. Headquartered and incorporated in the United States of Ame
10、rica, SMPTE has members in over 80 countries on six continents. SMPTEs Engineering Documents, including Standards, Recommended Practices, and Engineering Guidelines, are prepared by SMPTEs Technology Committees. Participation in these Committees is open to all with a bona fide interest in their work
11、. SMPTE cooperates closely with other standards-developing organizations, including ISO, IEC and ITU. SMPTE Engineering Documents are drafted in accordance with the rules given in its Standards Operations Manual. SMPTE ST 268 was prepared by Technology Committee 31FS. Intellectual Property At the ti
12、me of publication no notice had been received by SMPTE claiming patent rights essential to the implementation of this Engineering Document. However, attention is drawn to the possibility that some of the elements of this document may be the subject of patent rights. SMPTE shall not be held responsib
13、le for identifying any or all such patent rights. SMPTE ST 268:2014 Page 3 of 26 pages 1 Scope 1.1 This standard defines a file format for the exchange of digital moving pictures on a variety of media between computer-based systems. It does not define the characteristics of input or output devices o
14、r displays. This format will be known as the SMPTE digital picture exchange format version 2.0, or DPX in short form. The file extension will be .dpx. 1.2 This flexible, resolution-independent file format describes pixel-based (raster) images with attributes defined in the binary file header. Each f
15、ile represents a single image with up to eight image elements. Image elements are defined as a single component (e.g. luma) or multiple components (e.g. red, green, and blue) as defined by Table 1. 1.3 Image data is packed for efficient storage with the option to pad to 32-bit word boundaries (two a
16、lternative padding formats are allowed: see table 3B and annex B). Multibyte quantities may be stored with either the most significant byte first or the least significant byte first, where first means in the location with the lowest address, or the first byte in sequence from a byte-serial data chan
17、nel. Both byte-order conventions are supported. The magic number in field 1 of the file information section is used to distinguish the byte order (annex A provides an historical perspective for the existence of the two byte-order conventions). 2 Normative References Note: All references in this docu
18、ment to other SMPTE documents use the current numbering style (e.g. SMPTE ST 240:1999) although, during a transitional phase, the document as published (printed or PDF) may bear an older designation (such as SMPTE 240M-1999). Documents with the same root number (e.g. 240) and publication year (e.g.
19、1999) are functionally identical. The following standards contain provisions which, through reference in this text, constitute provisions of this standard. At the time of publication, the editions indicated were valid. All standards are subject to revision, and parties to agreements based on this st
20、andard are encouraged to investigate the possibility of applying the most recent edition of the standards indicated below. ANSI/IEEE 754-1985 (R1991), Binary Floating-Point Arithmetic SMPTE ST 12-1:2014, Time and Control Code SMPTE ST 125:2013, SDTV Component Video Signal Coding 4:4:4 and 4:2:2 for
21、13.5 MHz and 18 MHz Systems SMPTE ST 240:1999, Television 1125-Line High-Definition Production Systems Signal Parameters SMPTE ST 254:2008, Motion-Picture Film (35-mm) Manufacturer-Printed, Latent Image Identification Information SMPTE ST 274:2008, Television 1920 x 1080 Image Sample Structure, Digi
22、tal Representation and Digital Timing Reference Sequences for Multiple Picture Rates SMPTE ST 296:2012, 1280x720 Progressive Image 4:2:2 and 4:4:4 Sample Structure Analog and Digital Representation and Analog Interface SMPTE ST 2065-3:2012, Academy Density Exchange Encoding (ADX) Encoding Academy Pr
23、inting Density (APD) Values ISO 8601:2004, Data Elements and Interchange Formats Information Interchange Representation of Time and Dates ISO/IEC 8859-1:1998, Information Processing 8-Bit Single-Byte Coded Graphics Character Sets Latin Alphabets 1 SMPTE ST 268:2014 Page 4 of 26 pages ITU-R BT.601-5
24、(10/95), Studio Encoding Parameters of Digital Television for Standard 4:3 and Wide-Screen 16:9 Aspect Ratios ITU-R BT.709-5 (04/02), Parameter Values for the HDTV Standards for Production and International Programme Exchange 3 Definitions The reference field number from Sections 5 and 6 is indicate
- 1.请仔细阅读文档,确保文档完整性,对于不预览、不比对内容而直接下载带来的问题本站不予受理。
- 2.下载的文档,不会出现我们的网址水印。
- 3、该文档所得收入(下载+内容+预览)归上传者、原创作者;如果您是本文档原作者,请点此认领!既往收益都归您。
下载文档到电脑,查找使用更方便
10000 积分 0人已下载
下载 | 加入VIP,交流精品资源 |
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- SMPTEST2682015FILEFORMATFORDIGITALMOVINGPICTUREEXCHANGEDPXPDF

链接地址:http://www.mydoc123.com/p-1046846.html