Slashdot Mirror


Microsoft Fueling HD Wars For Own Benefit?

DaveyJJ writes "According to Transformers' director Michael Bay, in a story over on Electronista, Microsoft is deliberately feeding into the HD disc format wars to ensure that its own downloads succeed where physical copies fail, he says in a response to a question posed through his official forums. The producer contends that Microsoft is writing "$100 million dollar checks" to movie studios to ensure HD DVD exclusives that hurt the overall market regardless of the format's actual merit or its popularity, preventing any one format from gaining a clear upper hand."

3 of 359 comments (clear)

  1. Re:Doesn't sound like Microsoft. by Anonymous Coward · · Score: 0, Funny

    "No I couldn't write this with a straight face."

    "Embrase..."

    Or correct spelling, apparently...

  2. Re:I call bullshit on this one... by darkmeridian · · Score: 2, Funny

    I don't believe Michael Bay either, but how deliciously evil would this be if Microsoft actually planned this? This is the kind of evilness that requires a slow clap.

    --
    A NYC lawyer blogs. http://www.chuangblog.com/
  3. Re:I call bullshit on this one... by Hal_Porter · · Score: 3, Funny

    Microsoft is quite obviously betting it will. In fact, they've been telling people that's the future that Microsoft will bring for years now. I went to a "Digital Home" show that was nothing more than Microsoft shilling their Digital Home products under a different name. That sounds rather underhanded of them.
    --
    echo -e 'global _start\n _start:\n mov eax, 2\n int 80h\n jmp _start' > a.asm; nasm a.asm -f elf; ld a.o -o a;