openexr-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Openexr-devel] Re: [Openexr] KeyKode


From: Ken McGaugh
Subject: Re: [Openexr-devel] Re: [Openexr] KeyKode
Date: Tue, 28 Sep 2004 19:16:16 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5) Gecko/20031007

Thanks Thomas for that link.  It does make sense to
move the perfOffset to the end of the data structure.

But I didn't see anything in that pdf about a suggested
order for the data, or are you referring to the order
the data is printed in the barcode on the film?

--Ken

Thomas Kumlehn wrote:
Hi Ken,

The Kodak KeyKode (the 'K' is trademarked) spec uses another hierachy than
the one you suggested.
see
http://www.kodak.com/US/plugins/acrobat/en/motion/postProduction/keykode/35mm.pdf
(similar document are available for 16/65mm)

This reordering is just to make others aware that perfOffset is the least
significant counter.

     struct keyCode
     {
         char filmMfgCode[2];
         char filmType[2];
         char prefix[6];       // 6-digit roll number
         char count[4];        // foot counter
/*!*/ char perfOffset[2]; // this is counting and interpolated // between barcodes
    };

The barcode uses USS-128 encoding but AFAIK only digits are used/allowed.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]