Slashdot Mirror


New Terminator 3 Trailer Released

An anonymous reader writes "Sony has just released a fantastic Terminator 3 trailer on the Apple trailer site. After several ho hum WB trailers I was feeling like this movie was going to be a re-tread, but the Sony trailer really raised my blood temperature. Also I checked out the official Terminator 3 website. Although it's flash only (major sin), it is full of good stuff. The time travel forum could use a bit of filling out."

22 of 457 comments (clear)

  1. Apple has done wonders! by aarondyck · · Score: 4, Funny

    Isn't it great that we have a company like Apple Computer that will publish (freely, I might add) trailers for movies? In a time when we see an increasing push to capitalize on every possible stream of revenue it makes me happy to see a single company that puts something on the market for free...of course, if you don't have their proprietary software, you're screwed...

    1. Re:Apple has done wonders! by Saeger · · Score: 3, Insightful
      Yeah, it certainly is nice of Apple not to charge for their movie advertisements. I feel so guilty not paying for the hype.

      --

      --
      Power to the Peaceful
    2. Re:Apple has done wonders! by Saeger · · Score: 5, Informative
      A certain Anonymous Coward already pointed out that you just have to view the HTML source and then prefix the letter 'm' before the resolution in the filename. (Or you can pay for the Pro version, which lets you Save As...)

      --

      --
      Power to the Peaceful
    3. Re:Apple has done wonders! by alernon · · Score: 3, Interesting

      Yeah, I hate downloading that free version of their software to watch a movie that can be played on almost any platform. Now, I don't have a linux box, but it's been pointed out by several people on slashdot that there is software available that will play quicktime movies for those boxes.

      I'm so sick of seeing comments like this whenever a new movie trailer comes out. Its quicktime because its on Apples effin site and its a good way to promote quicktime technologies which they would like to see adopted because its their job to make effin money. If you don't like quicktime then /don't watch the trailer/. Jeez, you people act like their taking away your first amendment rights.

  2. T3 by mrpuffypants · · Score: 3, Insightful

    I really want to see this movie do well and be engaging for the audience...Arnold's lost a lot of his power to newcomers like Vin Diesel, and I think that a new Terminator Movie done right could smack thme across the face and say:

    this is how and action movie should be made

    still, though....I'm a lot more excited about the matrixes than T3 :)

  3. Well then by carcosa30 · · Score: 5, Funny

    It certainly appears to fulfill its gatling gun quota.

    I wasn't sure what kind of flick this was going to be, like the original poster said I thought it was going to be a bit of a retread... but if a movie has gatling guns it automatically makes it about twice as good. Look at Predator for example.

    Or maybe it's just me...

    --
    Intolerance for ambiguity is the mark of the authoritarian personality.
    1. Re:Well then by NanoGator · · Score: 4, Funny

      ".. but if a movie has gatling guns it automatically makes it about twice as good. Look at Predator for example.

      Or maybe it's just me... "


      It's just you. The rest of us saw the naked chick.

      --
      "Derp de derp."
  4. Re:Bitorrent by gl4ss · · Score: 4, Insightful

    hey, come on, apples servers don't get hit that bad usually(ever) when a new trailer hits, at least for long enough to getting it to torrent.

    currently the servers were fast enough to watch it straight, streaming(large, their server fast enough to push 700kb/s to finland..), so no real worries there.

    plus, it's t3, not matrix..

    --
    world was created 5 seconds before this post as it is.
  5. Re:lets hope by blancolioni · · Score: 4, Funny

    Somehow I managed to be unaware of Arnie's nature before I saw the movie (I must have been spending less time on the internet back then), so the part where he says "Get down" was brilliant.

    It was strange that the marketing didn't try to keep it a secret, since the movie itself went to some trouble to make things ambiguous.

    In other news, it appears that even killer she-bots from the future like to keep their modesty intact with carefully positioned hair. I think that's funny.

  6. Ya... I dunno.... by Nogami_Saeko · · Score: 4, Insightful

    No Jim Cameron, no Linda Hamilton...

    We'll see, but I don't have my hopes too high...

    Gonna wait and see what the reviews are like before I shell out.

    N.

    --
    "Nothing strengthens authority so much as silence." - Charles de Gaulle
  7. Re:I only wonder by Dionysus · · Score: 5, Informative

    Probably this one

    --
    Je ne parle pas francais.
  8. Direct Link... by Anonymous Coward · · Score: 5, Informative
    Here's a direct link to the large version:

    T3-international-tlr_m480.mov

    You can do this yourself for the other trailers by viewing the pagesource and putting the letter 'm' before the resolution number.

    --Anonymous Karma Whore

    1. Re:Direct Link... by Pathwalker · · Score: 4, Informative

      As an afterthought, if anyone wants to see the decompiled version of the reference file (to see what it checks for and what it does) I've put a decompiled version here.

      Basically, it checks for old versions of QuickTime (anything before 5.0.2) and redirects them to a page telling them that they need to upgrade. Versions 5.02 and later are allowed through to the movie.

    2. Re:Direct Link... by Pathwalker · · Score: 5, Interesting

      Ok - when you look at the page, you want to find the EMBED tag that holds the movie, so try the following command:
      curl http://www.apple.com/trailers/columbia/charliesang elsfullthrottle/large_trailer.html | grep EMBED
      Looking at the embed tag, you will see that it references two quick time movies, one as a SRC argument, and one as a HREF argument. If both are given, you want the HREF, otherwise, you want the SRC.
      here is the link from the HREF option. It is the reference file for the movie.

      Now, download it and run strings on it. You will see several instances of "url" on one line, and a url on the next line. These are the movies that the reference movie points to. Almost always, the first several will be to inform users that they have too old of a version of quick time (they usually have a quicktime version embedded in the name. ) skip over them.

      at the end of the file, you will see this: ca2_fullthrottle-tlr_m480.mov - that is the relative path to the real movie file.

      Take the URL for the reference file, and replace ca2_fullthrottle-tlr_481.mov with ca2_fullthrottle-tlr_m480.mov, and you will have this - the url for the actual movie data file.

      This technique should work, even if Apple changes their convention of just adding a m before the size of the movie, to indicate the real file.

      This also only works if the movie is being served over http. If it is over rtsp, you will need some extra tools.

      I hope this helps. If you get confused, here is a decompiled version of the reference file, so that you can see in plain text what all of the embedded urls are for.

  9. Why is Flash-only a sin? by pubjames · · Score: 5, Interesting

    Although it's flash only (major sin)

    Why is it a "major sin" that it is Flash only?

    The producers of this site wanted to make an impressive multi-media rich site to make people want to go see their film. The only way to really do that effectively is with Flash. The vast majority of people have the Flash plug-in, and won't really care (or even know) what format the site is in.

    Yes, the world would be a better place if multimedia web sites could be practically developed using open tools and open file formats such as SVG. But they can't. So people use Flash. Live with it.

    I still don't understand why SVG isn't default in all OSS browsers. You can complain about Flash or you can try to change the status quo. Many people in the OSS community like to complain...

    1. Re:Why is Flash-only a sin? by Bedouin+X · · Score: 5, Insightful

      Because it's a "sin" in the sense of the whole point of the web to deny people content by requiring a plug in just to READ and SEE PICTURES. Some people just want to read info about the movie on their own terms without shit clicking and spinning (and SOUNDING - ARRRGH) all over the place. It would take a very small amount of time to put the contents (which on sites like this are generally relatively sparse) in a plain HTML page. Normally, once it's done it's done so there would be minimal updating required after the fact.

      I went to the site and the Flash does nothing but waste time. I click on a link and it takes 20 seconds of loading animations and whiz bang bullshit to get to what I want to see. I get there and I have to strain to read it because of the tiny ass font that I would at least be able to adjust if it were HTML.

      Sorry... I'll stop now.

      --
      Dissolve... Resolve... Evolve...
  10. [Terminator Theme Song Playing] by Freston+Youseff · · Score: 5, Funny

    Arnold: Come with me if you want to live.*
    Jon: Let's get out of here quick! The new terminator is on her way!
    Arnold: Do not worry. The new terminator is installing feminine products, this will take some time*.

    *Insert proper Austrian accent for effect.

    --

  11. heh. by colinramsay · · Score: 5, Funny

    "All military systems have been infected."

    Goddamn, I *told* you to patch Outlook Express!

  12. Re:Flash works in linux by dnaumov · · Score: 3, Informative
    Flash works in Linux, but this quicktime 6 sorenson codec doesn't. Not only that, but they wanna stream it for extra assholicness.

    This Sorenson codec most definately works with my MPlayer installation. Look into the downloads page on the MPlayer site for additional codecs (QT, Real, WMV, etc) and the MPlayer documentation on how to get them to work.
  13. Ooh by Snaller · · Score: 4, Funny

    the Gattling guns aren't what makes Predator good, it's the shit-hot editing and great music combined with an Alien that doesn't speak English.


    Ah com on! Arnold does speak English! (He just has a think accent :)

    --
    If Google really cared they would fix Android Chrome to reflow text, instead of discriminating
  14. Re:lets hope by blancolioni · · Score: 4, Funny

    Sometimes I think it's because our American friends aren't ready for naked women yet

    So how do they make new Americans then?

  15. Stolen Car by moc.tfosorcimgllib · · Score: 5, Funny

    I was planning on replying to this, but I just saw someone drive away in my car. They changed the plates, though.

    Hopefully they will repark it and replace the plates before the police arrive, again (seventh time this week).