Film-Tech Cinema Systems
Film-Tech Forum ARCHIVE


  
my profile | my password | search | faq & rules | forum home
  next oldest topic   next newest topic
» Film-Tech Forum ARCHIVE   » Operations   » Digital Cinema Forum   » Change Over To Digital Cinema (Page 4)

 
This topic comprises 6 pages: 1  2  3  4  5  6 
 
Author Topic: Change Over To Digital Cinema
Paul Konen
Jedi Master Film Handler

Posts: 981
From: Frisco, TX. (North of Dallas)
Registered: Jun 99


 - posted 03-11-2005 10:39 AM      Profile for Paul Konen   Email Paul Konen   Send New Private Message       Edit/Delete Post 
Bobby, the final stream to come from the decoder to the projector head is SMPTE 292M, Also know as HD-SDI.

Each content delivery that I received has a set of keys for each projector. The data is encrypt using triple DES, although they may be using AES now instead. Under the old Technicolor / Qualcomm system, the feature content along with the 6 channels of sound each had a different key associated with it.

I imagine that is was the private side of the key and the data was encrypted with the public side of it, but it would have to be brute force cracked in order to decode. And then we are talking decoding gigabytes of data. Heck, even the new SW EP III trailer was over 1 GB in disk space.

Sure, a title will probably be cracked, but it will be hard for them because the keys change each time.

 |  IP: Logged

Mark J. Marshall
Film God

Posts: 3188
From: New Castle, DE, USA
Registered: Aug 2002


 - posted 03-11-2005 11:41 AM      Profile for Mark J. Marshall     Send New Private Message       Edit/Delete Post 
They can't possibly be encrypting gigabytes upon gigabytes of data over and over again for every single projector using different keys each time.

What they're likely doing is encrypting once and then that "content" key itself is encrypted with the projectors' public key. The projector then would decrypt the "content" key with its private key and then finally decrypt the content with the content key.

Now maybe on top of that, they create half a dozen different sets of content encrypted with different keys, and each projector gets one of the six. That could further frustrate hackers.

But a system like the one I just described would allow the projector to recreate its keys if they became corrupted or compromised at any point, and as long as you send the projector's public key to technicolor, they can re-encrypt the content key with it, send it to you in an email, and you could load it up and run the same content without having to reload it. In fact, maybe the projector recreates keys for each show. That's also possible. That would REALLY lock things up assuming that the projector's private keys are well protected in the software.

But anyway, my point is, the data would be encrypted ONCE with a common content key. Or perhaps half a dozen times with half a dozen different keys. But there is no way that the content is different for every projector. Encrypting ONCE with a common key would also allow a single transmission through a satelite to all the theaters. But then they would need to receive the encrypted content key through an email or some other way to actually unlock the content and play it.

 |  IP: Logged

Scott Norwood
Film God

Posts: 8146
From: Boston, MA. USA (1774.21 miles northeast of Dallas)
Registered: Jun 99


 - posted 03-11-2005 12:12 PM      Profile for Scott Norwood   Author's Homepage   Email Scott Norwood   Send New Private Message       Edit/Delete Post 
What, exactly, _is_ HD-SDI? HDCAM decks will accept it on the input and output sides. What prevents one from taking an HDCAM deck, hooking it up to the playback unit, and recording the movie in high-definition digital "brilliance"?

 |  IP: Logged

Bobby Henderson
"Ask me about Trajan."

Posts: 10973
From: Lawton, OK, USA
Registered: Apr 2001


 - posted 03-11-2005 12:40 PM      Profile for Bobby Henderson   Email Bobby Henderson   Send New Private Message       Edit/Delete Post 
quote: Ian Bailey
Imagine watching the Super Bowl in a nice warm theatre in Alaska
Knowing a bit about the pay per view marketplace, that's not likely to happen.

Regarding the Super Bowl specifically, that's a freely available network broadcast (at least it is here in the United States). Most people will watch that at home, or over at a friend's home. If they go to any commercial venue to watch it, they'll visit a restaurant or bar. Not very many movie theaters in this country will serve you beer and snacks during a big game.

The top customer of big pay per view broadcasts is bars. Nearly all the rest of the customer traffic is people ordering pay per view movies to watch at home.

Essentially, my point is people expect to watch movies in a movie theater. I don't think they're going to pay $7 to $12 to watch a sports program when they can watch the same thing at home for nothing or watch it for free in a bar.

Now it might be kinda cool to watch some championship game video-projected onto a large movie screen, particularly if the image is bright and the audio is well presented 5.1 surround. But that's still going to be more of a novelty. I think the viewer paradigms of throwing Super Bowl parties at home or watching the big game in a bar while getting piss drunk with your friends will be too hard to change.

quote: Paul Konen
Sure, a title will probably be cracked, but it will be hard for them because the keys change each time.
It doesn't surprise me anymore when hackers are able to crack some new "uncrackable" piracy keys. For instance, Adobe came up with their two-tiered software authentication system for Photoshop. The software has to be activated through Adobe's servers and a software version of a dongle is written to the boot sector of the computer's hard drive. The method sounded pretty bulletproof, but it probably didn't take a month before completely cracked copies of PhotoshopCS were showing up on various P2P sites. Needless to say, the next Adobe Studio CS package will have some updated anti-piracy scheme -likely to be cracked as fast, if not faster, the next time around.

Here's one idea for an anti-piracy measure for D-Cinema: get something done for that 4K standard and make it such that the movie requires an absolute ton of data to store. Not too many people are going to want to bother uploading or downloading a movie at all if it takes them a few 400GB hard discs to store it.

 |  IP: Logged

Mitchell Dvoskin
Phenomenal Film Handler

Posts: 1869
From: West Milford, NJ, USA
Registered: Jan 2001


 - posted 03-11-2005 12:54 PM      Profile for Mitchell Dvoskin   Email Mitchell Dvoskin   Send New Private Message       Edit/Delete Post 
Not too many people are going to want to bother uploading or downloading a movie at all if it takes them a few 400GB

But it will make for a great source for the pirates to compress before distributing...

 |  IP: Logged

John Hawkinson
Film God

Posts: 2273
From: Cambridge, MA, USA
Registered: Feb 2002


 - posted 03-11-2005 02:01 PM      Profile for John Hawkinson   Email John Hawkinson   Send New Private Message       Edit/Delete Post 
Paul says, "I imagine that is was the private side of the key and the data was encrypted with the public side of it, but it would have to be brute force cracked in order to decode. And then we are talking decoding gigabytes of data. Heck, even the new SW EP III trailer was over 1 GB in disk space."

DES, 3DES, and AES are all symmetric (aka conventional) encryption algorithms, not public-key. Generally in a public key system (like PGP email), the message is actually encrypted with a symmetric algorithm, and then the symmetric key (just the key!) is encrypted with a public-key algorithm.

In any case, the more data there is, the easier it is to attack the encryption.

Mark Marshall wrote, "They can't possibly be encrypting gigabytes upon gigabytes of data over and over again for every single projector using different keys each time."

Sure they can! They're probably burning individual DVDs already, rather than mass-producing them, and at that point, it's straightforward to re-encrypt the data as part of the burning process.

Scott: I assume that HD-SDI has some copy management features (like SCMS) so if a source sets the "Do Not Copy Me" bit, then an HDCAM deck will refuse to make a copy.

--jhawk

 |  IP: Logged

Mark J. Marshall
Film God

Posts: 3188
From: New Castle, DE, USA
Registered: Aug 2002


 - posted 03-11-2005 04:17 PM      Profile for Mark J. Marshall     Send New Private Message       Edit/Delete Post 
quote: John Hawkinson
Sure they can! They're probably burning individual DVDs already, rather than mass-producing them, and at that point, it's straightforward to re-encrypt the data as part of the burning process.
Ugh. That just seems like a nightmare to manage if that's the case. And if digital projection ever becomes mainstream... I don't even want to think about the complexity of managing thousands of copies all keyed differently, and then doing that for EVERY release. Holy cow. [Frown]

I also can't imagine them handing you the content encrypted with a symmetric key, and then also handing you the key. That's just stupid and doesn't make any sense at all security wise.

quote: John Hawkinson
In any case, the more data there is, the easier it is to attack the encryption.
Multiple copies of the SAME data all encrypted with different keys makes it easier too.

quote: John Hawkinson
I assume that HD-SDI has some copy management features (like SCMS) so if a source sets the "Do Not Copy Me" bit, then an HDCAM deck will refuse to make a copy.
I wonder how long it will be before someone produces one that will ignore that bit and copy it anyway. My guess is... not long.

 |  IP: Logged

Randy Stankey
Film God

Posts: 6539
From: Erie, Pennsylvania
Registered: Jun 99


 - posted 03-11-2005 04:22 PM      Profile for Randy Stankey   Email Randy Stankey   Send New Private Message       Edit/Delete Post 
Hey! I gotta' GREAT idea to prevent piracy!

Put the movie in a format that takes a special piece of equipment to play back. Specifically, I'm thinking about encoding the image onto a thin plastic strip of a certain width. If the playback device isn't specifically designed for the exact width of the encoded media, and, if the media isn't played back within a certain speed paramater the resulting output will be unviewable!

Only people who have the correct playback equipment will find the media to be of any use at all!

Once the "data" is transferred to video of ANY type, it can be easily encoded and re-encoded into almost any other type of video format. It's all a matter of how you manipulate the "data". Since it's all a matter of data manipulation, there MUST be a way to "UN-manipulate" it or else it won't be viewable. Therefore, if the data is veiwable there MUST be a way to un-manipulate it. Just the fact that humans are naturally curious (NOT including piracy) means that SOMEBODY will figure out how to "un-manipulate" the data. It's a foregone conclusion.

My "idea" means that the "data" is virtually unmanipulatable unless you have special equipment. No manipulation = No piracy!

[Wink] [Big Grin]

 |  IP: Logged

David Favel
Jedi Master Film Handler

Posts: 764
From: Ashburton, New Zealand
Registered: Feb 2002


 - posted 03-12-2005 05:25 PM      Profile for David Favel   Email David Favel   Send New Private Message       Edit/Delete Post 
O.K. Here we go.
In the past major changes were heralded from above as the saviours of the film industry. ie Cinemascope, Technicolour, DTS, Dolby etc.
Nowdays changes are more subtle and attract little attention.

What would be the resolution comparison between a 70mm print of "2001" and my LOTR Return of the King copy.
I hear kodak keep improving picture quality, but have no details.

I guess my point is that while Digital is trying to match 35mm picture quality, kodak etc keep upping the ante by supplying ever improving prints.
Comments

 |  IP: Logged

Paul Konen
Jedi Master Film Handler

Posts: 981
From: Frisco, TX. (North of Dallas)
Registered: Jun 99


 - posted 03-13-2005 12:57 AM      Profile for Paul Konen   Email Paul Konen   Send New Private Message       Edit/Delete Post 
Scott, the data going across the cable is actually encrypted, so all they would get is an encrypted data stream.

 |  IP: Logged

Ian Bailey
Master Film Handler

Posts: 317
From: Nambucca Heads, Australia
Registered: Jun 2003


 - posted 03-13-2005 07:21 PM      Profile for Ian Bailey   Email Ian Bailey   Send New Private Message       Edit/Delete Post 
quote: Mark Gulbrandsen
While none of us are in that Thousand per day realm, I speculate that few of us are even half way there yet but some of us deserve to be charging that much!! Most manufacturers are at about $1500.00 per day plus all travel and board expenses. The addition of those expenses can jack that to about 2K per day! While we can install D-Cinema equiupment its doubtful that any of us could make very many repairs to them internally. And that would require the $1500.00 per day man from T.I., Barco. or Christie..... or where ever to come and do it.

Mark

Mark-when cars went from mechanical points in the distributor to pointless ignition systems and "black box" control we all said "Don't drive your car too far from home because if the ignition plays up you can't fix it!!"
The reality is that these systems rarely cause trouble and you can drive your car a lot further now without the worry of your points wearing out.Still very few people know how to repair the Black Boxes but MOST people would be able to handle replacing a Black Box!
You must have seen in your line of work that people who "repair" modern electronic equipment are usually just "board jockeys"-they carry a full compliment of PC Bds for the equipment and keep changing the boards untill the fault is fixed.The equipment or knowledge required to repair modern PC bds is generally not available to most repairers.I can't see why D-Cinema would be any different from this-if a fault appears in your system you would contact your dealer, explain the fault,wait till the appropriate PC Bd arrives by courier,replace it-problem fixed.This is the exact system we are currently using at the moment with our mechanical projectors except that "sometimes" you can temporarily fix a mechanical problem to keep the show running untill the new part arrives.This is also totally dependant on the knowledge of the operator-not all of us are "FILM GODS" yet! [beer]
Ian

 |  IP: Logged

John Pytlak
Film God

Posts: 9987
From: Rochester, NY 14650-1922
Registered: Jan 2000


 - posted 03-14-2005 01:53 PM      Profile for John Pytlak   Author's Homepage   Email John Pytlak   Send New Private Message       Edit/Delete Post 
Kodak Digital Cinema Services

quote:
A digital cinema system is as strong as the company that stands behind it. As you enter the digital arena with all the benefits it offers, you have the added peace of mind that comes from working with Kodak...

KODAK Service begins with the first site inspection—so we know your exhibitor partners personally and can design our network in ways that fit best into each facility, connect to its automation and ticketing systems, and are consistent with its workflow.

As we install the KODAK System, our service team verifies its consistent performance—and conducts all operator training. We don’t leave until everything is working the way you expect—and the exhibitor understands. Even then, we’re only a phone call away.

Kodak offers four service plans, including those that come with parts and with on-site attention from a Kodak engineer. You and your exhibitor partner can purchase the plan that best meets your needs. Every KODAK Service Plan includes annual preventative maintenance visits, phone access to Kodak engineers, remote and secure monitoring—and diagnostics—of key components, and automatic software updates to maintain full system functionality.

Kodak maintains remote parts terminals throughout the world and system components can be shipped within 24 hours. Where exhibitors have a significant number of sites in one city or area, other arrangements can be made.

Kodak Digital Cinema at ShoWest 2005

quote:
Check out Kodak's latest feature solution using the new Kodak CineServer and Barco 2K DLP projectors.

Please join Kodak Monday, March 14, for "An Evening of Independent Film" featuring a special digital pre-show and full-feature digital experience, at the Century Orleans 18 Theatre. Screenings at 6 p.m. and 9 p.m., with a reception following the first screening.

Ongoing demonstrations of the Kodak Digital Cinema Solution during tradeshow hours in Palace Room 3 at Bally's (across from the tradeshow floor). RSVP for Monday night or schedule a day/time to visit the Kodak demo room.



 |  IP: Logged

William Hooper
Phenomenal Film Handler

Posts: 1879
From: Mobile, AL USA
Registered: Jun 99


 - posted 03-15-2005 01:00 AM      Profile for William Hooper   Author's Homepage   Email William Hooper   Send New Private Message       Edit/Delete Post 
quote: Bobby Henderson
Regarding the Super Bowl specifically, that's a freely available network broadcast (at least it is here in the United States). Most people will watch that at home, or over at a friend's home. If they go to any commercial venue to watch it, they'll visit a restaurant or bar. Not very many movie theaters in this country will serve you beer and snacks during a big game.
I know of at least one PAC which got permission to run a network college bowl game broadcast. Filled the house; they sold beer, hot dogs & other concession stand fare. As far as multiplexes go, without an alcohol license I don't know if it would fly, but drafthouse-type places might do well with it.

 |  IP: Logged

Steve Guttag
We forgot the crackers Gromit!!!

Posts: 12814
From: Annapolis, MD
Registered: Dec 1999


 - posted 03-18-2005 06:25 PM      Profile for Steve Guttag   Email Steve Guttag   Send New Private Message       Edit/Delete Post 
Lets see...the easy stuff...

HD-SDI that is a standard ANSI/SMPTE definition and has nothing to do with DCinema other than DCinema is currently using it as the transmission medium from the server to the projector. It allows for Hi-Definition signals. Prior to that was SD-SDI which is just standard definition 480 lines. Most in the trade will just refer to SD-SDI as just "SDI" and HD as HDSDI. Both SDI and HDSDI can also have audio embedded in the signal too so a single coax can carry video and audio.

With the standard comes everything one needs to use it, like cabling and such. Since HDSDI has no problem with 1080p material up to 60Hz it has been a good choice and a standard.

Next comes the copy protection schemes. Within the industry, there is something that is called DCI or Digital Cinema Initiative. This little group is supposed to be laying the ground rules for all of the DCinema manufacturers so regardless of system, if the system is DCI compliant, the system will work.

Part of the DCI is copy protection. At no point during the video signal's transmission is the signal un encrypted. Thus, the "film" is transferred to the the theatre by various means in a totally encrypted form.

A DCI compliant system must have a key of some sort to authorize the player to play and partially un-encrypt the signal so it may be sent to the video projector. As I understand it, each player must be registered for the key to work and the key will work any player within the complex (so you may move a "film" without needing a different key).

Note I said partially decrypted. DCI also has this thing called the "Link" that has the video projector itself perform the final decryption. Thus, even and HDSDI monitor looking at the output of the player would not be able to provide a picture. The Link feature I believe is on the TI boards themselves (and will be on any DCI complient system). There is to be no viewable picture available at any point within the chain until final projection.

I don't know if this is part of the DCI, but one of the players will shut down if you open up the chassis and will require "Re authorization" before it can decode any futher material.

As to servicing Digital projectors? Yes, Mark, I've done that too...changed boards and everything. As to the grand/hour or grand/day...nope not there yet but getting there.

Steve

 |  IP: Logged

Paul Mayer
Oh get out of it Melvin, before it pulls you under!

Posts: 3836
From: Albuquerque, NM
Registered: Feb 2000


 - posted 03-18-2005 09:02 PM      Profile for Paul Mayer   Author's Homepage   Email Paul Mayer   Send New Private Message       Edit/Delete Post 
Up until the NFL shut us (and every other casino in town) down in 2003 that's exactly what we did at the Brenden Palms--served beer and wine and bar food to sold-out houses watching the "big game" on 22x29' screens. Analog off-the-air signal, so no encryption hassles. Had we been allowed to continue I would have gone to HD and 22x39' screens. Too bad the NFL has such a hard-on for anything related to sports betting and Las Vegas. Every sports book in town still shows the game, now they just do it with a whole bunch of home theater screens, hundreds of little ones instead of four big ones.

 |  IP: Logged



All times are Central (GMT -6:00)
This topic comprises 6 pages: 1  2  3  4  5  6 
 
   Close Topic    Move Topic    Delete Topic    next oldest topic   next newest topic
 - Printer-friendly view of this topic
Hop To:



Powered by Infopop Corporation
UBB.classicTM 6.3.1.2

The Film-Tech Forums are designed for various members related to the cinema industry to express their opinions, viewpoints and testimonials on various products, services and events based upon speculation, personal knowledge and factual information through use, therefore all views represented here allow no liability upon the publishers of this web site and the owners of said views assume no liability for any ill will resulting from these postings. The posts made here are for educational as well as entertainment purposes and as such anyone viewing this portion of the website must accept these views as statements of the author of that opinion and agrees to release the authors from any and all liability.

© 1999-2020 Film-Tech Cinema Systems, LLC. All rights reserved.