Slashdot Mirror


MPAA Fights Pirates with Gentle Threats

Gillious writes "Wow! It seems the MPAA has learned from the RIAA's mistakes. It seems we aren't going to get mass-lawsuits for grandmothers and 12-year-old kids. I find this quote most interesting: 'The movie industry, he said, has to ask itself what the music industry should have asked years ago: 'Why do they want to steal from us?' The answer, he said, is simple: 'Because you won't sell them what they want.' The technologists say that what went wrong with the music industry can easily go wrong for movie companies, too.'"

398 of 537 comments (clear)

  1. price by Anonymous Coward · · Score: 3, Insightful

    the cost of a DVD is several hours pay where I am. You can figure it out.

    1. Re:price by muyuubyou · · Score: 1
      the cost of a DVD is several hours pay where I am. You can figure it out.
      So how's things fellow american?
    2. Re:price by phatsharpie · · Score: 1

      Just wondering, how much does your net connection cost? Although I can see DVD price being a factor, is bandwidth where you are so cheap that downloading large movie files are a non-issue? If not the cost of the connection, how about the cost in time?

      This isn't a flame, but I am just wondering how much are you saving overall in regards to bandwidth cost and/or time cost.

      -B

    3. Re:price by Rosco+P.+Coltrane · · Score: 3, Funny

      the cost of a DVD is several hours pay where I am.

      Here's a photo of the poster

      --
      "A door is what a dog is perpetually on the wrong side of" - Ogden Nash
    4. Re:price by Anonymous Coward · · Score: 1, Informative

      $50 canadian for 1.5 mb cable..

    5. Re:price by Citizen+Kaine · · Score: 3, Insightful

      Time cost is not a factor at all, and neither is bandwidth cost really, and here's why: My computer and internet connection are on 24 hours a day, whether they are downloading or not. The cost of downloading a movie is nothing more then a minute of my time to start it. Whether I watch it tonight, or a couple days later is immaterial, because I have still had full use of my computer during that time. (for the record, longest I ever spent on one torrent, 6 days. But then it was nearly 11 gigabytes of data.)

    6. Re:price by ScribeOfTheNile · · Score: 1

      There are ISPs that have ADSL time limits?

    7. Re:price by KyolFrilander · · Score: 2, Interesting

      And what always gets me, and I mean _always_ gets me is that I'm more than willing to pop the $20-ish on a DVD that I'll watch maybe twice, but spending $15 on a CD that I'll listen to a million times seems spendy. This isn't a flame at you - it's actually something that I've noticed about myself, and I can't explain it.

      --
      Buddha says, "Shut your karma hole."
    8. Re:price by Robber+Baron · · Score: 4, Interesting

      What, you can't afford a DVD, but you can afford a computer and broadband internet access?

      Seriously, the relatively low price of a DVD, coupled the hassle of finding a quality rip of a movie I want to see and the nuisance of waiting hours (or days) to DL the rip is one of the reasons I continue to prefer buying DVDs and watch movies in theaters. I've had plenty of opportunities to DL ROTK, but I'd still rather see it in the theater first and buy the DVD later. Keep the quality of the product up, and that won't change..a lesson the recording industry still hasn't learned. Dling movies is still just a curiousity, not a preferred method of aquisition.

      --

      You're using her as bait, Master!

    9. Re:price by Anonymous Coward · · Score: 2, Interesting

      Perhaps he's posting from his job? Or a public library? Or his parents house? Or his college/high school?

      DVD price == minimum_wage * 4

      That look about right to you?

    10. Re:price by Lemmy+Caution · · Score: 1

      The thing is that the enjoyment or us value we get out of a thing is not the only element that goes into price-sensitivity, nor are (perceived) costs. Price expectation is part of the "black magic" area of economics, ultimately, because it's very hard to model with traditional economic tools. It's about perception and social consensus more than anything else.

      We consider a CD to be "less than" a DVD because, among other things, it is "only" audio information. The fact that we may listen to a CD 50 times over, while we watch a movie on a DVD we buy twice, is overlooked. The existence of alternatives is not the issue: radio is to CD's what TV is to DVD's. From a utility perspective, CD's arguably offer far more flexibility and durability as an "entertainment product" than DVD's do, but we consider the latter more valuable. Part of that is also the perception that films are more of a true cultural product than music is.

      Except for Criterion editions and short form collections, I've stopped buying DVD's myself. I rent. Personally, I recommend GreenCine.

    11. Re:price by DaveSchool · · Score: 1

      No, it isn't. If you had paid attention in 5th grade geography, you would have learned that there are two seperate continents; one's called NORTH America, the other, SOUTH America.

      America is short for The United States of America. Just like China is short for The People's Republic of China.

    12. Re:price by politicalman · · Score: 2, Insightful
      Go to a store that sells DVDs.
      Take one off of the shelf and walk out with it.
      If/when they bust you tell them "the cost of a DVD is several hours pay where I am" - I am sure they will figure it out.
      Go out to dinner - a nice place - eat food until you've hit the cost of a DVD (or two if you're hungry).
      Then walk out of the place.
      If/when they bust you tell them "the cost of a meal here is several hours pay where I am" - I am sure they will figure it out.
      Walk into a movie theater without a ticket.
      When you are walking by the ushers to go sit down and watch a movie for free say to them
      "the cost of a movie ticket is several hours pay where I am" - I am sure they will figure it out.
      It seems to me you deserve whatever entertainment items you can't afford, why doesn't everyone else understand?

      Score of 3 for insightful - people must be looking past the promotion of thievery here and instead indicating that the prices should come down.
      Use the same logic folks - telling the waiter his $10 spinach pasta should really be $5 isn't going to work. Ordering the $5 burger makes sense.
      The same goes for the latest multi-million epic $20 DVD vs. the $9.99 bargain bin item or the $10 per ticket THX theater with plush seats vs. the $3 per ticket 3-month past release date and spit wads on the screen type theater.
      People do not have a right to the best entertainment items just because they don't have much money - insightful - HHHHmmmmmmm wake up people.

    13. Re:price by mrogers · · Score: 1
      The only problem with downloading large files in the background is that it continues to use bandwidth during the odd moments that you're using your connection for more urgent tasks, like posting to Slashdot. ;-)

      What I would like to see in the Linux kernel is variable priority for TCP streams, so you could leave a large download running and it would use the full bandwidth of the connection until a higher-priority stream (eg from the web browser) interrupted it. Currently all TCP streams have equal priority, so the web browser will "back off" just as much as the p2p software when the connection becomes congested.

      It's not necessary to change the TCP protocol, since all the decisions take place on the local machine. Just add a system call for reducing the priority of a socket (like the nice() system call for CPU priority). As with processes, the scheduler would recognise "interactive" sockets (small, frequent reads and writes) and "batch" sockets (long lifetime, large reads and writes) and would allow interactive sockets to pre-empt batch sockets for a short time.

      Well, that's the hard design work done. Now all I need is someone to perform the relatively easy task of coding the damn thing. ;-)

    14. Re:price by owenb · · Score: 1

      Is Canada not in North America, then?

    15. Re:price by CrowScape · · Score: 1

      Maybe that's it; DVD are, essentially, an expendable commodity and CDs aren't. So, when you buy a CD you can listen to it for years, which naturally reduces your need to buy more CDs, so you have a hard time justifying spending another $15 on it. However, with a DVD, watch it a couple times and now your collection feels old. The reason we tolerate spending $20 for this expendable commodity is because of all the neat extras and the visible effort put in to its production, so we don't feel that the people selling us a DVD are ripping us off. Also, we can compare the cost of owning a DVD to going to see a movie in the theater and see there's not much difference (once you factor in costs for popcorn, soda and the like).

      --
      common sense: noun
      What those who are ignorant of the subject matter think; usually wrong.
    16. Re:price by Zone-MR · · Score: 3, Insightful

      "What, you can't afford a DVD, but you can afford a computer and broadband internet access?"

      You are comparing the price of a *single* DVD with the price of a months subscription to a DSL service?

      Personally, I like to watch two or so films a week. If I am to rent these DVDs, it would cost me 20/month + inconvenience. If I was to buy them, it would cost me 100+/month. My other alternative is to download them, from a 18/month connection, which I have and need anyway.

      So price-wise, downloading movies is cheaper. It may be immoral, illegal, etc, but you can't argue that people who can afford a DSL connection can neccessarily afford to buy all the DVDs they would like to watch.

      So how about convenience?

      "Seriously, the relatively low price of a DVD, coupled the hassle of finding a quality rip of a movie I want to see and the nuisance of waiting hours (or days) to DL the rip is one of the reasons I continue to prefer buying DVDs and watch movies in theaters."

      My experiences differ. Downloading a movie is as easy as typing it's filename into emule, doing a jiggle search to verify it's filename, and adding it to a download queue. I usually watch movies on weekends, and set them to download a few days earlier.

      I don't mind waiting 2 days (avg) for a movie. I set it going, and forget about it. There are perhaps 1-2 movies/year which I feel the need to see the very day they are released. In the majority of other cases, I can wait. And the majority of older movies are difficult to find in stores, yet trivial to find on emule/equivelant.

      Until recently, movies were often released in US cinemas MONTHS before they appeared in the UK. This meant I could often get a HQ dvd-rip before I had a chance to see it legally. I guess the MPAA has wisened up recently, but there are still exceptions.

      At home, I have an LCD projector, and 5.1" sound system. Coupled with good quality telecines or dvd-rips (verifying quality is easy - glance at the filesize, and check oppinions at vcdquality), the video/sound quality I get at home is perfectly adequate. Given the chance, I PREFER to watch movies at home than I do at the cinema. Yes, the cinema has a bigger screen and better sound system - but I also have to contend with 100 other people - some will inevitably be noisy, some phones will go off, people will interrupt me by walking in front of me so they can get to the toilet, etc...

      Downloading movies is wrong and illegal - but I still do it. Not because I want to rebel, or because I feel like saving money at the expense of the artists. I do it because I have no legal alternative which would match the *convenience*. If the movie industries were to provide me a means of obtaining movies in the same format *legally*, for a reasonable price, things would be different.

      And perhaps another annoyance...

      Renting movies costs 2.5. Buying DVDs costs 15. I watch the majority of movies once. Sometimes I will re-watch the better movies after a year or so. Renting would seem the better option. Nethertheless, I like to *collect* movies, so that on occassion I can watch them again, or play a fragment during a conversation about them. Paying 6x the ammount of rental, just for the privellage of being able to watch the movie again sometime in the future seems ridicioulous. Driving to blockbusters and back everytime I get the spur-of-the-moment idea to view a movie again, only to find they aren't renting it anymore, doesn't appeal to me either. A computer-based collection of video files seems perfect. It would be perfect if I could do this legally. Unfortunatly the powers that be prefer to rip off the infrequent movie-goers, rather than produce something remotly affordable for people like myself.

    17. Re:price by chamenos · · Score: 1

      i live in singapore, and i have a 512k ADSL unlimited connection, which runs about $65 (US$38) every month. you can also subscribe to cheaper plans which have a time or download/upload limit.

    18. Re:price by Anonymous Coward · · Score: 1, Informative

      Every one of your examples involves depriving the company of a sale. You stole a physical DVD, they no longer have it to sell. You ate some food, they no longer have it to sell. You sat in a chair for free, they can no longer sell that seat to someone. When you download a movie, that has not prevented anyone from selling said movie. No physical property was lost. For the last time, stop comparing copyright infringement to any other crime. It is not the same, and can not be compared, so STOP FUCKING TRYING. Now comes the part where people ask why this justifies copyright infringement. WHERE THE FUCK DID I SAY IT WAS JUSTIFIED?

    19. Re:price by Anonymous Coward · · Score: 1, Insightful

      The United States of America is the only country in North America that has "America" in its name. In fact, I don't think that there are any other countries on either American continent that have "America" in their name (I don't know that I remember all of the official names of the countries in Central and South America). So is the problem that you don't want to be called "Canadians"? Or you just don't have the votes to change the name of your country?

    20. Re:price by vsprintf · · Score: 1

      We consider a CD to be "less than" a DVD because, among other things, it is "only" audio information.

      How about considering that I can get a movie (that cost $100 million to make) on DVD (a more expensive medium) for the same price as as a CD containing a 30-year-old album that originally cost several tens of thousands to produce. Please don't counter with the debunked theater-revenue argument. That old album brought in profits on vinyl and then tape as well as concerts before it was put on CD. Why does it still cost nearly $20?

      The fact that we may listen to a CD 50 times over, while we watch a movie on a DVD we buy twice, is overlooked.

      The fact that I have CDs I've listened to twice at the most, while the kids have watched certain DVDs at least 30 times, makes that argument meaningless. The fact is that the CD generally contains about 6 minutes of wanted entertainment (the rest being filler) while the DVD contains 90-plus minutes of entertainment and was far more expensive to produce. There is an obvious disparity.

    21. Re:price by politicalman · · Score: 1

      The prevention of the sale is to you.
      You've seen the movie and they do not have their money.
      The "physical property" argument doesn't work. If someone transfers the contents of my bank account to their account no physical transfer took place. That is theft but not copyright infringement. I see copyright infringement as something that can be compared to theft as people spend time and effort to create something and then others take it for free. It is not exactly the same and needs different enforcement but it is similar.

      I agree, you did not say it was justified.
      I think people are reacting to the idea that came into their own heads (including mine) that the statement "You can figure it out." after indicating the cost of a DVD is high for yourself implies that pirating DVDs (the original topic) is (at least partially) justified. If you didn't mean to justify DVD pirating but wanted instead to express both of your ideas then you probably should have said

      "Price - the cost of a DVD is several hours pay where I am. Downloading movies from the Internet doesn't constitute the loss of a sale."

      I still think people would think you're trying to end up seeing the movie without paying for it and that you'd end up with about the same response.

    22. Re:price by vsprintf · · Score: 1

      The fact that you've got albums you've listened to twice isn't anything other than a pretty good indication that you make poor economic choices in general.

      The fact that they are Christmas albums could explain it. Like most AC posts by people who are afraid to use their nicks, the rest of your comment is drivel.

    23. Re:price by Scudsucker · · Score: 1

      The entire, I can't afford what I want so I'll steal philosophy is pathetic..

      Its not stealing, its copying.

    24. Re:price by Lemmy+Caution · · Score: 1

      Nobody here has hard data, but I'm willing to stick with my common-sense impression that, for the vast bulk of consumers, we play CD's ubiquitously (while driving, as background music, etc.) far more than DVD's, your sample-family-size-of-one notwithstanding.

      Insofar as the age of the original is a question which also exists for film (i.e., I could compare a recent symphonic recording with a DVD of Gone with the Wind) I consider that completely irrelevent. (Also, I don't know where you shop, but where I go a new, full-priced CD is 14.95, and a new full-priced DVD is 29.95).

      Ironically, for your argument, kids' media is almost always cheaper than regular media. You can get a Spongebob DVD for about half the price of a regular movie DVD.

      The cost of production argument is specious, because DVD's of films are the second source of income for those films (after all, they were released originally in theaters), while CD's are the only revenue return of significance for a production session.

    25. Re:price by politicalman · · Score: 1

      Sure I can compare it:
      Assume my bank account has the cost of a DVD in it ($19.95) and so does yours (and we live in a state with no sales tax). Then two paths are taken - one legal (you buy a DVD and I'm just surfing the net) and one illegal (no physical transfers so nothing is really lost but someone named Ted transfers my bank account into his empty account and you download a DVD for free and further assume that it would have been the first sale of that DVD on earth).
      Beginning account balances
      My account $19.95
      DVD company's account $0.0
      Your account:$19.95
      Ted's account:$0.0
      Ending account balances (legal)
      My account $19.95
      DVD company's account $19.95
      Your account:$0.0
      Ted's account:$0.0
      Ending account balances (with thefts)
      My account $0.0
      DVD company's account $0.0
      Your account:$19.95
      Ted's account:$19.95
      (Sorry if your name is Ted as this would get confusing.)
      So on the legal route me and the DVD company have our money vs. the illegal route - you and Ted have our money and to us our money is "gone". Neither me nor the DVD company knows where our money is. We may find out later. I could be contacted by the bank about Ted and told that he's in jail and all of my money is spent. The DVD company may be contacted by the police and given a list of people that illegally downloaded the DVD from some site they were monitoring. The money is just as "gone" for both of us.

    26. Re:price by owenb · · Score: 1

      Who says I'm Canadian, or live in Canada? (Hint; I'm not, and don't)

    27. Re:price by t0ny · · Score: 1
      One thing I really like about DVDs is the value added options. I generally wait for special editions, because you get the making of info, interviews with effects people, directors, actors, etc, and lots of other stuff.

      This is the main reason I held off on buying Lord of the Rings- you just KNOW there is going to be a LotR box set eventually.

      --

      Manipulate the moderator system! Mod someone as "overrated" today.

    28. Re:price by politicalman · · Score: 1

      Huh?!?!
      You said that after you download a movie a sale is not prevented (that people can still buy that DVD in the store).
      Then I said you prevented a sale to yourself (i.e. it doesn't appear that you're going to mail a check somewhere after you've obtained it for free).
      The download is done, you have the movie and you're not going to pay for the movie so a sale has been prevented (i.e. the store should have made two sales - to you and a second DVD to the person that actually purchased the DVD you were looking at).

      About the assumption on whether you would buy the DVD if it weren't available for free on the Internet.
      This new assumption you're bringing in to play doesn't fit our little scenario and I don't think I've been using the assumption.
      This is the case where you're arguing you may not be willing to purchase the DVD if you couldn't pirate it - fine - don't buy it, that is your right.
      That means that you can't have the movie (can't download it and won't buy it) so there is no problem.

      That assumption clarifies everything (you either buy it or you don't, just like a cup of coffee or a doughnut) but there doesn't seem to be a technical way to stop people from downloading so it isn't a very good case to worry about.

    29. Re:price by gujo-odori · · Score: 1

      Actually, the cost of production argument (and let's not foget the marketing cost, which is not insignificant) is hardly specious. Production costs are indeed factored into the price of a DVD or CD.

      Once production costs have been fully recovered, there remain only running costs of producing the CD or DVD. Put another way, the longer it is on the market at a given price point, the higher the profit margin, especially because production costs are heavily weighted toward the front; they want them recovered quickly. As you note, this is less true for movies than DVDs, because much of the production cost is recovered in the theater run. OTOH this makes the DVD an important *profit* source, because so much of the theater revenues went to paying for making the movie.

      In the case of CDs, a CD release of a thirty year old album that was originally released in LP record format and later in cassette (and maybe eight-track) formats may have a lower sales volume than recently released music by popular bands, but if it was a hit album when new it will remain a steady seller and will have a higher profit margin than new releases, because the production cost is fully recovered and the marketing costs are minimal. Mostly, they just have to make it and put it in the record stores, where it will pretty much sell itself to people who like that music.

      No costs other than those directly related to manufacturing it, plus its assigned percentage of the general corporate overhead, need to be recovered. That makes a CD of, say, Revolver, more profitable by percentage than, say, the latest Britney CD. That's why old albums released on CD cost nearly as much as new stuff; they can make a huge profit. Looked at another way, the record companies' old catalogs could be seen as helping to subsize their newer releases.

    30. Re:price by Lemmy+Caution · · Score: 1

      I don't think you can get around the fact that pricing really isn't about costs, it's about market perception of value, mostly because there is, effectively, absolutely no legal competition involved - it's not like there can be competition to produce and retail different copies of Revolver, and the consumer be allowed to choose which to buy.

      Production costs are factored into the industry as a whole, to some extent - in general, they have to recoup production costs on the average, but that's clearly an early and soon superceded step in the pricing process.

    31. Re:price by nolife · · Score: 1

      Here's one to chew on...

      Pink Floyd "Pulse" on CD costs $28.99

      Although phasing out, the same concert used to be available on VHS (in HI-FI audio, not digital but very good quality) for $14.99. It included all the same exact audio, plus the great video footage of the concert. Funny that the DVD release of the concert still has not been released.

      There are so many examples of the f**ked up pricing with the RIAA.

      --
      Bad boys rape our young girls but Violet gives willingly.
    32. Re:price by Zleeper · · Score: 1

      Hold on,
      You funny man....
      So, DVD co. take my money?
      Oh, that is where they get so rich?
      But really, Your analogy is totally wrong.
      Ted took your money, The DVD co never HAD the money. And don't tell me they WOULD have if it was purchased through one of their legal arms, etc... They only have rights to the emboiment not the content. Do book companies own the rights of the topic of the book, or just the actual writing of the concept on its pages. Of course they do not own the rights to the concepts.
      So, if they do not offer the downloadable vehicle embodiment, they cannot claim a right to its use for xchange.
      It all comes down to my ears and eyes. If a producer, record co, artists got money for playing the damn song on the air, in the theatres, etc, and we then had it pounded into our brains through these methods that we paid for, we bought the thickets, we bought the radios etc, then we have a fair use to listen or see that thing again if we do deem, WITHOUT having to pay for it. Especially radio, if the fair use allowed me to record it over the air, then all bets are off for that song period. They lost the exclusivity by pushing it to public domain air waves.

    33. Re:price by f0rt0r · · Score: 1

      Hmm, or you can use my method. Watch the movie in the theater, then download it so you can be reminded of how good it was until the DVD comes out, then buy it. I like the way LOTR trilogy was handled in that they had extended versions of the film on the DVD release. O.K., they rubbed fans the wrong way the first time with Fellowship Of the Ring DVD releases, but second time clients knew they could either buy the theatre version of the film or wait and get the extended version ). I pat myself on the back for holding out to get the extended DVD release for FOTR and TTT films. I will also wait for the extended version of ROTK before buying, also.

      Of course, this all assumes I liked the movie. With some other movies I watched the downloaded version first to see if it was worth my $10 (ticket and soda ). I think we agree, the movie industry needs to make the movie worth seeing in the theatre and the DVD worth buying, and then they will make money on both.

      One last note is that I actually prefer to have movies available to view from my hard drive, as I hate popping disks in and out, especially if I am composing my own DVD with a job running 5 hours+ that will keep the DVD drive unavailable. :(

      --
      I can't afford a sig!
    34. Re:price by politicalman · · Score: 1

      Yes, I'm funny (sometimes).
      The analogy is NOT wrong - in the illegal case the person that pirated the DVD still has his/her $19.95 and the movie while some other entity (or entities - I simplified things by calling it a "DVD Company") has nothing (analogies generally involve simplifications to get points across). Legally the DVD Company should have the money. It is pretty clear - the money is why they made the DVD in the first place - obviously they're going to want it.

    35. Re:price by danila · · Score: 1

      It's all relative. There is a multitude of delivery methods, each with their own advantages. For example, in a recent month weeks I saw Kill Bill in a luxury movie theater for 8$, saw Matrix Revolutions in IMAX for 15$, bought American History X, Battle Royale II and Star Trek Nemesis for 2.5$ each in DivX and then exhanged them for 0.8$ each for other films, including ROTK telecine. If I had real broadband (as opposed to 64kbps metered cable access), I would have downloaded all DivX versions to save a few bucks (and justify having broadband), but would still see two films in theatres. Many people have some sort of a losely enforced monthly spending limit for entertainment products. I already spend on movies as much as I am comfortable doing. If I am forced to obey the insane rules of copyright, I would not spend more. Conversely, I would probably cease paying for movies alltogether and switch to games or books for my regular dose of entertainment.

      --
      Future Wiki -- If you don't think about the future, you cannot have one.
    36. Re:price by vsprintf · · Score: 1

      Nobody here has hard data, but I'm willing to stick with my common-sense impression that, for the vast bulk of consumers, we play CD's ubiquitously (while driving, as background music, etc.) far more than DVD's, your sample-family-size-of-one notwithstanding.

      I listen to the radio while driving, but who cares? The price-for-frequency-of-use argument is nonsense. Given your logic, the psycho stalker in his parents' basement listening to the same Britney album over and over continuously should have to pay $50,000 for it. I should get it for free because I will never listen to it.

      Insofar as the age of the original is a question which also exists for film (i.e., I could compare a recent symphonic recording with a DVD of Gone with the Wind) I consider that completely irrelevent. (Also, I don't know where you shop, but where I go a new, full-priced CD is 14.95, and a new full-priced DVD is 29.95).

      I typically buy my DVDs from Columbia House for $9 to $21. BestBuy often has new movie releases for $20 or less. I suppose there may be some special cases that support your argument, but I have been purchasing quite a few old classics for $9 to $15. Recently, I noted a case where the sound track for a movie (IIRC, it was Titanic) was selling for more than the movie in the same store. I just checked at BestBuy, and the DVD costs $9.99 while the sound track on CD costs 14.95. Since the cost of producing the sound track was part of the cost of producing the movie and the movie contains the sound track, I still maintain that there is something really wrong with CD prices.

      Ironically, for your argument, kids' media is almost always cheaper than regular media. You can get a Spongebob DVD for about half the price of a regular movie DVD.

      There is no irony involved. If you think you can get a Disney movie at a discount, you obviously don't have kids.

      The cost of production argument is specious, because DVD's of films are the second source of income for those films (after all, they were released originally in theaters), while CD's are the only revenue return of significance for a production session.

      I asked you not to use that debunked theater-income argument. Studios now also count on income from DVD/tape sales to make a profit. The point is that record labels have already made huge profits on old music but are still charging full price for the CDs. If you think they are still trying to recover their costs, then you aren't paying attention (obviously). The record labels also get money every time a song is played or performed publicly. They get government-mandated fees from webcasters that the RIAA purchased from legislators by way of purloined profits. The RIAA is an illegal cartel (as proven in court) and needs to be outlawed. It serves no purpose except to bleed customers in order to profit organized crime (the cartel). The fact that it prices its less expensive product higher than the other cartel (MPAA) makes the abuse all the more obvious.

    37. Re:price by ardiri · · Score: 1

      What, you can't afford a DVD, but you can afford a computer and broadband internet access?

      FIRST POINT:
      computer and broadband internet access is 100% tax deductable, as the have other usage as well (namely, home office/consulting)

      Seriously, the relatively low price of a DVD, coupled the hassle of finding a quality rip of a movie I want to see and the nuisance of waiting hours (or days) to DL the rip is one of the reasons I continue to prefer buying DVDs and watch movies in theaters.

      SECOND POINT:
      *days*? what are you smoking? in Sweden, with the internet connections available right now - you can download a full length DVD movie in just under 30 minutes. there are a number of companies offering very serious bandwidth (and, no caps):

      www.bredbandsbolaget.se
      www.bostream.se

      for those who dont understand swedish, you can get a 10Mbit up/down broad band connection for around 495Sek/month ~60USD. they are even going ot be offering 100Mbit connections soon.

      as for the quality? the 'scene' is doing quite well lately - before, most illegal copies were CAM CORDER recordings; and, these suck. however, they are getting real better these days with the TELESYNC conversions:

      Lord of the Rings: Return of the King
      http://www.vcdquality.com/image.php?id=21876

      Master and Commander: Far side of the World
      http://www.vcdquality.com/image.php?id=2195 4

      i actually watched LOTR in the cinema - and, i took my girlfriend along as well. my opinions? it cost me 240 Sek. a new DVD costs around 300 Sek. i could have downloaded the TELESYNC, watched it for free. then, instead of paying some idiots at the cinema for a 3 hour uncomfortable seat; i could have used that money to buy the real DVD when it becomes available - then, i have a pernament copy for myself.

      i own well over 300 DVD's - and, i do exactly like i explained here. download a TELESYNC, watch it. enjoy it. save the money i would have spent on going to the cinemas - and, buy the DVD in stead. that way, it works best for me. the quality of TELESYNCS is sufficient these days that the argument that "the cinema is better" is a load of crap. at least i wont get popcorn thrown on my head when i watch it at home.

    38. Re:price by Fuzion · · Score: 1

      I agree that copying is not exactly the same as stealing, but the company does lose something (albeit less than what they would've lost with a physical product), they lose you as a potential customer. This isn't a very good analogy but jsut to explain, suppose I took your $20 bill, made a perfect copy then returned it to you, you've lost nothing. But the value of it has decreased because I have it too.

      --
      "Knowledge makes us accountable." - Che Guevara
  2. less restrictive downloads by bsharitt · · Score: 4, Insightful

    They need to come up with something like iTunes for movies that will let you buy movies, not just rent them and the file expires. And have just enough DRM to stop most people from copying. I think if the RIAA would have done this earlier in the game, they wouldn't be in the mess they are in now.

    1. Re:less restrictive downloads by Neophytus · · Score: 1

      Multi-GB downloads that expire? I'd look elsewhere for my movies. HMV sales are a good start.

    2. Re:less restrictive downloads by pvt_medic · · Score: 4, Insightful

      give it some time. Two factors that will lead to that. 1) long term sucess of such services as iTunes, and 2) Higher precentage of people with fast internet connections. While both of these are moving towards a reality, i doubt that you will see any movie service in the next year or so. Computers are just not the best way of playing a movie. And while I am sure that there are some people who here who have their monitor hooked up to some big tv or something like that, most dont. Things like movies on demand where you can order them and play them whenever you want on your cable box are whats going to happen in the near future. But eventually they will be

      --
      30% Troll, 50% Underrated, 10% Interesting
      Score:5, Troll
    3. Re:less restrictive downloads by bsharitt · · Score: 2, Insightful

      I think I worded that bad. Not ones that you rent and the file expires. I think this is what kind of things they have right now.

    4. Re:less restrictive downloads by bsharitt · · Score: 1

      Well my monitor is bigger than my TV, so I like to use it for DVDs more.

    5. Re:less restrictive downloads by rking · · Score: 2, Insightful

      Computers are just not the best way of playing a movie

      Sounds like you don't have a decent projector :)

    6. Re:less restrictive downloads by svanstrom · · Score: 4, Insightful
      give it some time. Two factors that will lead to that. 1) long term sucess of such services as iTunes, and 2) Higher precentage of people with fast internet connections. While both of these are moving towards a reality, i doubt that you will see any movie service in the next year or so. Computers are just not the best way of playing a movie. And while I am sure that there are some people who here who have their monitor hooked up to some big tv or something like that, most dont. Things like movies on demand where you can order them and play them whenever you want on your cable box are whats going to happen in the near future.


      350 MB is enough for very good quality episodes of your favorite "1 hour" series, like Stargate, Star trek, Andromeda and so on; and 350 MB is easily downloaded even using basic ADSL.

      I'd rather view the all new episodes on my computer (well, I do have my computer hooked up to my tv) when they are released, than not being able to watch it at all (until it's released on DVD).

      I'd gladly pay 5 USD per episode if I get it the day it's released, and combined with a BT-ish way of downloading it won't kill their servers (too much, just a little ;-).
      --
      perl -e'print$_{$_} for sort%_=`lynx -dump svanstrom.com/t`'
    7. Re:less restrictive downloads by stwrtpj · · Score: 1
      Two factors that will lead to that. 1) long term sucess of such services as iTunes, and 2) Higher precentage of people with fast internet connections.

      3) Agreements with cable companies to stop cutting off users for burning too much bandwidth.

      It was not long ago that Slashdot had an article about people being cut off from their ISP because they were told they were using too much bandwidth. How does the MPAA expect to be able to get people to use their services unless they coordinate with the cable industry and prevent them from cutting off their customers?

      --
      Karma: Frotzed (mostly due to the Frobozz Magic Karma Company)
    8. Re:less restrictive downloads by nervous_twitch · · Score: 1
      They wouldn't be in the mess they're in now if they'd lower the prices of movie tickets and DVD's so people could afford to go see/buy movies.

      I would definitely go see more movies if a evening show was less than $7.75/person for a ticket, and I know the prices in North Dakota (where I live) are lower than elsewhere in the country.

      --
      Trees everywhere, and not a forest in sight.
    9. Re:less restrictive downloads by StarOwl · · Score: 1

      Given the size of the files involved, iTunes for movies might be a long time coming.

      Now, what I would love to see is a DiVX-like media file included on DVD's. Print registration numbers on the DVD cases, and make the media file installable only upon verification that the registation key is valid and hasn't been over-used.

      Sadly, the media file would have to be DRM-protected to get the MPAA to buy-in. But frankly, I could live with that if the terms were sane (i.e., I want to be able to move the file when I replace this laptop).

    10. Re:less restrictive downloads by LiquidCoooled · · Score: 1

      You shouldnt have to pay 5 per episode, thats ridiculous.

      BUT - I would pay a small additional monthly fee to my ISP to allow access to the BitTorrent/p2p ports so I can download all the episodes I want when they come out.

      This really does seem like the best way for the artists to get a guaranteed royalty payment without it intefering with anything.

      You already pay extra to get the movie channels on your cable/sat box, so how much more difficult could it be for them?

      --
      liqbase :: faster than paper
    11. Re:less restrictive downloads by svanstrom · · Score: 2, Interesting
      You shouldnt have to pay 5 per episode, thats ridiculous.


      I'd rather have the option to pay $5 per episode, than to not have the option to legally get these episodes.

      First we might have to pay $5, but then there'll be other sources competing with lower prices... and sooner or later the prices might drop to $3 (esp. if they don't have to pay for all the bandwidth); and a cpl of years later we might be paying $29.99 for a complete 20-something episodes season.

      BUT - I would pay a small additional monthly fee to my ISP to allow access to the BitTorrent/p2p ports so I can download all the episodes I want when they come out.


      I sure hope you mean that that "a small additional monthly fee" for "all the episodes I want" is per series; otherwise it's just impossible to distribute that money fairly.
      Not that I think such a deal would be possible, it'd be too complicated for the ISPs to deal with, and smaller ISPs wouldn't have the manpower to deal with it.

      This really does seem like the best way for the artists to get a guaranteed royalty payment without it intefering with anything.


      No, far from it, the best for them today would be to sell DVDs/VCDs; allowing people to subscribe to their series. One DVD/VCD per week/month arriving in your mailbox.

      That would be best as it avoids most technical problems related to allowing people to download the material, and it allows them to use established forms of accepting money.

      You already pay extra to get the movie channels on your cable/sat box, so how much more difficult could it be for them?


      Technically, not hard at all, but actually doing it would be hell... a lot of suits involved, a lot of standards-related fighting, a lot of money invested in this or that way of doing things, a lot of lawyers writing a lot of documents... it'd take forever to get it going...
      --
      perl -e'print$_{$_} for sort%_=`lynx -dump svanstrom.com/t`'
    12. Re:less restrictive downloads by LiquidCoooled · · Score: 1

      Fair enough, examined, picked apart, spat out.

      Thanks for showin me where my thought patterns went wrong - really, I hadnt thought about it like that :)

      The big difference I see with terrestial broadcast shows and movies however is that, given a large enough antenna I could receive these shows when broadcast from another country.

      Downloading the shows publically aired is just a way of repeating the signal.

      --
      liqbase :: faster than paper
    13. Re:less restrictive downloads by freeweed · · Score: 1

      Precisely the same reasoning used by some several years back, to tell us that mp3s would never go anywhere.

      "Computers are just not the best way of listening to music. And while I am sure that there are some people who here who have their computer hooked up to some big stereo or something like that, most dont. Things like music on demand where you can order it and play it whenever you want on your stereo are whats going to happen in the near future."

      Instead, people found their own way to do it, and mp3 grew on its own. Only after everyone was doing it did consumer electronics start supporting it. And as for bandwidth? Most people were still on 28.8 modems when mp3 trading took off, so I don't really think waiting an hour or 4 for something is any sort of deterrent to people.

      If the movie industry waits for some magic technology to save their ass, they will be in the same boat as RIAA members. Just wait until your Mom & Dad's DVD player supports DivX movies next year.

      --
      Endless arguments over trivial contradictions in books written by ignorant savages to explain thunder in the dark.
    14. Re:less restrictive downloads by svanstrom · · Score: 1
      The big difference I see with terrestial broadcast shows and movies however is that, given a large enough antenna I could receive these shows when broadcast from another country.


      That depends on the signal, how it/the content is encoded and where that antenna is located; a huge antenna won't do you much good if the signal is being broadcast from the other side of the earth.

      Downloading the shows publically aired is just a way of repeating the signal.


      Which you of course can't do legally; and even if you could you have to consider that the amount of money they're paying for broadcasting something depends among other things on how many possible viewers there are, so if everyone started repeating their signals they wouldn't be able to afford to broadcast any quality shows.
      --
      perl -e'print$_{$_} for sort%_=`lynx -dump svanstrom.com/t`'
    15. Re:less restrictive downloads by Com2Kid · · Score: 1

      Since when the heck are movies multi-gigbyte downloads? ^_^ 6xx or even 700 megs even is plenty for a well done DivX encode.

    16. Re:less restrictive downloads by Ryan+Amos · · Score: 1

      That would be really cool and I totally agree with you, but unfortunately, due to the fact that shows are paid for by advertising revenue, so most producers wait until episodes go into syndication before releasing DVDs. This is why it takes so God damn long to get the DVDs. There are all sorts of messy contractual obligations involved as well. Unless the TV industry (which operates very differently from the film industry) drastically changes its practices, we probably won't see this feature without a DVR for quite a while. It sucks, yeah, but I think the film industry probably sees this as a niche market (which it's not; they could be making a LOT of money) not deserving of their attention.

    17. Re:less restrictive downloads by svanstrom · · Score: 2, Insightful

      Either we get it without paying using (P2P)filesharing, or we pay for it directly to them... sooner or later someone will realize that they'll make a lot more if they get the money directly from us, not to mention that they could include ads for their other stuff (series, t-shirts etc).

      It'll happen within the next 3 years that one of the high profile companies will release something this way; it might not be a complete series, but it'll be something (maybe a spinoff independent miniseries/movie).

      --
      perl -e'print$_{$_} for sort%_=`lynx -dump svanstrom.com/t`'
    18. Re:less restrictive downloads by revmoo · · Score: 1

      Well my monitor is bigger than my TV, so I like to use it for DVDs more.

      You might be a nerd if...

      --
      I would expect such blatant racism on Fark, but on Slashdot? Mods please ban this asshole.
    19. Re:less restrictive downloads by mrogers · · Score: 2, Interesting
      I was recently shopping for an ADSL connection in the UK, and only one of the service agreements I looked at contained any mention of banned services or bandwidth consumption. That was for a special low-rate "no peer to peer" package, and the same company offered an unrestricted package for a higher price. It looks like broadband providers in the UK are starting to recognize that file sharing is the killer app for broadband, and many customers won't sign up for a service that restricts peer-to-peer downloading.

      Of course, you can still find yourself with a high contention ratio that limits the usefulness of your connection for large downloads. I think it's only a matter of time before we see a P2P network that implements its own transport layer on top of UDP or raw sockets, avoiding TCP congestion control and allowing file sharers to squeeze more bandwidth out of their connections at their neighbours' expense.

    20. Re:less restrictive downloads by chamenos · · Score: 1

      actually most decent computer monitors have a much higher resolution than any regular TV or projector. if the picture isn't big enough, then sit closer to the monitor..you don't really need a projector to enjoy the "big-screen" effect ;-)

    21. Re:less restrictive downloads by wideBlueSkies · · Score: 1

      $5.00 per episode is WAY too much.

      I really want to see certain episodes from the last 2 seasons of DS9 again, but I don't want to buy the DVD's. If I could get my hands on an expiring copy(view 1X) of each episode I want to see I'd gladly pay $1.00 per episode. So for about $30.00 I'd be happy.

      wbs.

      --
      Huh?
    22. Re:less restrictive downloads by chamenos · · Score: 1

      when i watch a movie at home, i usually do so specifically because i don't want people around who might interrupt me. if i wanted company (and interruptions) i'd go to a cinema.

    23. Re:less restrictive downloads by rking · · Score: 1

      Obviously tastes vary.

      At the cinema you don't get to control when the movie starts, when it pauses for you to argue over the plot, or when it gets rewound to prove a point. You don't even get to decide which movies are showing.

      I appreciate that none of those things may matter to you, but that's the point, not everyone makes choices based on what YOU are looking for from a movie.

    24. Re:less restrictive downloads by svanstrom · · Score: 1
      I really want to see certain episodes from the last 2 seasons of DS9 again


      Well, that means that you're living in an area where you could see them at least once... I don't, and that means that I'm willing to pay a lot more for getting access to the new episodes.

      The first cpl of months it might cost $5 per episode, then it'll drop more and more as more and more have seen those episodes... so you could watch them again later on a lot cheaper...
      --
      perl -e'print$_{$_} for sort%_=`lynx -dump svanstrom.com/t`'
    25. Re:less restrictive downloads by nervous_twitch · · Score: 1

      Indeed, the fact that you can buy a DVD at Wal-Mart for under $20 is a godsend, but who wants to support THAT conglomerate either?

      --
      Trees everywhere, and not a forest in sight.
    26. Re:less restrictive downloads by chamenos · · Score: 1

      i'll quote myself:

      "you don't really need a projector to enjoy the "big-screen" effect"

      that's all i was saying. one of the disadvantages most people perceive a movie screened on a computer to have is the small screen, and that's what i was addressing. i DID NOT dictate how, where and with whom people should watch their movies with.

    27. Re:less restrictive downloads by rking · · Score: 1

      Okay, you're right. Sorry if I was being overly argumentative :)

    28. Re:less restrictive downloads by pla · · Score: 1

      350 MB is enough for very good quality episodes of your favorite "1 hour" series

      No. For watching on a crappy TV, 350MB would give you a result that you might not consider unbearable (and that assumes it uses MPEG-4 compression, not an entirely safe assumption when DVDs still use MPEG-2 (or even 1) for virtually all content). For watching on a PC, or a nice widescreen TV, you want at least 10MB per minute, so a full CD will give tolerable results on a one hour episode (which only contains 48 minutes of actual show).


      I'd gladly pay 5 USD per episode

      You might, but most people would not - $5 per episode would cost slightly more than the current system of distributing one season on a few DVDs for $30-$50. And you'd pay that for a lower quality version?

      Movies, and to a lesser degree episodic TV shows, cost a lot to make. I appreciate that fact. But both of the **AAs have applied the idea of an economy of scarcity to their product, when it just doesn't apply.

      Think of it like this - For every die-hard fan of a series, who will fork over $200-$500 to buy the complete collected series run, how many hundred more would love to have that, but would never pay that much? ST:TNG makes a good example here - The Borg Megacube (the full collected run) sold for the equivalent of USD$750. I consider myself a big fan of the series, but Hell will get a tad chilly before I fork over nearly a grand for a collected TV show. However, if they sold that for a more reasonable $100, every geek on the planet would drop it without even thinking twice. Poof, they go from a few tens of thousand of sales (yeah, I know they limited that particular collection to 1000, but I'd bet they chose as a very close number to the total potential predicted sales in the UK), to perhaps 20 million sales. Quite a big difference, for content already paid for by Paramount - Pure profit (minus a few cents per DVD for production costs), artificially capped by an obscenely high price.


      So relating this back to the parent article, Consumers want realistic prices. In the US, that would mean around $5 for full length movies and $1/episode for collected TV series. Hey, they want to nail the early adopters? Fine, perhaps keep the current prices for the initial release, then drop it after three months. But put simply, the **AAs have an extremely simple way to all but eliminate piracy, that would actually make them more money - Sell their product for a reasonable price. And no, I don't mean this as an "I justify stealing because they charge too much" rant - Just a statement of fact. Charge less, and fewer people will see getting an illegal copy as worth the negative moral connotations (I won't say "risk" because we all know that we have almost zero risk of getting caught for privately copying a movie). People find stealing distasteful, and will generally not do it if given a reasonable alternative.

    29. Re:less restrictive downloads by chamenos · · Score: 1

      its ok...i guess you must have missed the ;-) in my original post :)

    30. Re:less restrictive downloads by Nazmun · · Score: 1

      I'm a small webhost and transfering 350 megs i can tell you will cost less then .35 USD. It's pretty easy to get 1.0 gigs for less then a dollar for quality bandwidth.

      And hardware costs have dropped so much that transfering such files is no hard task. There was a time that high-end servers in the webworld consisted of a dual 300 mhz setup that in todays world is weaker then a 2.0 ghz celeron.

      --
      Hmmm... Pie...
    31. Re:less restrictive downloads by svanstrom · · Score: 1
      350 MB is enough for very good quality episodes of your favorite "1 hour" series


      No. For watching on a crappy TV, 350MB would give you a result that you might not consider unbearable (and that assumes it uses MPEG-4 compression, not an entirely safe assumption when DVDs still use MPEG-2 (or even 1) for virtually all content). For watching on a PC, or a nice widescreen TV, you want at least 10MB per minute, so a full CD will give tolerable results on a one hour episode (which only contains 48 minutes of actual show).


      That's only about 37% more, but maybe pushing it a little bit when using ADSL; _I_ still find that acceptable (as long as you get it at full speed).

      When it comes to the filesize we must remember that we're not talking about ripping something from neither the TV nor from a DVD, they've got excellent quality material; and both the time and money to get the best possible result out of the best encoders.

      I'd gladly pay 5 USD per episode


      You might, but most people would not - $5 per episode would cost slightly more than the current system of distributing one season on a few DVDs for $30-$50. And you'd pay that for a lower quality version?


      Yes, I would (not that I would mind downloading episodes that are .5-2GB each) and I would do that simply because I don't want to wait months, or ever years, before I can get access to that episode.

      I wouldn't be paying for just the episode, I wouldn't be paying for getting it asap; I'd be paying for all that and the option to pay for just one episode, and for being able to buy that episode the same day that I want to watch it.

      If the episode is at 350 MB most ADSL-users could watch it streaming, after less than an hour of precaching; while people with "real" broadband could watch 500+ MB episodes with theoretically no precaching at all.

      Hey, they want to nail the early adopters? Fine, perhaps keep the current prices for the initial release, then drop it after three months.


      Exactly, we're talking about early adopters paying premium fees for getting the episodes early; don't forget that we're talking about a service currently not available at all, and I'm sure that they'd get users even if it cost 10 USD, or more, per episode.
      They wouldn't get a lot of users, but they'd get some; and given enough time those prices would drop to the level where the number of users and the amount paid stabilizes at the maximum profit for them.

      Wait some more and there'll be more and more companies offering the same service, resulting in even lower prices; BUT if there's no such service at all, then there won't be any competing companies with lower prices... so even high prices is a good thing for us, as that will start that market.
      --
      perl -e'print$_{$_} for sort%_=`lynx -dump svanstrom.com/t`'
    32. Re:less restrictive downloads by evilviper · · Score: 1
      And while I am sure that there are some people who here who have their monitor hooked up to some big tv or something like that, most dont.

      Chicken and Egg problem...

      People don't hook up their computers to the TV, because there aren't many movies they need to play with their computer.

      The MPAA doesn't distribute many movies to be played on computers, because people don't hook-up their computers to a TV.

      BTW, computer monitors are much better quality than TVs, and more and more people are getting quite large computer screens. It's not strange for people to have bigger monitors than TVs.
      --
      Slashdot gets worse every day... Pipedot: News for nerds, without the corporate slant
    33. Re:less restrictive downloads by Neophytus · · Score: 1

      Unlike some people, I prefer to be able to watch films on a real tv.

    34. Re:less restrictive downloads by Eder · · Score: 1

      s video cable...radio shack $20...how hard is that?

    35. Re:less restrictive downloads by Com2Kid · · Score: 1

      Large monitors, cheap on Ebay. :-D

      TV has sucky resolution anyways. :)

      (Not that DVDs are going to help that any. . . . but at least I get progressive scan without overpaying for one of those NotSoHighRes HDTVs)

  3. Camcorder Law by Adolatra · · Score: 5, Insightful

    Am I the only one who was a little miffed at reading the offhand statement that it is now illegal to carry a camcorder in a movie theater? Is there any reason the movie distributors couldn't have just used their clout with the theaters to get them to crack down themselves on bootleggers? Why is a state law necessary? Seems to me policemen have much better things to do than try and help a private establishment such as a theater enforce its own house rules.

    1. Re:Camcorder Law by Anonymous Coward · · Score: 4, Insightful

      The scope of the "house rules" preventing individuals from bringing along camcorders stretches farther than the individual theater. We can easily imagine a renegade theater allowing camcorders and thus serving as a supplier for hordes of so-called pirates. Arguably the movie industry believes that individual theaters should not be able to make this call.

    2. Re:Camcorder Law by XO · · Score: 1

      Well, even though a movie theater is a private establishment, who can say "no camcorders allowed" and then just boot people out, calling it trespassing because you've violated your "license" to use their premises, if you enter with a camcorder...

      There are some people who just won't take that. They will blow up, and get all nasty, and then try to sue the movie theater, or whatever.

      I can't even IMAGINE bringing a camcorder into a movie theater. I already thought it wasn't legal... as it is, it's obviously theft..

      --
      "Champagne for my real friends - and real pain for my sham friends!" http://ericblade.postalboard.com/
    3. Re:Camcorder Law by Adolatra · · Score: 1
      The scope of the "house rules" preventing individuals from bringing along camcorders stretches farther than the individual theater. We can easily imagine a renegade theater allowing camcorders and thus serving as a supplier for hordes of so-called pirates. Arguably the movie industry believes that individual theaters should not be able to make this call.

      But even then, the movie industry could easily yank the leash back on any "renegade theater" by simply refusing to supply them with new movies. It's quite possible for this to be handled without wasting tax money. Damn lobbyists.

    4. Re:Camcorder Law by h00pla · · Score: 1
      We can easily imagine a renegade theater allowing camcorders

      Well, I can't easily imagine it. I think it's a bit of a stretch. I'm with the parent posting. I think law enforcement has better things to do that this.

      --
      I've been swashdotted -- Elmer Fudd
    5. Re:Camcorder Law by sjwt · · Score: 1

      rembere,
      bring the camcorder in isnt theft..
      its recording the moive that is.

      --
      You have 5 Moderator Points!
      Which Helpless Linux zealot/MS basher do you want to mod down today?
    6. Re:Camcorder Law by ratamacue · · Score: 5, Insightful
      Why is a state law necessary?

      Simple: Because it expands the cost and scope of government. As government gets bigger and more powerful, the people who control government increasingly view their roles not as protectors of individual rights, but as business executives whose purpose is to increase revenue and expand market share.

      This is just another example of pork barrel politics: expansions of government designed to further empower the people who control government, at the necessary expense of the people.

    7. Re:Camcorder Law by phatsharpie · · Score: 1

      I would assume that the lobbyists (or MPAA) wanted to make sure that people who pirate movies using a camcorder would receive a legal penalty rather than just being (probably politely) asked to leave an establishment.

      I don't think pirating from US theaters are so rampant that a law would actually need to be passed, but then again, I don't have the statistics. Besides, if you're sitting next to someone obviously recording what's on the screen (and assuming the camcorder is annoying you/distracting you from the film), wouldn't you just go and inform the usher/manager/whoever?

      -B

    8. Re:Camcorder Law by runfaster · · Score: 1

      Why would you ever legitimately need a camcorder in a movie theater? Unless your kid is taking her first steps during Terminator 3, I don't see the point. Now, it makes sense to be worried about gov't prohibiting things, even if you don't do them yourself, but in this instance, there's pretty much only one reason to be taking a camcorder into a movie theater, and currently, that will violate laws. This seems akin to me (on a much less dramatic scale) to outlawing actions that will nearly certainly lead to a crime. Sure, you *might* not turn on your camcorder to bootleg movies, but you almost certainly will. I don't understand why outlawing (on a state level) something that can pretty much only be used to commit a crime...

    9. Re:Camcorder Law by ratamacue · · Score: 3, Insightful

      The point was that this law is redundant and unnecessary and serves only to increase the scope of criminal law. It was already perfectly illegal (breach of contract) to do this.

      But since you asked, I personally don't care for movies and I haven't seen one in years, so I have no interest in obtaining "0-day screeners". What I am concerned with is the expansion of government.

    10. Re:Camcorder Law by XO · · Score: 1

      well, why on earth would you bring a camcorder in to a theater? To watch another movie?

      While your statement is technically accurate, more so than mine, it actually makes little to no sense, as no one would bring a camcorder to a movie theater without the intent to record the movie. right?

      (of course, now someone will try that now that it's been suggested.. just to try it)

      --
      "Champagne for my real friends - and real pain for my sham friends!" http://ericblade.postalboard.com/
    11. Re:Camcorder Law by G.+W.+Bush+Junior · · Score: 4, Insightful

      Well... as long as you live in a democracy the people can easily take back the power.
      The problem is that, from where I am standing (the other side of the pond), it doesn't look like the people are interested in taking back the power.
      How many people vote in the US?

      You shouldn't bitch about the politicians or the companies who try to take as much power as they can for them selves... that is like complaining about a force of nature.
      People will try to become powerful, face it.... stop whining about it.

      What you can whine about however, is people who don't vote, or people who don't take the time to figure out who's the right person to vote for.
      It takes more time than the 30 seconds you need to watch a tv commercial, and politics is more complicated than for or against terrorism.

      I praise my self lucky to live in a country with a 90% voter turnout.

      --
      "I don't know that Atheists should be considered as citizens, nor should they be considered patriots." -George H.W. Bush
    12. Re:Camcorder Law by weave · · Score: 4, Informative
      Why would you ever legitimately need a camcorder in a movie theater?

      Ever been on holiday with your camcorder and your group wants to take in a movie and your car is nowhere nearby? Examples, Orlando area, Time Square, the beach. In my state now, it's illegal to just carry one into the theater, intent to use it or not.

      I've run into a similar problem with no backpack rules in theaters. I drive a motorcycle and have a backpack for storage needs.

      Now all of this could be solved with rentable locker space, but I doubt they think these potential hits to their revenue through. (And checking your stuff in at the counter is hardly a solutuon in my book. You don't trust me, but I'm supposed to trust some underpaid stranger with my stuff?)

    13. Re:Camcorder Law by harlows_monkeys · · Score: 1
      Karnal wrote: You misspelled...

      That's a phrase someone named "karnal" should never use.

    14. Re:Camcorder Law by fafaforza · · Score: 1

      Tourists?

    15. Re:Camcorder Law by Anonymous Coward · · Score: 1, Insightful

      Government has a legitimate interest in protecting the public from low-quality counterfeit products...

      Really? But I don't see anyone protecting me from low-quality official products. I suspect you're wrong, in other words.

      Governments are there for many things. Running a military, to defend the country. Running a police force, to catch thieves, murderers, rapists, and similar. In civilised countries governments also provide education, healthcare, and basics like water, electricity, and transport, to those who can't afford to buy it for themselves.

      What governments have no business interfering with is commerce or competition.

    16. Re:Camcorder Law by fermion · · Score: 1
      It a sense you are right. The pork barrel politics is a particularly timely example. In this time of massive budget deficit, when the US government is controlled by fiscal conservatives, the pork has never been greater. This is done directly to increase the personal power of the politicians.

      But it would be wrong to say there is a general attempt to increase the size and scope of government. In fact the federal government is trying it best to get rid of many programs, either by de-funding them or moving them to the states. The programs that that they want to grow are those that have to do with insuring long term power of the elite, that is the police and military. So, in this case, the laws another means by which the government can violate the civil rights of the individual. The question need be asked does the nature of the offense (allegedcopyright violation) fit the nature of the remedy.

      --
      "She's a scientist and a lesbian. She's not going to let it slide." Orphan Black
    17. Re:Camcorder Law by Fulcrum+of+Evil · · Score: 1

      The scope of the "house rules" preventing individuals from bringing along camcorders stretches farther than the individual theater. We can easily imagine a renegade theater allowing camcorders and thus serving as a supplier for hordes of so-called pirates. Arguably the movie industry believes that individual theaters should not be able to make this call.

      Aren't most prerelease pirate movies released by insiders right now? Who wants a camcorder dub when you can get a digital version before the movie hits theaters?

      --
      "We returned the General to El Salvador, or maybe Guatemala, it's difficult to tell from 10,000 feet"
    18. Re:Camcorder Law by BizDiz · · Score: 1

      1) Breach of contract isn't a criminal issue, it's a civil one. Why should murder be illegal? People can already sue murderers.

      2) What you're probably concerned with is trolling on slashdot. Luckily, anyone who hasn't seen a movie for years is probably hopefully marginalized, and you probably won't get the chance to mess up the real world for real people.

    19. Re:Camcorder Law by sjwt · · Score: 1

      sure, ive never been in a shooping center and bought a camcorder,
      and shoudl i want to watch a movie that day,
      i woudl not want to leave the camcorder in my car, as unless i bought a dirt cheep one the insurance on the car wouldnt cover it if it was stolen.

      --
      You have 5 Moderator Points!
      Which Helpless Linux zealot/MS basher do you want to mod down today?
    20. Re:Camcorder Law by red+floyd · · Score: 1

      I am a criminal.

      I carried my Nokia phone with video capture into a movie theatre.

      Come and get me.

      --
      The only reason we have the rights we have is that people just like us died to gain those rights. -- Cheerio Boy
    21. Re:Camcorder Law by Nurgled · · Score: 3, Interesting

      Stelios Haji-Ioannou opened a cinema (aka movie theater) in Milton Keynes, England which offered movies at very low prices by forcing customers to book in advance online. This cuts down the staffing costs. They also, initially at least, didn't sell refreshments and food and encouraged customers to bring their own food purchased elsewhere.

      The movie industry saw this and, noticing what Stelios had done to the airline industry with his previous company EasyJet, refused to supply the EasyCinema with the latest releases to prevent them from creating a precedent forcing a decrease in prices at other cinemas.

      EasyCinema is still around, which perhaps takes some clout of of my post, but it just serves to demonstrate that the movie industry is able to hurt cinemas which don't play along with their rules without requiring laws. EasyCinema still, to my knowledge, does not get movies on their day of official release, but I don't live in Milton Keynes so I don't pay that much attention! :)

    22. Re:Camcorder Law by cyberformer · · Score: 1

      Sounds like the no-backpack rule is to prevent you bringing in your own food and drink, not camcroders.

      Personally, I wouldn't go to a movie theater that enforces rules like that or searches bags. My guess is that a lot of other people won't either.

    23. Re:Camcorder Law by Scrameustache · · Score: 1

      I've run into a similar problem with no backpack rules in theaters. I drive a motorcycle and have a backpack for storage needs.

      I find that complaining loudly while making broad sweeping motion with my helmet usually gets them to shut it about the backpack...

      --

      You can't take the sky from me...

    24. Re:Camcorder Law by bishiraver · · Score: 1

      I work at a theater, and it really is a big issue. People won't stop carrying them if it's a law. If we confiscate what they've recorded, they can take legal action - if it wasn't a law.

      In fact, we rent police officers from the city for busy nights (Weekends), for security purposes. Seeing a real cop standing there is a much bigger deterrent than a rent-a-cop with some pepper spray.

    25. Re:Camcorder Law by XO · · Score: 1

      I can't say that I've ever seen anyone bring any merchandise that they've purchased in the local mall into the movie theater with them.. *boggle*

      --
      "Champagne for my real friends - and real pain for my sham friends!" http://ericblade.postalboard.com/
    26. Re:Camcorder Law by Pig+Hogger · · Score: 1

      Stelios Haji-Ioannou opened a cinema (aka movie theater) in Milton Keynes, England which offered movies at very low prices by forcing customers to book in advance online.
      ...
      The movie industry saw this and, noticing what Stelios had done to the airline industry with his previous company EasyJet, refused to supply the EasyCinema with the latest releases to prevent them from creating a precedent forcing a decrease in prices at other cinemas.

      In Canada, Guzzo did something similar. He opened theaters that had (gasp!) comfortable seats, and put videogame machines in the lobbies to help pacify impatient kids. Basically, his theaters were much more pleasant to go to than the big chains (sorry, can't find anything for United Theatres)were.

      As it could be expected, some other movie chains leaned on distributors to prevent Guzzo from having new releases, and this went to court, where Guzzo won against distributors.

      Some 6-7 years later, the big chains opened new theaters with better seats and food selections.

    27. Re:Camcorder Law by Zleeper · · Score: 1

      Yeah and the US DOJ drops the Monopolistic practices lawsuit against the RIAA
      Go figure.

      Before you flame me, I know its the RIAA and we are talking about movies, but once one industry gets notice, then the other would have gotten the point, don't you think?
      They are heathen breathren aren't they?

    28. Re:Camcorder Law by mixmasta · · Score: 1

      I'm not sure what breach of contract has to do with it, he may have made a mistake, but it is surely already illegal under many copyright infringement laws.

      --
      #6495ED - cornflower blue
    29. Re:Camcorder Law by danila · · Score: 1

      A renegade theater can run movies for friends at night, when nobody will interfere. It can also allow to make a telecine (a tripod camera and sound recorder hooked to the source audio for superior quality).

      --
      Future Wiki -- If you don't think about the future, you cannot have one.
    30. Re:Camcorder Law by tgibbs · · Score: 1
      But I don't see anyone protecting me from low-quality official products. I suspect you're wrong, in other words.

      If a legitimate product is faulty low-quality, one can return it to the manufacturer for service, or refuse to purchase from that manufacturer in the future. However, if a counterfeit product is faulty, not only does the consumer have little recourse, but the blame falls unfairly upon the manufacturer of the legitimate product. Hence, counterfeiting hurts business and hurts the consumer.

      What governments have no business interfering with is commerce or competition.

      However, fraud, such as product counterfeiting, interferes with competition. True competition can occur only when the consumer is able to identify the manufacturer of a product.

    31. Re:Camcorder Law by tgibbs · · Score: 1

      Funny...I flipped through the constituion and I didn't read anything about that.

      You must have missed the first sentence. It falls under "promote the general welfare."

  4. Irony ? by Anonymous Coward · · Score: 1, Funny

    I'm reading this Slashdot article on movie piracy as I'm downloading the new LoTR movie using BitTorrent.

    1. Re:Irony ? by chamenos · · Score: 1

      i've already received two warning letters from my ISP due to abuse complaints from both baytsp which was mentioned in the article and univerisal city studios productions about me sharing movies on bit torrent, so you might want to be more careful.

    2. Re:Irony ? by chamenos · · Score: 5, Informative

      oh and just to add on, i'll include an extract from the email universal studios productions sent to my ISP (which was forwarded to me when my ISP emailed me regarding the complaint):

      "This unauthorized copying and distribution constitutes copyright infringement under applicable national laws and international treaties. Although various legal and equitable remedies may be available to Universal as a result of such infringement, Universal believes that the entire Internet community benefits when these matters are resolved cooperatively. We urge you to take immediate action to stop this infringing activity and inform us of the results of your actions. We appreciate your efforts toward this common goal"

      seems pretty fair to me.

    3. Re:Irony ? by weeboo0104 · · Score: 1

      ...about me sharing movies on bit torrent

      Sorry, I have to ask. Where is the .torrent link??? ;-)

      --
      It is easier to build strong children than to repair broken men. -Frederick Douglass
  5. man that's fast by ejaw5 · · Score: 3, Interesting

    The movie industry, by comparison, estimates that it has at least 18 months before high-speed Internet access and high-capacity hard drives make grabbing a movie almost as quick and easy as grabbing a song.

    Do they mean there will come a day when one can download a 700MB Linux iso in less than 5 minutes? If my math is correct that's a 2333.3 kbps download speed!

    --

    $cat /dev/random > Sig
    1. Re:man that's fast by LordK2002 · · Score: 2, Insightful

      2 Mbps is not all that much nowadays. I am sure it won't be that long before commercial broadband offers this sort of download rate.

      K

    2. Re:man that's fast by Anonymous Coward · · Score: 2, Informative

      700MB in 5 minutes = 2.3 megabytes/sec
      Speed offered by broadband = ~2 megabits/sec

      1 byte = 8 bits.

      You figure it out.

    3. Re:man that's fast by ELiTeUI · · Score: 1
      fix your math. thats 2,333,333.33333 KBytes/sec which equals 18,666,666.66666666 Kbits/sec, which is 18.67 Mbits/sec.

      2Mbits/sec is currently a common download speed, as you say, but I think that 20Mbits/sec download speeds are still quite a ways off.


      ELiTeUI

    4. Re:man that's fast by Bandman · · Score: 1

      make grabbing a movie almost as quick and easy as grabbing a song

      everything is relative

    5. Re:man that's fast by Anonymous Coward · · Score: 1, Interesting
      In january I'm getting a 10 mbit (10000 kbps) line installed here at home. It's about 70$ a month here in Norway (not available everywhere yet) with no download/upload restrictions. That means 700MB downloaded in 9 minutes and 20 seconds.


      Also one company is starting to offer 100 mbit lines for private consumers in Sweden. Though with a 300GB/month download cap (!).


      So, the bandwidth that is needed is here already. At least in Scandinavia. :)

    6. Re:man that's fast by LordK2002 · · Score: 1
      Aah yes, the inevitable "kbps" versus "KBps" versus "KB/s" confusion. Nevertheless, a factor of 8 is only a matter of time, at least for broadband in certain areas (like inner cities). Perhaps 18 months is a little optimistic, but ~16 megabits broadband can't be too far off.

      K

    7. Re:man that's fast by Rosco+P.+Coltrane · · Score: 1

      Aah yes, the inevitable "kbps" versus "KBps" versus "KB/s" confusion. Nevertheless, a factor of 8 is only a matter of time, at least for broadband in certain areas (like inner cities). Perhaps 18 months is a little optimistic, but ~16 megabits broadband can't be too far off.

      According to Moore's law, if you assume it applies to networks as well as computers, that should happen in 54 months (4 1/2 years) so it's not exactly tomorrow.

      --
      "A door is what a dog is perpetually on the wrong side of" - Ogden Nash
    8. Re:man that's fast by Zone-MR · · Score: 1

      Once connections are fast enough to STREAM movies, and P2P clients have their stabillity/reliablilty issues worked out, downloading movies will be easy enough.

      There is no point in downloading a movie in 5 minuites, I'd be just as happy if it would download in 120 mins and allowed streaming.

    9. Re:man that's fast by muffen · · Score: 4, Informative

      Do they mean there will come a day when one can download a 700MB Linux iso in less than 5 minutes? If my math is correct that's a 2333.3 kbps download speed!

      There are many countries where this is a reality right at this moment... South Korea, Japan and Sweden are three that I can think of...

      In Sweden, they are now offering 100MBits to your house, with a DL cap of 300gigs (scheduled to go live in January or April, cant remember exactly). 10 and 26 MBits (bi-directional) is more or less standard in the larger cities in Sweden, and it all costs less than 100dollars a month (10Mbit is less than 50dollars a month, uncapped).

    10. Re:man that's fast by sabinm · · Score: 1

      i find the problem is often not with my pulling information to my system, but the server being able to push more bits my way. of course i may be searching the wrong mirrors

      --
      http://cincyboys.blogspot.com/ Everything Cincinnati. Including the word 'Finnih'
    11. Re:man that's fast by Y2 · · Score: 1
      Do they mean there will come a day when one can download a 700MB Linux iso in less than 5 minutes? If my math is correct that's a 2333.3 kbps download speed!
      Where I sit, I can order 3Mb/s down, 256kb/s up right now for US$50 a month. But I'm thinking of splurging on the 10Mb/s up/down offering from the same provider.
      --
      "But all your emitter and collector are belong to me!"
    12. Re:man that's fast by theefer · · Score: 2, Interesting

      If my math is correct that's a 2333.3 kbps download speed!


      There are many countries where this is a reality right at this moment... South Korea, Japan and Sweden are three that I can think of...

      In Switzerland, they just upgraded the 512kbps cable connection to 2000kbps and they reduced the price you had to pay for it ! In other words, you have a connection that is 4 times faster than before and you pay less. Sounds a fair bargain to me.

      So yes, this is reality in more countries than one might first think.
      --
      theefer
    13. Re:man that's fast by Fulcrum+of+Evil · · Score: 1

      According to Moore's law, if you assume it applies to networks as well as computers, that should happen in 54 months (4 1/2 years) so it's not exactly tomorrow.

      And if it applied to my wang, I'd need a wheelbarrow in about 10 years.

      --
      "We returned the General to El Salvador, or maybe Guatemala, it's difficult to tell from 10,000 feet"
    14. Re:man that's fast by Anonymous Coward · · Score: 1, Interesting
      In Sweden? Dude, I'm moving there fast; heard it was also a sort of socialist nirvana where education is free?

      I mean, really, no sarcasm intended; Sweden sounds kickass to me. I've also been looking at this university, Chalmers; any idea how hard or easy it is to get into it?

    15. Re:man that's fast by devonbowen · · Score: 1

      True. And very nice! But my understanding is that Cablecom has been having financial problems, too. I hope this doesn't increase their financial stress since I'd hate to see them go belly up. I use both their phone and internet services. By the way, a friend with ADSL in Zurich is getting a free speed bump in February, too. A reaction to the Cablecom announcement, I guess. 8-)

      Devon

    16. Re:man that's fast by muffen · · Score: 1

      Education is free in Sweden, and broadband connections are amazing. The only thing you don't want to know about are the taxes. Sweden has the worlds highest taxpressure.

      Chalmers would be one of the harder uni's to get into to, as it is one of the best uni's in the country. Personally, if I had to choose a uni in Sweden right now, I'd go to KTH in Stockholm. It's a great uni, I like Stockholm, and the 5Gigabit accesspoint to the internet for GigaSunet (the swedish university network) is located right there :)

    17. Re:man that's fast by evilviper · · Score: 1
      Do they mean there will come a day when one can download a 700MB Linux iso in less than 5 minutes? If my math is correct that's a 2333.3 kbps download speed!

      Not, it's a combination of things...

      First of all, DVD-quality 700MB movies were outlandish when the standard was introduced... Now MPEG4 has come along, and made it possible. It's not all that amazing to believe that the next audio/video codec will reduce that by at-least half.

      Secondly, bandwidth is certainly going up...

      Third, with the two issues above, you can add streaming... MP3s are just downloaded because they are so short. Since movies are quite long, you will probably watch them as they are still comming (perhaps in less than 5 minutes, thereby faster and esier than a song).

      Also, I believe he meant a full CD, not a single song.
      --
      Slashdot gets worse every day... Pipedot: News for nerds, without the corporate slant
    18. Re:man that's fast by f0rt0r · · Score: 1

      How does MPEG4 compare with XVID as far as compression ratio goes? I have just learned to encode DVD's into this format with XVID as the video codec and ac3 as the audio codec( maintaining Dolby 5.1 format ), but it's still early enough where I might switch given good reason. On the other hand, XVID is an entirely open spec, GPL'd standard, so then again I might now switch to a closed, retrictively-licensed format, even if it was better.

      --
      I can't afford a sig!
    19. Re:man that's fast by evilviper · · Score: 1
      How does MPEG4 compare with XVID as far as compression ratio goes?

      XVID (as well as Divx) is an implimentation of MPEG4, so they are one-in-the-same.

      But since you brought up the subject, ffmpeg is much faster than XVID, the quality is just as good if not better (quality is subjective) and it is even more free (ffmpeg is LGPL'd).

      There is a DirectShow plugin for ffmpeg (so it can be used with all the normal tools on Windows) as well as ffmpeg programs that run on just about every other platform (such as mplayer/mencoder).
      --
      Slashdot gets worse every day... Pipedot: News for nerds, without the corporate slant
  6. No shit by Eggplant62 · · Score: 4, Insightful
    'The movie industry, he said, has to ask itself what the music industry should have asked years ago: 'Why do they want to steal from us?' The answer, he said, is simple: 'Because you won't sell them what they want.'

    Gee, who'd'a' thunkit?? We're looking for music we can play on our pc's, our stereos, in our cars, on our little mp3 players. We're looking for movies that will play in similar devices, some more portable than others. Limiting access to a shitty little scratched up disc that only cost the companies $0.05 to make for $17 a pop is rape, plain and simple, especially when you consider there's one good song on an album and 12 other terrible songs. Sell me a song I like for $0.50 and I'm a happy camper! Let me use that song in any way I see fit (as long as I'm not trading it around like a joint at a frat party) and I'm certain the RIAA/MPAA can make a buck and keep their customers from thieving their works.
    1. Re:No shit by Patrik_AKA_RedX · · Score: 2, Funny
      Let me use that song in any way I see fit (as long as I'm not trading it around like a joint at a frat party) and I'm certain the RIAA/MPAA can make a buck and keep their customers from thieving their works.
      I don't get it. When we were kids we were told to share our toys and stuff. We were taught about not being selfish and stuff. And now they're telling us we shouldn't share?
      Could those grownups please make their minds up.
    2. Re:No shit by EnglishTim · · Score: 2, Insightful

      Limiting access to a shitty little scratched up disc that only cost the companies $0.05 to make for $17 a pop is rape, plain and simple

      Listen, if you want a big supply of 'shitty little discs' really cheap, I'll sell you as many as you want for $0.25 a disc.

      Wait - you wanted music on them?

    3. Re:No shit by SeXy_Red · · Score: 1

      You forgot to add the ""

      --

      This sig was generated by a barrel of trained kittens for SeXy_Red (550409).

    4. Re:No shit by inQ · · Score: 2, Insightful

      We should only share what belongs to us. When we buy information-oriented things such as a CD, we don't buy all of it. This is very different from buying traditional, material-oriented things. That is, if we don't want to break the law.

      I often illegally download stuff, but they are so expensive or inconvenient to buy, that even if I can't download it, I won't buy it anyway.

    5. Re:No shit by lisany · · Score: 1

      We should only share what belongs to us. When we buy information-oriented things such as a CD, we don't buy all of it.

      The CD is in my possession - I own it, yet I can't do anything with it.

      I guess this is there the 1/10th comes into play in the "Possession is 9/10ths of the law."

    6. Re:No shit by Rhone · · Score: 1

      That sounds all well and good, and is what we all want, but this--

      Let me use that song in any way I see fit (as long as I'm not trading it around like a joint at a frat party)

      --is where the conflict lies. How do they give us the songs in a way that lets us do whatever we want with them, without people making copies for everyone? If there are no restrictions, the copying will continue. Any technological restrictions on copying will inevitably also restrict legitimate uses too.

    7. Re:No shit by GrassMunk · · Score: 1

      yea a car is a REAL good analogy. Ive never bought a car used it for 3 days ( only one part of the car though ) and then never touched it again. The point being made is that when you buy a CD for 17 bucks youre paying for all the extra crap the record company needs money for ( payola comes to mind, so do lawsuits sent to 12 and 70 yo ). But to be honest, im not going to buy a CD for only a few songs. Most people see all these record franchises with fancy displays and Huge stores on broadway. Most people see britney spears and justin timberlake taking million dollar vacations after their break up. If i was able to buy a CD for a few dollars ( 2 - 3 bucks ) then maybe i wouldnt download music, who knows. What i do know is that the record companies are WAY over charging for their products. We all know how much it costs to make a CD. ( And dont give me studio equipment cost bull, they use programs now instead of multi million dollar sound boards ). We've all heard the music before, we've mostly learned that a CD of 15 tracks has 2 or 3 good tracks. The RIAA is fighting a loosing battle. I know im off topic and ranting. But then again it doesnt matter what i think. I can download anything i want in good ole Canada. ( Thank god for levies ). So maybe even if CD prices dropped i wouldnt buy em cause technically ive already paid for em!

    8. Re:No shit by Patrik_AKA_RedX · · Score: 1
      When we were kids, Mommy and Daddy taught us not to show anybody else our peepee...
      Yeah, they told me the same. Guess they're jealous or something.
    9. Re:No shit by k8er · · Score: 1

      They need to make the songs cheap and skip the DRM. If songs are cheap enough, but there is still a legal threat to people sharing those files publicly, the risk-reward ratio will favor the legit downloading of songs and not sharing. When they are overcharging, downloading and sharing are worth the risk (to some), but fuck the cheap bastard who doesn't want to get off his wallet when the songs come down to the right price.

    10. Re:No shit by shark72 · · Score: 1

      "Limiting access to a shitty little scratched up disc that only cost the companies $0.05 to make for $17 a pop is rape, plain and simple, especially when you consider there's one good song on an album and 12 other terrible songs."

      Actually, margins in the recording industry are much lower than in many other industries. Combine that with the speculative nature of the business, and it's a pretty crappy industry to be in. Ask anybody who works for an indie record label and doesn't have a Britney or a Outkast to cover the bills for a year.

      Don't confuse the price of a CD-R with the cost of pressing a CD -- believe it or not, pressing costs more, in part because the volumes are lower.

      Also remember that a finished CD is the work of dozens or hundreds of people -- all of whom expect to be paid. Before you shout "those greedy bastards!", consider that many of them are like you and me... good people, who may have families to support and mortgages to pay. They do this by working, in some capacity, in the music industry. I may get modded down for this, but I believe that this fact alone doesn't make them worthy of our scorn.

      CDs are sold into the distribution channel for about $8 - $10. This leaves the record label with about a 50% or 60% gross margin -- typical for a lot of industries. But the net margin is much lower, after accrual for price protection, channel marketing, returns and the like. This is why many, if not most, CDs don't end up turning a profit, and if a CD loses money, the record company eats the loss.

      "Sell me a song I like for $0.50 and I'm a happy camper!"

      Me, too, and I think prices will ultimately end up around there. But in the meantime, paying $1 does not fill me with sufficient outrage to allow me to justify piracy.

      "Let me use that song in any way I see fit (as long as I'm not trading it around like a joint at a frat party) and I'm certain the RIAA/MPAA can make a buck and keep their customers from thieving their works."

      That would rely on the honor system becoming a much stronger force on the Internet than it is now. I believe it has been shown empirically that the honor system doesn't work on the Internet -- if somebody can get something for free and they think they won't be caught, odds are good that they'll do so. Sad, but true. I don't think we'll ever see the day that a significant amount of commercial media is released by the record or film companies without a certain level of measures in place to protect their rights.

      --
      Sitting in my day care, the art is decopainted.
    11. Re:No shit by niko9 · · Score: 1

      Limiting access to a shitty little scratched up disc that only cost the companies $0.05 to make for $17 a pop is rape, plain and simple, especially when you consider there's one good song on an album and 12 other terrible songs

      You mean that one song that is played to death on the radio for weeks, if not months on end? And you still want to buy it? Why the hell are you buying that boy bandH^H^H^H^H^H^ groups cd in the first place?

      I suggest you start listening elsewhere and start buying (more imortantly, enjoying) albums that are actually listenable from start to finish.

      Spear Brittany!

      --

    12. Re:No shit by Simonetta · · Score: 1, Insightful

      Limiting access to a shitty little scratched up disc that only cost the companies $0.05 to make for $17 a pop is rape, plain and simple..

      I must take issue with the above statement.

      Rape, "plain and simple", is the brutal act of forcing unwanted sex on another person using violence and the threat of murder and disfigurement.

      Monopolistic business practices that allow massive disadvantages to the buyer of luxury goods is not rape. Calling it rape is a poor choice of metaphor.

      Speaking on behalf of the women of Slashdot, I implore you to consider a less offensive choice of expression. I also suggest that you avoid using the term 'rape' as a metaphor in your everyday conversation, as this could seriously decrease your chances of winning the affections of the young ladies who are listening to your opinions.

      Thank you,
      Simonetta

    13. Re:No shit by mikeswi · · Score: 1

      This is the part they either refuse to see or are too stupid to see. They can't make much money selling songs because they waste money on DRM that doesn't stop pirates and restricts only legitimate buyers. They sell formats that people don't want to use, like .aac, .wma and whatever else. They refuse to sell plain .ogg and .mp3 files because they fear that people are going to share them out.

      Here's a clue for ya asshole. They're already sharing your damned music, without paying for it first. How is refusing to sell the format people want to use doing you any good?

      People want mp3s. People want oggs. SELL IT TO THEM SO THEY DON'T HAVE TO FIND IT ON KAZAA FOR FREE.

      What the hell are they teaching in business schools these days? Has "How to sue your userbase into oblivion for fun and profit"? replaced "Supply and Demand 101"?

    14. Re:No shit by sanity_slipping · · Score: 1

      No... at fifty cents per song, they'll only make half a buck.

      Definitely not the way to go.

      --
      I can feel my sanity, beyond my reach and slipping...
  7. More important . . . . by dhowells · · Score: 5, Insightful

    More important than being able to buy what is currently the hottest shit like LoTR, is in my opinion having access to a whole load of old and `out of print' movies, continental film, television archives, etc.

    Im sure that such a thing could be implemented easily and would reflect very well on the industry from an academic and cultural point of view.

    Dom

    --
    use Blunt::Instrument;
    1. Re:More important . . . . by Yorrike · · Score: 5, Interesting
      What I want is content providers like Cartoon Network to sell me single episodes, or entire series of TV shows over the web.

      I would be MORE than willing to part with a couple of bucks an episode if CT could let me download every Samurai Jack episode, or every ATHF episode in a format I can either watch on my PC, via my PC, or have the option to burn to a CD or DVD to watch with my DVD player.

      Hear that content providers? As Samurai Jack currently stands, I'm willing to give you $100 right here and now. But alas, you seemingly don't want my money.

      --

      Looks can be deceiving. Or CAN they?

    2. Re:More important . . . . by phatsharpie · · Score: 2, Interesting

      I would love to be able to get access to old and out of print "cult" films. Like old and forgotten slasher films from the late 70's and early 80's. Most are no longer available on VHS, much less DVD!

      Same thing with music download. There are so many out of print remixes of songs that I wish I can get access to. Unfortunately, I've only seen them available on P2P networks and not on legal download sources like iTunes.

      -B

    3. Re:More important . . . . by smallfeet · · Score: 2, Interesting
      This is a great point. I would love to have access to older movies and TV shows on-line. No way they should/could sell these at $17 a clip, but at $5 or under I would give them my business.

      Its the older "classics" like Starwars or City Lights that would pose a problem. Too good to sell cheap, to old to sell dear.

    4. Re:More important . . . . by swb · · Score: 1

      They've been doing a fair job of releasing stuff onto DVD, although the old nag of "intellectual property" is still an issue. I read or heard an article recently about the release of old TV shows on DVD, and the biggest obstacle isn't a willingness to release the DVDs, its often the music rights -- the rights were negotiated for broadcast only and not for resale, and some shows (Miami Vice was used as an example) have so much popular music in them that the music rights for the DVD make a set that might sell 100,000 copies unprofitable.

      I'm sure that some of these things will work themselves out over time (ie, value of music shrinks) and as distribution becomes more "on demand" oriented and doesn't require a massive investment in DVD manufacturing or distribution. Of course the latter will probably inhibit copying, mucking up what was turning out to be a reasonably fair deal...

    5. Re:More important . . . . by keyshawn632 · · Score: 1



      damn, i agree with you.
      The only reason I participate in downloading is because there's no option of buying eps of old\good stuff of "salute your shorts" and the like.

      Plus, theres some of us out there who work on sunday nights and dont have TIVO; thus, would rather
      have our own personal copy of the newest simpsons episode via p2p.

    6. Re:More important . . . . by Our+Man+In+Redmond · · Score: 1

      "Easily" is a relative term. Someone is going to have to scan all that product, digitize it, store it and serve it up. Since most of us don't have the equipment to scan and digitize it, at the moment that's going to be an expensive proposition. And we're talking massive amounts of product here, even if we only cover the "quality" stuff that's in easily accessible formats. Some TV footage from the 50s is already in a form that modern equipment won't read, for example. (I don't remember the specifics, but I remember one of the networks making a big deal out of how they did such a conversion several years ago.)

      Now if the equipment to convert this digital archive was cheap and easily available, I'll bet you would have no shortage of volunteers to do the conversion in exchange for archive access. But as things stand, this project will, like certain seams of minerals, have to wait until it's cost-effective for anyone to mine it before the contents see the light of day.

      --
      Someone you trust is one of us.
    7. Re:More important . . . . by jcsehak · · Score: 1

      The complete first season of Aqua Teen Hunger Force is available for $30, and if you buy it from adultswim.com, you get a free t-shirt to boot. It's 2 DVDs -- like 8 gigs of media. I think it's priced perfectly.

      What pisses me off is that while I can get 18 episodes (the equivalent of 9 normal-length eps) of Aqua Teen for $30, they -- "they" being a bald aryan giant of a man who sits on top of a mountain of doom and inflates the price of anime DVDs, pumping them with empty space like a goddam ICEE -- expect me to pay nearly that much for 2 episodes of FLCL. Okay, the DVD is like half full! It's only got 2 gigs! You could fit at least 2 more episodes on it! And you want $25 for it? When I can get like 18,000 hours of the Fellowship of the fucking Ring for a couple bucks more? Take off, hoser.

      That's the cause of piracy right there: greed.

      --

      c-hack.com |
    8. Re:More important . . . . by takshaka · · Score: 1

      FLCL > 5 * ATHF

      I would've purchased FLCL at Japanese prices, one episode per disc. It's essentially a boutique product sold at a boutique price. If you want to measure quality by hours or gigs, LotR is there for you at WalMart's everyday low prices.

      That's the cause of piracy right there: greed.

      Indeed. People feel they deserve to own a product even if they can't/won't acquire it legally.

    9. Re:More important . . . . by JK+Master-Slave · · Score: 1

      Since 'digitize' it likely means wholesale slaughter of the film archives and putting it into some imperfect poorly rendered format, film historians would probably say 'leave it the hell alone' to any band of amateurs who volunteered to convert it.

      Good golly, I hope there isn't commercial value in destroying all the old footage to put in on crappy 'digital' media. Remember, around the turn of the 20th century, they 'mined' all the cat mummies out of the tombs in Egypt and used them for fertilizer. Sometimes the best thing a historical archive can 'suffer' is to be forgotten for a few centuries until the putzes who'd screw it up all die off.

    10. Re:More important . . . . by DeadScreenSky · · Score: 1

      It isn't the anime DVD publisher's fault that FLCL is so expensive. Lay your blame on the very non-Aryan creators of FLCL at Gainax. If the licensing costs for a show are very very expensive, the DVDs will be as well (otherwise distributor would go broke).

      I personally don't have a problem with the pricing for FLCL. Especially compared to the very expensive Japanese DVDs with only one episode a disc. You just can't compare a low budget (though still cool) American cartoon like ATHF with a huge budgeted Japanese OVA like FLCL. Completely different types of products, with completely different costs.

      --
      There is no excellent beauty that hath not some strangeness in the proportion. -- Francis Bacon
    11. Re:More important . . . . by aardwolf204 · · Score: 1

      Camp onawana, we hold you in our hearts,
      and when I think about you, it makes me want to fart

      But seriously, I'm in the same boat with you. Although I do get my Simpsons fix from BT (Thank god its not mainstream yet) just because I dont have a Tivo and I can watch the divx when I want. (I mean, what the hell, I'm paying for basic cable anyway, its not like I'm stealing the content if I already paid for it... Right?)

      Dude, shut up about the comercials arguement, its not my fault the ripping group deprived me of those wonderful 6 minutes of comtent, its the industrys fault for not giving me an alternative with a form of ads

      --
      Im dreaming ofa big bndwdth, That can resist the /.crowd.May ur days b merry & bright & may al
    12. Re:More important . . . . by Our+Man+In+Redmond · · Score: 1

      Point taken. However, in the grand scheme of things the worst digitization is better than the best memory, meaning that if you want these works to be available to future generations, better to preserve them in some form before they turn into goo (as many films from the early years of the previous century already have).

      Mostly, my worry about this is the cost involved, in money but especially in time. That's why I like the idea of a distributed effort of trained volunteers, with trained archivists handling the really tricky stuff like silver nitrate film stock. The trick is answering the volunteers' implied question, "What's in it for me?" adequately.

      --
      Someone you trust is one of us.
  8. Don't be a leech: download and share by GillBates0 · · Score: 2, Interesting
    Jeff also says that he does not make his own trove of movies available to the world as readily. "I just watch them and delete them instead of leaving it out there," he said. "I don't leave the network on 24 hours a day the way I used to."

    But Davis, the former song trader, has changed his habits. He dusted off his turntable, bought a new needle and started haunting the bargain vinyl bins in junk shops, where he has discovered some treasures for a dollar a record.

    "I'm really very excited about it,'' he said, "because there isn't much new to buy out there, is there?"

    Jeff's being a leech here. This is the sort of attitude of users that's bad for P2P networks and even the internet. If you download files off P2P networks, you should consider it your moral duty to give back to the network too. If you don't want to give back to the network, don't download either.

    Davis, on the other hand, is on the right track. If you don't want to download music off P2P networks, and support the RIAA, go for old music/second hand CDs. IMHO, even if you buy from iTunes/etc in one breath and curse the RIAA and the shit it churns out in the next, you're being a hypocrite.

    --
    An Indian-American Hindu committed to non-violent thought/speech/action alarmed by the global explosion of radical Islam
    1. Re:Don't be a leech: download and share by phatsharpie · · Score: 1

      At least in Canada, it is legal to download music (thanks to the MP3 tax), but illegal to upload music. So I guess if you want to keep your immune from legal issues, you wouldn't share.

      Sucks I know, but so are law suits.

      -B

    2. Re:Don't be a leech: download and share by freeweed · · Score: 1

      IMHO, even if you buy from iTunes/etc in one breath and curse the RIAA and the shit it churns out in the next, you're being a hypocrite.

      You do know that you can get non-RIAA music off of iTunes, right? And pretty much all P2P networks have indie music? I'm afraid I miss the hypocrasy.

      --
      Endless arguments over trivial contradictions in books written by ignorant savages to explain thunder in the dark.
    3. Re:Don't be a leech: download and share by King_TJ · · Score: 1

      I think I miss the hypocricy - even IF I download RIAA sponsored music from iTunes music store! Wouldn't this simply be showing them that this digital music model does work? I don't think it's all that realistic to expect the RIAA to vanish into thin air. Therefore, it's illogical to think you're winning the "war on the RIAA" by simply refusing to ever buy anything that gives them some profit.

      The best you can do is protest the problems they cause, and support the distribution methods you do believe in. Then, hopefully, the revenue from the new business models will convince them that change is due.

  9. Why we "steal" by LordK2002 · · Score: 5, Insightful

    ...because we don't want to pay money to see a movie that may or may not be crap. I only ever buy DVDs once I have already seen the movie and decide it's worth buying, and most downloads I delete after viewing without redistribution.

    Offering free previews (perhaps in reduced quality, but watchable) and an easy option to follow up with a DVD purchase may be the way to go.

    K

    1. Re:Why we "steal" by USAPatriot · · Score: 1, Insightful
      Offering free previews (perhaps in reduced quality, but watchable) and an easy option to follow up with a DVD purchase may be the way to go.

      That option, though not free(TINSTAAFL) has been here for over 20 years. It's called rentals. You know, blockbuster, netflix, etc.??

      Stealing is stealing, even if you "delete" them later. You've already obtained something that you have paid for.

      --

      Slashdot Moderation: From positive to terrible in 2 "insightful" posts.

    2. Re:Why we "steal" by Anonymous Coward · · Score: 1, Insightful

      because we don't want to pay

      That's all you had to say, because that's damn sure what you meant.

    3. Re:Why we "steal" by IcePop456 · · Score: 1

      Although I fundamentally agree with you, I cannot stand to watch a movie that has been compressed to death. I can be very picky when it comes to the picture and sound quality. Flaws stand out to me and become a distraction.

      One thing the movie industry has going for it is that after box office sales, the movie itself is usually paid off. So, there is no reason they cannot make dowloads extremely cheap. No media to print at all. Other than high bandwidth and servers, their costs would be minimal.

      Blockbuster and other rental places would obviously object. Therefore, I wouldn't expect a movie to available for download legally until a few weeks after the rental release.

      They should focus on delivering, cheap, high quality downloads. Then, go after the illegal downloaders. The music and movie industries waste way too much money on encryption that can ALWAYS be cracked. Is a month of security (time before it is cracked) worth investment to develop it?

    4. Re:Why we "steal" by rot26 · · Score: 1

      Blockbuster and other rental places would obviously object. Therefore, I wouldn't expect a movie to available for download legally until a few weeks after the rental release.

      Yeah, but don't you imagine that the movie industry is pretty anxious to escape the control that blockbuster is able to exert on them now?

      --



      To ensure perfect aim, shoot first and call whatever you hit the target
    5. Re:Why we "steal" by bender647 · · Score: 2, Insightful

      Blockbuster and other rental places would obviously object. Actually, I think Blockbuster and the rental places should become hosts for the digital content download. They could set the market prices better based on the local costs of bandwidth, demand, etc. You didn't see all the VHS rental places go out of business when DVDs came out, right? Evolve your business strategy or go under...

    6. Re:Why we "steal" by matchlight · · Score: 1

      We steal because we can. We'd avoid taxes and paying for gas if we could. We'd take a free house to live in and free food for life if offered.

      Why do you think there are locks on doors and cars and alarm systems and police departments?

      The best part is that almost all people who steal music and movies on the Internet get away with it, so there's no deterrent.

      If we couldn't get the same thing for free, easily, then we look at the option of actually paying for it.

      Some still pay who have full free access to things without chance of getting in trouble, they are the exception that make the rule.

      The free previews you mention are the pirated copies that we all download today.

    7. Re:Why we "steal" by Psychic+Burrito · · Score: 1

      A big part of the fun of movie entertainment is the surprise factor, that you don't know what is going to happen.

      You seem like you want to compare the act of buying a movie ticket with the act of buying tennis shoes: You want to know everything beforehand. But with movies, this won't work.

      Entertainment has been this way since Shakespeare: You pay first, you might be happy afterwards. The risk was always on the viewers side.

      I suggest you relax a bit more. It's not like movies are very expensive, compared with the other things you pay at a night out (dinner, dance,...).

      Have fun!

    8. Re:Why we "steal" by Rande · · Score: 1

      Except that in Shakespearean days, we could make our own entertainment if the acting sucked by throwing fruit and veges at them.

    9. Re:Why we "steal" by JK+Master-Slave · · Score: 1

      Haven't you put away your kids' future in a 'lock box' or something?

      Oh, that's right. algore lost in Tennessee and Arkansas, so didn't have enough electoral votes...

      He is nobody's 'favorite son', that's for certain. heh.

    10. Re:Why we "steal" by shepd · · Score: 1

      >Stealing is stealing

      Stealing is stealing even when it isn't stealing, eh?

      If downloading is stealing, why is it that I can't put BMG out of business by continually downloading all their work?

      I mean, stealing is stealing. Seems pretty obvious that enough stealing should put anyone out of business. If I (somehow) sucessfully stole BMG's office building, they'd be out of business pretty fast.

      Explain, why is it that illegally downloading a BMG song (or any other company) 200,000,000,000 times won't put them out of business, yet it still comes under "stealing is stealing"?

      If I managed to steal that many CDs, hell, they'd not only be broke, they'd probably have to get a loan to build the new factory it'd take to make that many discs for me to steal!

      >It's called rentals. You know, blockbuster, netflix, etc.??

      Did you know that at the people who fed you the line "stealing is stealing" consider it stealing when you lend your DVD to a friend? Don't believe me? Read the fine print on your discs.

      If "stealing is stealing" and stealing is lending, then stealing really isn't stealing, or is it just that stealing isn't really a crime? In all those cases, stealing has ceased to be a useful word if stealing simply means letting someone else use something you sold in a manner you'd rather them not. We already have a good word for that: Lending.

      Of course, this can all be mitigated by calling your version of stealing by the word we already have plundered: Piracy.

      Because, if you ask a judge, stealing really ISN'T stealing unless:

      1. (Law) The act of stealing; specifically, the felonious taking and removing of personal property, with an intent to deprive the rightful owner of the same; larceny.

      Note: To constitute theft there must be a taking without the owner's consent, and it must be unlawful or felonious; every part of the property stolen must be removed, however slightly, from its former position; and it must be, at least momentarily, in the complete possession of the thief. See Larceny, and the Note under Robbery.

      And no pirate I've ever known has been successful in more than just making a copy. They've never been able to actually prevent the author of the work from enjoying their copy, which, alas, is required to constitute what you're talking about about.

      Thanks dictionary.com!

      Besides, I know a lot of pirates who'd much rather be charged with stealing. Even armed robbery often seems to carry a lesser sentence than piracy. I just suppose the people of this world are more afraid of people using Kazaa than people shooting AK-47s in banks.

      --
      If you could be told what you can see or read, then it follows that you could be told what to say or think - BoC
    11. Re:Why we "steal" by _marshall · · Score: 1

      No offense, but this is why we have places like Blockbuster and Hollywood Video.

      Rent a movie for a few days and watch it as many times as you want. If you like it, buy it. If not, you're out a couple bucks. It's much faster to run down to the local Blockbuster than it is to download a few hundred megs off of IRC or kazaa, wait on queues for days on end, and end up with a shitty quality DivX that only plays on your computer.

    12. Re:Why we "steal" by f0rt0r · · Score: 1

      Looks like you have stealing covered. Now, how about copyright violation?

      --
      I can't afford a sig!
    13. Re:Why we "steal" by f0rt0r · · Score: 1

      Nice post. Where are my mod points when I need them? I think I blew them on that post about the guy who got linux to run on the Energizer bunny...what a waste.

      --
      I can't afford a sig!
    14. Re:Why we "steal" by matchlight · · Score: 1

      What do you want to know about it? My opinion? The law? Who does it? History of copyright? You'll have to elaborate on the question before I can answer you.

      In my previous post I'm not saying it's ok to do it, just that I read a lot of posts saying how if only one thing changed they would stop getting illegally free high quality products off of the internet and I simply don't believe it. People still steal mp3s even though almost every music store around has listening stations to preview the music.

      Simply put, they steal because they can.

  10. Gentle threats won't work... by rinkjustice · · Score: 1

    Lawsuits do. Lot's of them. Fear of financial ruin and possible incarceration are effective deterrents against copyright infringement and theft. The people I know who jack movies and music off the net will never, EVER pay unless it's convenient, or they're scared into doing so.

    Sad but true.

    1. Re:Gentle threats won't work... by cantabrigian · · Score: 1

      Is this, then, the end of an era? By the time that third-generation (anonymizing) P2P filesharing networks emerge on the scene, will people have been so whipped that they will no longer be interested in sharing files at all?

    2. Re:Gentle threats won't work... by stwrtpj · · Score: 1
      Fear of financial ruin and possible incarceration are effective deterrents against copyright infringement and theft.

      It's also a great deterrent against paying customers. There will be some people that, after having suffered at the hands of the industry in the very way you describe, are unlikely going to give that same industry any more money. Remember that most people being sued are being sued for sharing files, not downloading them. Many of those people attacked by these lawsuits will continue downloading but just won't share their files anymore.

      --
      Karma: Frotzed (mostly due to the Frobozz Magic Karma Company)
    3. Re:Gentle threats won't work... by JK+Master-Slave · · Score: 1

      So long as the model for 'Peer to Peer' distribution continues to favor mass market content, there only needs to be a 100:1 ratio of downloader:sharer. The fact that 'leeching' is common enough that everybody knows what the term means is more a symptom of our tendency as a culture to consume rather than produce.

      In a way, its sad. A huge distribution system grows, in which people can distribute just about anything. People could actually create works of art and share them with the world. Instead we all shuttle around near-identical copies of the same limited small set of 'works' sanctioned by the same recording industry as before.

  11. Enforcing decent behavior in theatres by 192939495969798999 · · Score: 4, Insightful

    Maybe people wouldn't steal movies so much if cell phones, morons, etc didn't keep making noise in the theater, despite nearly 50 years of attempts to thwart their annoyance... there is nothing more annoying than paying $17 and being annoyed on a date.

    --
    stuff |
    1. Re:Enforcing decent behavior in theatres by Ziviyr · · Score: 1

      I'd appreciate the screens not having crap shining out from behind them,
      loud flashy "previews",
      annoying anti cellphone messages where they play cellphone rings (am I supposed to beat up the projectionist there or something?),
      the bit from the RIAA about how a few clicks can download movies about buildings with many small explosives going off sequentially and cars flipping over and not killing annoying overexposed actors (but we really don't want you to get movies that way because of all the effort that they put into not killing those overexposed actors).

      Going to be a while before I go to a theater again.
      I'm uninclined to buy any movies nowadays, not because I'm stealing all that hard work, but because I think the results of all that not-life-threatening-enough toil isn't enjoyable.

      --

      Someone set us up the bomb, so shine we are!
    2. Re:Enforcing decent behavior in theatres by bpm140 · · Score: 1

      There is nothing more annoying than paying $17 and being annoyed on a date.

      Just tell your date to put down her camcorder then.

    3. Re:Enforcing decent behavior in theatres by Y2 · · Score: 1
      Maybe people wouldn't steal movies so much if cell phones, morons, etc didn't keep making noise in the theater
      I think the theater where I saw RotK a week ago was a radio dead zone (Faraday caged or some such thing). When I came out to the lobby, my (silenced!) pager vibrated with a message time-stamped two hours old.
      --
      "But all your emitter and collector are belong to me!"
    4. Re:Enforcing decent behavior in theatres by Imperator · · Score: 2, Insightful

      It's not just noise now. When I watched RotK (a long movie) in a theatre, people kept checking the time. For some people that meant pressing the little "light" button on their watches, which was annoying enough. But it seems most people nowadays use their cell phones as watches. And the backlights on those phones seem designed to serve as emergency runway markers. It was very disconcerting to watch the screen and see all these blue, green, and white light sources in the corner of my eye. Come on people, if you have somewhere to go, check the movie length before you choose a showtime; otherwise, just sit back and enjoy it!

      --

      Gates' Law: Every 18 months, the speed of software halves.
    5. Re:Enforcing decent behavior in theatres by Overly+Critical+Guy · · Score: 1

      You're right.

      Because you didn't like someone's cell phone going off or that the movies aren't up to your insane standard justifies you downloading them.

      Rock on. You sure showed them. Chances are, you went to see ROTK and the Matrix anyway, despite your claims to the contrary.

      --
      "Sufferin' succotash."
    6. Re:Enforcing decent behavior in theatres by Ziviyr · · Score: 1

      That movies aren't up to my standards justifies me NOT downloading them. If I don't want to waste money in the theaters why do I want to waste my time at home?

      I saw ROTK to be social, and that was the movie that pushed me off the edge of being interested in movies. What a horrid waste that was. I kept hoping those stupid munchkins would buy the farm (though I was sure it'd follow a happy ending formula, another part that got overdone by the way).

      --

      Someone set us up the bomb, so shine we are!
  12. snap back to reality by segment · · Score: 1

    'Because you won't sell them what they want.' Would this be more nude gratuity in movies? I remember movies like Porky's, the slasher flicks (Friday the 13th/Halloween), where all I cared about was a cheap thrill, now I've just stooped as low as making Jenna and Chasey what Julia Roberts and Demi Moore are to most, my heavy hitters. On a personal opinion note though, all you have is toddler-filtered crap.

    Porn industry makes billions on low budgets imagine if you had Carmen Electra running around losing her top every two minutes along with Angelina Jolie, and a slew of other hollyweird chix doing the same. Just ultra nude scenes for no reason other than to run around newd. (fear)

    The technologists say that what went wrong with the music industry can easily go wrong for movie companies, too.
    What went wrong with the music industry is crappy music. Everyone rushing to throw out something for the sake of a quick buck. Hell new artists are releasing their greatest hits after their second album. How the hell can you have a greatest hits album when you're out like for 12-18 months?

    Now for you bsharitt: I think if the RIAA would have done this earlier in the game, they wouldn't be in the mess they are in now. What mess do you think the RIAA is in? They're slowly making money, and although they are, through their cheap shot lawsuits, I'm sure it's going right back into their own pockets. What does this mean when it goes right back into their pockets? Means nothing more than they are going to whine more and claim loss loss loss to the artists (even though they recoup some loss), and stick it to more twelveteen year olds nationwide. It's a dirty game, but it's nothing more than business.

    They need to come up with something like iTunes for movies that will let you buy movies, not just rent them and the file expires Let's get realistic about this for a minute, the second they do find a way to make expiry movies, even if it expires after 1,000 views, someone is going to come along and break it for the sake of geek coolness, or hacker-fu-ness (and I mean hacker-fu-ness on the respectable non scriptkiddiot sense), and that idea is as they say in Japan sayanora.

    1. Re:snap back to reality by bsharitt · · Score: 1

      Again let me clarify, when i say, buy movies, not just rent them and the file expires, i mean for them to not rent them and the file expires, not for them the make the file expire when you buy them, they already tried this.

    2. Re:snap back to reality by segment · · Score: 1
      i mean for them to not rent them and the file expires, not for them the make the file expire when you buy them, they already tried this. And again let me point out someone will still try to circumvent this just for the sake of hacker-fu-ness. Aside from that, if I rent something out and watch it at home, now say I have a two day rental, sometimes I bring in vids late, what makes you think I would pay for something I may not be able to watch where I otherwise would normally be able to, on my late return day?

      I also have a habit of giving my brother my rentals when I'm done so he could watch it, so what makes you think I would dish out money for some halfbaked service?

      Think about all the revenue that would be lost if something like this were out. Well I shouldn'e be unfair to say revenue lost until they went ahead and spent money on a losing idea, ut what makes you think anyone would be quick to jump on this idea. When you start cluttering products with too much tech it becomes unhip after the idea is launched most of the times, and judging by a huge majority of people who still don't know where the any key is, try explaining this technology to them. Remember they don't even know where the any key is, and they're likely to be your number one consumer.

    3. Re:snap back to reality by bsharitt · · Score: 1

      One more time, I'm not advocating expiring downloads, I think that is the worst they could do, they need to let you permanently but them.

    4. Re:snap back to reality by segment · · Score: 1

      WHAT! You mean I'm the only one who can watch a whole 2 minutes of porn before picking up a book some coffee and listening to music! I'm shocked and awed. What I meant by my post is/was, hollyweird should bring back some form of gratuity it wouldn't kill them. Afterall, they're paying people umpteen millions to so called act? (Gigli, Steel Magnolias, etc.)

    5. Re:snap back to reality by gurumeditationerror · · Score: 1

      WHAT! You mean I'm the only one who can watch a whole 2 minutes of porn before picking up a book some coffee and listening to music! I'm shocked and awed.

      No, I usually finish within 2 minutes aswell...

  13. TV is threatened my video piracy not movies by secondsun · · Score: 1

    I don't download movies and (until mp3.com died) didn't download music from p2p netowkrs. TV shows on the other hand are usually filling my harddrives at massive rates. It isn't the movie studios that have to worry but pay per view channels and premium channels like Showtime that are in trouble. Of course TV shows are much easier to justify, I could have watched it, or already have seen it and thus could have recorded it and encoded it and editing out the commercials for myself.

    --
    There is nothing wrong with being gay. It's getting caught where the trouble lies.
    1. Re:TV is threatened my video piracy not movies by TheRaven64 · · Score: 1
      Exactly. I don't know where you are, but in the UK we often have to wait 6 months or more for shows shown in the US to reach us, and then it's usually on Sky One (15 minutes of adverts per hour, which makes TV unwatchable in my opinion) and only filters down to the other channels another 6-12 months later (if at all). The other option is to get it from BitTorrent about a week after it's shown in the US, with no adverts.

      What I would like to see is this kind of business model:

      1. Studio makes pilot and places free (no DRM, please distribute this to all of your friends) copy on their BT tracker.
      2. Studio states on their web site how much money they would need to make the series.
      3. Consumers watch the pilot, and if they think the show has potential pre-order the first season (or the first few episodes at a higher per-episode cost).
      4. If enough money is raised in the stated amount of time, the show goes ahead, otherwise the money is returned to the consumers (possibly giving them the option to transfer it to another show made by the same studio to reduce bank charges)
      5. Consumers download their episodes (or receive them on DVD, if they paid slightly more).
      6. Studios profit!!!

      No doubt the shows would still find their way onto P2P networks, but I would hope that most of the fans would still pay, since they would be ensuring that another series was produced.

      --
      I am TheRaven on Soylent News
  14. Read a review. by EnglishTim · · Score: 1

    Seriously. It's not that hard to work out a system where you can work out whether a film is worth your time.

    What you're saying is that you want a system that allows you to watch a file for free and then lets you pay if you want to. Where do you set your bar? It seems to me you're ending up watching a whole load of films for free.

    1. Re:Read a review. by LordK2002 · · Score: 2, Insightful
      What you're saying is that you want a system that allows you to watch a file for free and then lets you pay if you want to. Where do you set your bar? It seems to me you're ending up watching a whole load of films for free.
      There is one. It's called television. It works very well as a preview system, allowing people to watch films for free and then pay if they want to for a much better quality version with optional extras.

      Offering free preview downloads would be a simple extension of the television broadcasting concept, with the added bonus that viewers could choose what they wanted to watch (and hence be exposed to more films that they might possibly want to buy). It's a winner all round.

      K

    2. Re:Read a review. by JK+Master-Slave · · Score: 1

      I can't think of a single instance where I or anybody I know saw something first on Television and decided to later go out and watch it in a theatre.

    3. Re:Read a review. by Frizzle+Fry · · Score: 1

      It works very well as a preview system, allowing people to watch films for free
      Eh? How are movie channels free? Is the argument here that rather than stealining movies online, we should use illegal cable? That doesn't seem to move things forward at all. I guess in some areas you might get some channels well for free (but with commercials) via antenna, but thsoe hardly show enough movies to work as a preview system.

      --
      I'd rather be lucky than good.
    4. Re:Read a review. by Mike+Hawk · · Score: 1

      Here's one then!

      Being relatively young, the first time I saw TRON was on TV. Four years ago, Disney showed it at the El Capitan and I went to watch it on the giant old-school screen!

      You stand corrected.

    5. Re:Read a review. by Knetzar · · Score: 1

      The first time I saw Space Balls was on TV...heck, the first time I saw the 3 original Star Wars movies was on TV. Currently I own Star Wars on VHS and Space Balls on DVD.

  15. Arg! by FrostedWheat · · Score: 5, Informative

    Copying is *NOT* stealing! It's "Copying". I've copied all my DVDs to computer to make it easier to watch them and keep the origial DVDs safe. Does that make me a thief? Nope. If I walked into a library or video store and stole a DVD or VHS then that is theft.

    It's quite simple, you'd think they'd get it right more often.

    1. Re:Arg! by tuxette · · Score: 1
      In Norway, it is not illegal to make security copies of DVDs and CDs that you own. It was one of the points made in the DVD-Jon case.

      If The Industry doesn't want me making security copies, then they shall provide them. If my CD or DVD got damaged, they should replace them for free. If I want a copy for the flat and one for the car and one for the gym, I should get these for free, as long as I paid for the first one. I really don't get why it would be such a big deal, except I'm not a greedy, unethical weasel. So I guess it's something I'll never understand.

      Until The Industry gets rid of their "everyone has to buy several of the same thing if they're going to use them different places" mentality (among the many sick mindsets they need to get rid of), "stealing" will continue.

      --
      People say I'm crazy, I got diamonds on the soles of my shoes...
    2. Re:Arg! by the_real_rs · · Score: 1

      I know what your saying. I can't find a copy of UK jive by the kinks anyware and if they do its gone. and plus don't you also pay a tax on blank cd and dvd because they fear were coping? so since i pay that tax its my right to burn them cuz i already paid? I don't know seems to me i'm paying twice

      --
      Some software money can't buy. For everything else there's Micros~1
    3. Re:Arg! by Haeleth · · Score: 1

      If my CD or DVD got damaged, they should replace them for free.

      If you're worried about damaging your DVDs, why not insure them? You don't expect to be given a new car for free when your old one crashes or breaks down; why should DVDs be different?

    4. Re:Arg! by ziggles · · Score: 1

      Copying can be theft. In your example of making personal backups with no intention to distribute, obviously that is not theft. But if you rent/borrow a DVD, copy it, return the original and keep the copy(or if you just plain downloaded it), that is theft. Stealing the physical object isn't that big a deal, as most people who claim DVDs are overpriced will tell you, it doesn't cost much at all to manufacture the DVDs or packaging. But they are losing a potential 15-20 dollar sale. Sounds like theft to me. You could say "but I wasn't going to buy it anyway, so they're not losing a sale!" Good luck getting anyone to listen to that.

    5. Re:Arg! by tuxette · · Score: 1

      In case you didn't know, a DVD and a car are two different things with (at least) two different uses with (at least) two different ways of dealing with damage. It is and ought to be legally possible to take security and other personal copies of a DVD. If you really want to be bothered with making a copy of your car, well, go for it.

      --
      People say I'm crazy, I got diamonds on the soles of my shoes...
    6. Re:Arg! by MunchMunch · · Score: 1
      "You could say "but I wasn't going to buy it anyway, so they're not losing a sale!" Good luck getting anyone to listen to that."

      I'll happily listen to that. First of all, copyright infringement is not theft. Let's be clear that the legal definition of theft is simply not the legal definition of copyright infringement. This is not a point to be argued, it is a fact of the law.

      If, however, you believe it is a moral argument you are making, then fine, believe all you want that spreading information is morally wrong. Such a position appears absurd to me, as it did to the founding Framers of the Constitution who created the copyright clause and knew it must be a pragmatic balance between the healthy human urge to share and seek information and the need for pragmatic safeguards to maintain creativity. Absent that interpretation, you have 'moral rights' to creative works, which is a profoundly confused concept when people depend on those before them for the creative milieu from which they were inspired.

      Additionally this causes you to pass off the 'loss of a sale,' a potential injury, as morally/legally equivalent to a real injury of say, actually depriving someone of their actual goods, insofar as both are the unequivocal 'evil' of theft. I suppose you could introduce degrees of culpability into your definition of theft for it to maintain coherence, but why bother? It'd be like repairing a split rope with a strand of hair, and won't solve the fundamental problems I just mentioned.

      The MPAA's primary achievement this last century is changing the public awareness to believe such a change is reasonable, that such an "infringement-is-theft" perspective is reasonable and correct. This way of thinking is profoundly confused and completely unworkable for anyone except the current copyright holding corporations who enacted this shift of understanding, and why should they care that this has the final effect of destroying all future creativity by unrealistically sanctifying current copyrights?

      You have a responsibility to others, and future generations who will depend on the creativity of today for their own, to not swallow this popular 'infringement-is-theft' ideology so readily; to reject this shortcut to dealing with the complications of an actual understanding of copyright. Please consider this next time you feel compelled to speak about something that 'sounds like theft to you.'

  16. movie downloads by dancox1953 · · Score: 1

    I'm curious....about how long would it take to download the average movie on a good cable connection.

    1. Re:movie downloads by alienhazard · · Score: 1

      if you get a good dl rate like 120k/s it'll take about 2 hours, but due to the nature of p2p apps it may take overnight or a whole day. atleast, thats my experience.

      --
      > "I allege that SCO is full of it" -Linus
    2. Re:movie downloads by doormat · · Score: 1

      It really depends on the movie type...

      500MB divx @1.5mbit/s = 45 min
      1.2GB VCD @1.5mbit/s = 106 min
      2.4GB 3 disc SVCD @1.5mbit = 212 min (almost 4 hrs)

      However......

      22 min TV show in VCD @1.5mbit/s = 20 min
      22 min TV show in SVCD @1.5mbit/s = 35 min

      I think people downloading tv shows is a far bigger threat right now. Of course, I havent seen anything on TV worth downloading lately.

      --
      The Doormat

      If you're not outraged, then you're not paying attention.
  17. Wow! Nothing's changed! by D.+Book · · Score: 5, Insightful

    How about picking submissions that aren't so misleading?

    The article reports that the MPAA sends hundreds of thousands of e-mails and letters to movie sharers, threatening to track them down and serve them with lawsuits. And that, by their own standards, has been 85% effective in scaring off the sharers.

    They might not be launching high-publicity lawsuits yet, but the RIAA's actions have put the fear of God into many sharers, and the MPAA is taking advantage of this. Let the RIAA suffer the negative publicity while riding on the back of the credibility it lends to their own threats.

    As for the "Because you won't sell them what they want." quote, it comes straight from some sharing-network monitoring company which, based on the information at their own website, hardly represents the views of the movie industry.

    So where is the "wow" in this story?

    1. Re:Wow! Nothing's changed! by hughesjr · · Score: 1

      Yes, but most of the letters they (MPAA) send are reguarding files that are posted directly for download on a website via anonymous FTP or http ... not p2p files. The MPAA (and movies in general) are musc better than the record companies. You can buy MOST new-release movies for between $15 and $25 USD (some as low as $9.99)...and there is much better content on those than the normal downloads (extra sceenes, director/actor comments, etc.). Renting the movies is $4.00 bucks (to get the extra content), and a blank DVD is between $1-2 so it costs $6.00 to copy (and a couple hours time) and $10-20 to buy ... so I mostly buy ... Now take the record industry ... still trying to charge $15.00 for a CD ... not alot of extra content....only 10 songs per CD when 17-20 will fit ... a blank cd is $0.25, can hold $30.00 of songs and takes 20 minutes to burn. The Record industry needs to learn from the movie industry....

    2. Re:Wow! Nothing's changed! by Crypto+Gnome · · Score: 1

      The MPAA (and movies in general) are musc better than the record companies.

      No they're not. All they're doing is NOT being as in-your-face public about it. They're STILL threatening to sue people over copyright infringement without even bothering to ask their potential customers if there's anything the MPAA could be doing differently so that people will not feel the need to break the law.

      Same old "bloody customers" attitude from big business.

      --
      Visit CryptoGnome in his home.
    3. Re:Wow! Nothing's changed! by muffen · · Score: 1

      but the RIAA's actions have put the fear of God into many sharers

      Makes me wonder... apart from the US, have they actually successfully taken anyone to court yet?
      All the stories I've read so far are people in the states getting sued. I've heard of letter being sent out in other countries, but not an actual trial.

      Does anyone know?

    4. Re:Wow! Nothing's changed! by f0rt0r · · Score: 1

      Actually, I heard ( here on slashdot ) that file sharing actually increased after the RIAA started its "Grand Inquisition". There were many theories about it following that post, but first, can anyone verify this report(increase in file sharing activity)?

      --
      I can't afford a sig!
  18. Well, *almost* right... by Mulletproof · · Score: 2, Informative

    'The movie industry, he said, has to ask itself what the music industry should have asked years ago: 'Why do they want to steal from us?' The answer, he said, is simple: 'Because you won't sell them what they want.'

    It's not that we don't want what they sell, it's that they over-inflate the crap out of their products pricing and they're not fooling anybody. Anyway...

    --
    You need a FREE iPod Nano
    1. Re:Well, *almost* right... by Crypto+Gnome · · Score: 1

      Actually you're DEAD WRONG. I (for one) don't want what they sell. Not when it includes several minutes of "previews" that I cannot skip.

      Companies completely MISS THE POINT.

      I've PAID for this, so WHY do you think I WANT to see (even more of) YOUR ADVERTISING.

      If you want to give me 5+ minute s of previews, fine. How about SUPERBIT quality DVDs at $5 less than el-cheapo DVDs are going for currently, including a second DVD with "all the extras" that you'd normally see chewing bitspace on the primary disc?

      That would be something approaching fair.

      You're a business, so you need to understand this. I expect to receive *real value* for my dollars, if you want me as a customer.

      --
      Visit CryptoGnome in his home.
    2. Re:Well, *almost* right... by Richard_at_work · · Score: 1

      Every DVD I have purchased in the last 12 months have had zero previews on the movie disk, and all the extras come on one or two extra DVDs, making for a total of 2 or 3 DVDs in the package. The movie itself comes with sound tracks in several languages, and usually either comes DTS encoded, or surround sound encoded.

      All that for ~ 15.00 (about $20), and I get a physical thing to own. No wonder I do not touch kazaa, or any other p2p app, I am getting a good deal.

  19. Oh really? by NetDanzr · · Score: 5, Insightful
    Because you won't sell them what they want.

    Nice that the MPAA acknowledges the problem. Too bad that some members still don't do anything to remedy this situation. They still didn't give me what I wanted:

    • Non-censored movies. For me, there's only two ways to obtain a movie, such as Blade Runner or Basic Instinct that has not been censored: I can either buy an European version and crack my DVD player to play all regions (oh no! The DMCA hounds are after me!), or I can download them.
    • Unavailable movies. Some movies, such as one of my favorites, 1492 - Conquest of Paradise are not available in Region 1 at all. Once again, my options are limited to getting the Region 2 version and crack my DVD player or download it.
    • Forced features. Dear Disney. I'm not interested in five minutes of previews that you force down my throat, preventing me from skipping them. And no, I don't feel like ripping the DVD myself; it's much more comfortable for me to download and burn the movie. Lucky for you, Disney, I still have the courtesy to download only movies thet I unwisely purchased from you.
    1. Re:Oh really? by karnal · · Score: 1

      I have a question. Why would somebody download a movie they already own?

      Not meant to start a flame, just curious... If I've ever wanted to use a copy of a movie I have, I could make a copy on my server (divx or what not) and I could trust the quality. It seems with computers as fast as they are now, it's not worth it to suck the cable modem dry getting a movie you already own.

      --
      Karnal
    2. Re:Oh really? by NetDanzr · · Score: 1
      Why would somebody download a movie they already own?

      I don't know about others, but in my case it's a combination of two factors. First, I have a low-end Win98 machine. I was told that ripping a movie, cropping it to what I want and burning it can take over a day. As a result, I never actually bothered to learn how to rip a movie (this is the second factor), and so it's faster and more convenient to simply download the movie overnight.

    3. Re:Oh really? by throwaway18 · · Score: 1
      Nice that the MPAA acknowledges the problem.

      RTFA. That quote is from the CEO of a company that monitors filesharing networks and therefore has a vested interest in movie downloads continuing.

    4. Re:Oh really? by /dev/trash · · Score: 1

      Disney will remove those previews but you're gonna have to pay 3 dollars extra.

    5. Re:Oh really? by JK+Master-Slave · · Score: 1

      That's a problem I have with a LOT of the proposals and complaining I here in this thread. People demand the right to make copies or insist the vendor should replace the disk if it's damaged. Well, if the government mandates that people have the right to a replacement copy, it's a cost that's going to be passed on to all of us, even those of us who take good care of our disk collections. We'll pay more.

      The 'previews' at the front drive sales for the studio. Which makes it possible for them to spread the cost of all movie production more evenly, even to the less popular films, because part of the cost of distribution can be passed over to the 'blockbuster' that they advertise on it.

      Really, a lot of this amounts to people and entities wanting to muscle their way into how other people do their business. Don't like the way films or music are distributed? Don't buy the copies being sold.

    6. Re:Oh really? by Tim+C · · Score: 1

      Indeed - my Philips DVD player won't let me skip over previews to the menu on some DVDs. Luckily, I've yet to find one that won't let me use the "chapter skip" buttons to skip them.

      I've yet to find a way to skip the fucking THX or Dolby adverts, though; bastards. Like I care that the film I'm about to watch (when they decide to let me) is "a THX certified feature" - it's not going to influence my purchasing decisions one bit. If anything, if they piss me off often enough, it'll make me *not* buy THX-certified DVDs.

    7. Re:Oh really? by gilroy · · Score: 1
      Blockquoth the poster:

      Really, a lot of this amounts to people and entities wanting to muscle their way into how other people do their business. Don't like the way films or music are distributed? Don't buy the copies being sold.
      ... which is why some people use this as justification to download... :)
  20. Most reviews suck... by tuxette · · Score: 1
    Would you trust a review of say LotR written by this person?

    --
    People say I'm crazy, I got diamonds on the soles of my shoes...
  21. Two points: by billsf · · Score: 2, Interesting

    They tried to use the DCMA and found out the law is as bankrupt as anyone suspected. They also learned that US law stops at the US boarder and that people mad enough can sue in US court for violation of US laws that apply to them as a US business.

    It should also be realised that unless you have some sort of Internet connection it can take days as opposed to a couple minutes to download a mpeg4 encoded CD of about 730MB. Even "less than" ADSL connections and cable connections can take several hours to days as opposed to minutes. For the time, the size of their product is on their side.

    1. Re:Two points: by Alphanos · · Score: 3, Insightful
      [...] unless you have some sort of Internet connection it can take days as opposed to a couple minutes to download a mpeg4 encoded CD of about 730MB.

      How do you download something at all without some sort of Internet connection:)?

      --
      Alphanos
    2. Re:Two points: by NaugaHunter · · Score: 1

      [...] unless you have some sort of Internet connection it can take days as opposed to a couple minutes to download a mpeg4 encoded CD of about 730MB.

      How do you download something at all without some sort of Internet connection:)?


      {Ring, Ring}
      "Okay, go."
      "0...0...1...0...1...1...1...0...0...zzxtztzt"
      Click, click, click, "what?"
      "Can you hear me now?"

      --
      R: That voice. Where have I heard that voice before? B: In about 365 other episodes. But I don't know who it is either.
  22. Pirating movies makes a lot less sense... by Kjella · · Score: 5, Insightful

    1. They're bigger, and with HDTV they're likely to become even bigger still. DVD players in general don't play DivX content, and full DVDs are many gb each. Of course, this reason is fading, but is still strong.
    2. Errors/corrupt downloads are much more annoying. I.e. you'd likely only see the movie once or twice, while you might listen to a CD track 100 times. Checking it once takes a lot more time, relatively. Still, integrity checking is improving.
    3. They're "one product". Unlike albums with single tracks, you don't get a bunch of crap you don't want thrown in.
    4. Typically you have only one device where you like to play DVD movies. As for music, you'd like them on your computer, home stereo, portable player, car player etc etc. Which makes it fairly OK to have just one copy in form of the original disc.
    5. They're relatively low priced. If you look at it cost-efficiently, it's smarter to download mp3s/warez/gamez and buy DVDs than the other way around.
    6. You really don't mind spending one minute to put in a DVD to watch several hours of entertainment, but you do mind doing the same to listen to that 3 minute melody you suddenly *had* to hear.

    Personally, the one thing I hate about DVDs is region coding. It's quite simply an abuse of copyright protection to enforce artifical market barriers and price gouging. Stuff like that is what can be their undoing, if they try to really enforce those (I think everywhere but the US multi-region players are common now).

    Kjella

    --
    Live today, because you never know what tomorrow brings
    1. Re:Pirating movies makes a lot less sense... by Funksaw · · Score: 1

      QUOTE: 1. They're bigger, and with HDTV they're likely to become even bigger still. DVD players in general don't play DivX content, and full DVDs are many gb each. Of course, this reason is fading, but is still strong. 2. Errors/corrupt downloads are much more annoying. I.e. you'd likely only see the movie once or twice, while you might listen to a CD track 100 times. Checking it once takes a lot more time, relatively. Still, integrity checking is improving. 3. They're "one product". Unlike albums with single tracks, you don't get a bunch of crap you don't want thrown in. 4. Typically you have only one device where you like to play DVD movies. As for music, you'd like them on your computer, home stereo, portable player, car player etc etc. Which makes it fairly OK to have just one copy in form of the original disc. 5. They're relatively low priced. If you look at it cost-efficiently, it's smarter to download mp3s/warez/gamez and buy DVDs than the other way around. 6. You really don't mind spending one minute to put in a DVD to watch several hours of entertainment, but you do mind doing the same to listen to that 3 minute melody you suddenly *had* to hear. Personally, the one thing I hate about DVDs is region coding. It's quite simply an abuse of copyright protection to enforce artifical market barriers and price gouging. Stuff like that is what can be their undoing, if they try to really enforce those (I think everywhere but the US multi-region players are common now). Kjella -The fool who knows that he's a fool is for that reason a wise man; the fool who thinks that he's wise is a fool indeed. REPLY: Indeed - Region Coding is, in my opinion, the #1 reason why people pirate - either they can't get it where they live, or they don't want the censored version. That said... One of the reasons that the Movie industry won't go the way of the music industry is that, for one, it costs less to see a movie than to hear a song. This is literally true in purchase price, usually, but it's also true in that you can *rent* a movie for $5 a pop at a rental store. The price point is low enough to where practically anyone - and anyone who can afford a computer and broadband connection - can afford it. Personally, I think that the big losers in this thing are the TV industry. They DON'T offer their products at reasonable prices. ($60 for Firefly, season one?) If you could download your favorite TV shows for $1/11 minutes (a 22 minute "half-hour" show would cost $2, a 44 minute "hour" show would cost $4 - this is more expensive than what they're charging now with DVDs, it's just that you can pay it in piecemeal...) can you imagine how much money would roll in? Advertisers would still be on board, just make sure that you don't sell your shows until they hit "rerun" territory. There's plenty of great shows out there - and "TV DVDs" are really taking off. If dial-up users can suffer through a 10 minute wait to get iTunes, broadband users can suffer through a 10 minute wait to get Angel or Firefly. -- Funksaw

    2. Re:Pirating movies makes a lot less sense... by FrostedWheat · · Score: 1

      Personally, the one thing I hate about DVDs is region coding

      Not being able to skip adverts is another thing.

    3. Re:Pirating movies makes a lot less sense... by evilviper · · Score: 1
      the one thing I hate about DVDs is region coding.

      While region coding may be quite bad, I'd say most people are far more irritated by other things.

      DVD Annoyances:

      Forced to watch adverts/trailers (Track 0)

      Macrovision

      Excessive audio range (Speech too quite, explosions too loud)

      Crappy DVD Player (Can't distinguish between them until you've bought it)

      Region Coding (let's not leave this out)
      Anyone have anything to add?

      --
      Slashdot gets worse every day... Pipedot: News for nerds, without the corporate slant
  23. What? MovieLink? by macmaxbh · · Score: 1

    "Current attempts to sell movies online, like the industry-sponsored Movielink, are still limited in selection and ease of use. But Valenti, the movie industry's powerful lobbyist in Washington, said the problems were temporary."
    Put MOVIELINK up as an example? You mean the Windows-only site that even blames Apple as the reason there isn't a Mac Movielink, even though there would be no problem if Microsoft gave Mac users a version of WMP with DRM that was actually recent..
    If this is the best of the industry's tries, they're doomed. I agree with other posters, there needs to be a site like iTunes for movie files.

    I have downloaded full movies, but I also asked for all those movies on DVD for Christmas, and gotten several of them. I find viewing movies on my computer convienient, and I can do it anytime I want, instead of digging through my family's piles of VCR tapes to find a horribly-degraded copy.

    I've even downloaded Two Towers during the period between the movie theatres showing it and the DVD--I wanted my TTT fix, so I downloaded it. Did I still buy both the theatrical and extended editions? Yes. Did I do the same for FoTR and will do the same for RoTK? Yes.

    The movie industry (even though they're taking the first steps) needs to think of how to rectify the cause, rather then just responding to the effect.
    Okay, I'll stop ranting now...

  24. This is still apples and oranges by Stevyn · · Score: 4, Insightful

    This shouldn't be compared with the RIAA as much. Downloading mp3's and burning them to a cd gives you a product that is hardly distinguishable from the real deal. But comparing a divx movie to a DVD is like comparing a hyundai to a lexus. You can say they both get the job done but we all know that the lexus is going to do it better. Divx movies are pretty bad quality compared to a DVD. MP3's are just a few megs which can be downloaded in a minute over a reletively fast connection. It can take hours on a fast cable modem to download a movie. Storage is another consideration. If you download a movie that will fit on one cd it will look like shit. Or you can break it into two cds and you have to change it halfway through the movie. Either way, it's a hassel. The movie industry knows it does not face the same problems as the music industry because it's product can't be recreated as easily.

    Now I have some movies on my hard drive and I only have them on there until I decide I want to cough up the $20 for a DVD. I have thousands of MP3s and I can hardly distinguish them from the cds I have sitting in a pile to my right. But in both cases, they're not shared on the internet.

    Downloading movies off kazaa is certainly no fun. I'd be lucky if I can find the movie I want and if I set it up when I go to sleep and I'll have it in the morning. I've had good luck with bit torrent for downloading large files (not movies) so I'll have to try that later.

    Anyway, computers have become high tech stereos, but they're not high tech televisions and they won't be for at least a few more years. The movie industry has a few years to figure out how to "handle" the internet.

    1. Re:This is still apples and oranges by danny256 · · Score: 1

      Most people using p2p apps like bit torrent download the full 4 GB DVD rips. In that case the quality is equal to the original product.

    2. Re:This is still apples and oranges by kmfdmk · · Score: 1

      The point that you sorely forget is that with the advent of DVD burners, and the steadily dropping cost of DVD+/-R Media your point about the annoyance of switching a SVCD movie half-way thru is null & void. You now have the ability to easily rent a DVD see if it's worth going to the trouble of ripping, rip the VOB files, and the burn them right back to a DVD-R disc. *OR* Simply encode them into a single file that's about 2.3GB in size, and put TWO Ripped DVD's onto one DVD-R disc.

      --
      If you're not paranoid, then you're not paying enough attention. - Unknown, Slashdot
    3. Re:This is still apples and oranges by Stevyn · · Score: 1

      I'm talking about downloading movies off the internet. CD burners were getting popular before napster. Napster just allowed people to make mixes of music copied off the internet and not from CDs. The point I thought was clearly made is that downloading movies is no where near as quick and easy as downloading music with the current technology and bandwidth constraints that most users would have to deal with. Of course you can copy DVDs easily, but I don't know of too many people who can/want to download a 4 gig dvd rip and burn it to a blank dvd.

    4. Re:This is still apples and oranges by evilviper · · Score: 1
      Divx movies are pretty bad quality compared to a DVD.

      That's just not true. 99.99% of DVDs up to about 100 minutes can be converted into 700MB Divx files with extremely few visual defects.

      Of course you have a few lusers that use Div3, or other low-quality codecs, that turns out crap, but it's rare, and continuing to get less and less common.

      Also, MP3s burned to CDs aren't nearly perfect quality themselves. Last I checked, the large majority of MP3s on P2P networks are still 128k, which sounds terribly lowsy to me.

      MP3's are just a few megs which can be downloaded in a minute over a reletively fast connection. It can take hours on a fast cable modem to download a movie.

      Well, let's see...

      192K MP3s seem to be about 1.3MB/min.
      100min/700MB Movies are about 7MB/min.

      So, that puts movies at about 5.3 times the size of MP3s of the same length... Well, that is certainly more, it isn't nearly as significant as you seem to think it is. ~5X isn't exactly going from a few minutes to many hours.

      If you download a movie that will fit on one cd it will look like shit.

      As I've already said, that's not true.

      Secondly, DVD-Recorders are getting more and more popular, so changing discs isn't necessary.

      Finally, I'd say many people store them on Firewire hard drives, so size isn't as much of an issue.

      The movie industry knows it does not face the same problems as the music industry because it's product can't be recreated as easily.

      The reason the movie industry isn't going under, is mainly because DVDs are very very cheap compared to RIAA CDs. If DVDs were $50 each, you'd see P2P networks flooded with movies.

      Downloading movies off kazaa is certainly no fun. I'd be lucky if I can find the movie I want and if I set it up when I go to sleep and I'll have it in the morning.

      This is not an inherent disadvantage of movies. The reason you are seeing that is because other people, like yourself, find it is a better value to buy the DVD, therefore there are very few sources to download movies from, compared with the abundant sources for MP3s. If the MPAA screws up, even today when pipes are small, downloads would take-off.

      Anyway, computers have become high tech stereos, but they're not high tech televisions and they won't be for at least a few more years.

      My computer certainly is, and has been for some times. It performs more video functions than I think you would imagine, and does it with a bare minimum of hassle. Most people aren't there yet, but some of us are, and more are joining in as electronics manufacturers screw them over with things like the mandatory DVD track 0 (forced previews) macrovision, etc.

      --
      Slashdot gets worse every day... Pipedot: News for nerds, without the corporate slant
  25. Illegal to use a camcorder in a movie theater?! by hkmwbz · · Score: 2, Interesting
    From the story:
    "At the industry's urging, for example, California recently passed a law making it illegal to use a camcorder in a movie theater."
    I assume I'm not the only one who sees how disturbing and utterly useless this is?

    Why should the industry be able to push through nonsensical laws such as this? It is yet another defeat in the battle for the rights of the consumer.

    For one, this won't help prevent movie piracy at all. TeleSync releases are not generally recorded in crowded movie theaters. Instead, they use empty theaters and plug the camera directly into the sound source. If they didn't, you would hear all kinds of weird noises and heads moving in front of the screen, etc.

    This law is not only completely useless in that it won't help battle piracy at all, it proves that corporate interests are pushed with blatant disregard of consumer rights and basic knowledge about these things.

    --
    Clever signature text goes here.
  26. Camcorders banned from art museum by rollingcalf · · Score: 3, Insightful

    I went to an art museum this summer, and they banned camcorders and digital cameras, but allowed regular film cameras. Why? All the paintings there were over 80 years old and the artists are dead, so none of it was copyrighted anymore. And you can use a scanner to digitize an analog picture.

    What do they expect to gain by doing that?

    --
    ---------
    There is inferior bacteria on the interior of your posterior.
    1. Re:Camcorders banned from art museum by nurbman · · Score: 2, Insightful
      Offtopic but .... Just a guess, but someone may have seen the way the latest digital cameras autofocus. The latest Sony V1 uses a laser and others shoot white/red/infrared for focus or redeye reduction.

      Not something you want shining on any painting with dye based pigments. (especially if the insurance company knows about it)

      This doesn't make sense though because the worst culprits are cheap film cameras that don't let you disable the flash. Go to the Louvre and you'll see lots of idiots happily flashing away at the Mona Lisa. (which is now under several inches of special flash proof glass)

      Not sure why they would ban camcorders unless they figure someone would use a light on one or have the same autofocus stuff for still shots.

  27. Read between the lines by stwrtpj · · Score: 5, Insightful

    Everybody reading the article needs to read between the lines pretty carefully on this one. While the MPAA is seemingly offering the olive branch with one hand, look at the following quotes from the article:

    Along with the warning letters, the movie industry is paying for consumer education programs and technology research, and pushing for laws and regulations that executives hope will protect their wares.

    The most important thing for Hollywood to do now, Johnson said, is to move faster to develop the kinds of licensing agreements and protective technology

    The path to a successful service has to involve the kind of technology that protects copyright unobtrusively,

    Hand in hand with developing legal digital services, he recommends the kind of tough security that is built into satellite television equipment,

    This whole article reeks of DRM. They never mention it by name, but this is exactly what they have in mind, and some of the stuff highlighted above suggests DRM in hardware.

    So I don't see where the MPAA has learned a damn thing, other than the blatant tactics of the RIAA don't work so they're going to try more underhanded ones. The agenda of the MPAA has NOT changed one iota.

    --
    Karma: Frotzed (mostly due to the Frobozz Magic Karma Company)
  28. Sitting in a Midtown Restaurant with the RIAA... by Featureless · · Score: 5, Insightful

    ...or rather, an attorney from a major music company (hint: one of the top 3). It's a larger group of friends, but of course, I'm the software engineer, and he/she's one of the IP lawyers who works "The List," so someone inevitably brings up the "who will win" question.

    I hate that question. But it's true, I have an answer - my best guess is that ultimately the peer to peer networks will win, if the fight continues as it has, unless the Internet itself is radically changed (although "destroyed" would perhaps be a better word). And I've said as much many times. Keep in mind that I am not entirely unconcerned about the prospect of the Internet being radically changed to stop piracy, either.

    Meanwhile, the attorney has remained confident that between "public education," lawsuits, and "governmental relations," they will prevail within a few years. So who is right?

    I know they have very sharp techincal people. But those people are not the ones making decisions. This attorney has heard of Freenet, but doesn't actually understand how it works.

    So I try my best to explain the evolution of the "threat" of being able to share information economically.

    "You had your chance at the outset. Napster was centralized. They were the easiest to use. They were a ripe target - American, and sitting out in plain sight. You could have cut a deal with them, started slipping DRM and payment systems into the mix slowly enough and carefully enough that users wouldn't reject them en masse.

    "But this is like fighting disease, in that when you come down hard on top of it, it might seem like you win, but you never quite kill it all. And what's left is what evolved.

    "No one would have bothered with Fasttrack or Gnutella if Napster had lived - they are inferior from a user's point of view. But they are more decentralized. Their foreign. They're encrypted (at least, Fasttrack is). And they saw what you did to the first guy. So they're sitting in a bunker in Vanuatu.

    "But of course, they're not completely beyond reach. Fasttrack is the best one, and it's commercial. So maybe, if you're very, very good, you can nab them. And then, you can always infiltrate their network, and go after their users. And that's exactly what you're doing. Trying to wipe it out again.

    "Say you succeed and Fasttrack and Gnutella become a thing of the past - you shut down the networks, poison them, scare the users away by getting nastier and nastier with them. Maybe you finally lock someone in jail for sharing a song. What comes next? What's left over?

    "Freenet, and its various workalikes, are almost entirely decentralized, and what's more, they not only use "real" encryption, but the developers understand traffic pattern analysis. They can build a model that will make it near impossible for you to even determine who got what with certainty.

    "Oh, right now there's only a few of these guys. They toil in obscurity, their user interface is a joke, their network is slow... but when you kill Fasttrack, guess what is first in line for the attention and love of hundreds of millions of internet users, and hundreds of thousands of engineers, who until then had no reason to bother? The next step in our evolution.

    "And it's a nasty one. You'll have made the 'disease' so resistant that the FBI won't be able to track child pornographers who use it, and the CIA won't be able to track terrorists who use it. And you guys, the RIAA, forget it. You'll be history. You'll go down in the history books for finally achieving copyright anarchy. Or rather, copyright voluntarism, which is what will really happen.

    "Ian Clarke has pointed out that the choice between communication safe from anyone's observation and control is more important than the RIAA, the MPAA, and even the theoretical benefit of law enforcement's dream of eavesdropping on everything, everywhere.

    "He is right. For saying this, many will damn me. But why is that a controvertial statement: that I should

  29. One answer? iShows... by TheRealStyro · · Score: 2, Interesting

    Here is one answer that the mpaa needs to get to work on immediately - internet distribution of movies and tv shows. Offer the people what we want - low cost entertainment. Strike while the iron is somewhat hot, even if the net speed isn't quite there yet. Offer content at lowest and highest quality initially, then fill in mid-range qualities as demand warrants. Have movies available as they hit retail dvd markets, and have a show suggestion/voting system setup so people can suggest what they want and others can vote for the show (this could dictate priority internally).

    Offer the content at different price-points for quality - a movie available in divx at two or three qualities (or simply VCD and SVCD qualities) with pricing relative to quality and available at one or two bit-rates able to burn onto dvd. Like with iTunes, the content would be protected by licensing and drm. Also like iTunes, the drm and licensing should be as invisible as possible. A cd/dvd burning app would be integrated to support licensed burns of cd/dvd downloads (allowing maybe five burns as dvd burning is still kind of 'iffy').Streaming content would be available only in addition to downloadable versions, and at a significant price drop.

    The drm should be as invisible as possible, while still protecting content. A burned dvd bought from the service might have the purchaser id mixed into the data (not impossible to defeat (recode), but the casual copier might not know-how/want to defeat). Same idea with s/vcd content. A divx content might also include this, but with one additional twist - low cost distribution. People (clients) could share the content amongst themselves. A client acquiring the content from another source could enable it to play at maybe 60% the cost of a download. The drm should be dynamic/random format/encryption so even if one form is cracked you don't lose everything. Anyone cracking the drm and/or illegally distributing the content would be punished harshly.

    --
  30. Re:Waaaahhhhhhh.... by Lemmy+Caution · · Score: 4, Interesting

    Or perhaps he's a college-educated, 60-hour-a-week working South American in a country like Uruguay, Peru or Argentina. My own (Peruvian) relatives earn about $800 a month doing work that would get paid about 10 times that in the US (lawyers, doctors, financial professionals). For paying for housing and food and even internet access, that's all well and good, because the costs are relative. For things like consumer electronics, DVD's and CD's, videogames and the like, those are even more expensive in real terms than in the US, and are essentially true luxury items. If I were them, I would be almost exclusively watching movies I downloaded online. Those goods were priced for US markets.

  31. Try Korea by null+etc. · · Score: 2, Informative

    In Korea, there are several subscription services where you can download and watch full movies (ex. www.cineko.com). I guess it helps that nearly every household in Korea as a T1.

    God, it sucks to be in a backwards country ruled by the obsolescence curve. In Japan, the free cell phones that come with plans are better than the phones we pay $299 for with a 2-year plan.

    Can you hear me now?

  32. Netflix for downloading movies? by HockeyPuck · · Score: 1

    If NetFlix can ship me 2-3movies per week via the post office, why couldn't a company like that offer a method of allowing me to download the movie via the net? I'd gladly pay the $20/month to do this and then burn the movie at home. H*ll, they could even sell you a service/product/tv tuner to allow you to hook up your computer to your tv/stereo.

    If you offer me something that I'm interested in before I start "copying" then you've got a long time customer. If you keep forcing bad music/movies to me, I'll go somewhere else. Don't waste my time.

  33. Thoughts on DVDs and Survays by yoshi_mon · · Score: 5, Interesting

    My brother in law always gets me BestBuy gift cards for the holidays. So since my bd is around this time of year to I normally end up with a couple of them. While shopping around I was going though the DVD section and saw all sorts of great deals. DVDs for ~15 USD and many even closer to ~11 USD. While some did get a little more costly they were all very reasonable for what they gave. A movie, which was produced at a rather high cost on average, some bonus material that is always fun to have, and lastly the knowladge that even though the silly DSS is there the quality of both the sound and picture will be quite good.

    Then I was looking around in the music area and the prices were at least +5 to +10 dollars on average higher than the DVDs! And some of the albums that they were selling for clost to 20 USD were quite old. Many had to actually come on 2 CDs due to the size. Also, while for the majority of the CDs I saw there was no real protection on them, the quality could be kind of iffy depending on the metholigy they used to make it. (AAD, ADD, DDD. Thanks for not telling us anymore!)

    So, after a bit of thought I game up with a few generalizations. I can buy a DVD with more content, the knowladge that this movie at some point had a lot of cash sunk into it (At least as much as it would take to record an album.), more than likely some extra stuff, and on average a better price. The only bad part is the DSS and the region but whatever. They are pretty trival to overcome if you care that much.

    On the other hand I can buy a CD that is old tech, for typically more money, of questionable quality sometimes, but with no real protection to speak of.

    Now maybe each respective orgnization can do a survay of what is right and wrong about each diffrent model and figure out how exist without continueally pissing people off but of the two I choose the lesser evil, the MPAA, as being able to survive. The RIAA is wayyyyy to far behind in the game to even come close to pulling their heads out of the sand.

    --

    Really, I know what I'm doing...Ohhhh, look at the shiny buttons!
  34. Re:Waaaahhhhhhh.... by fafaforza · · Score: 1

    In the US, DVDs were made relatively inexpensive by sony and other companies to gain market share. Thats what is responsible for the VHS being pretty much extinct within the span of a couple of years.

    I'd wager that in other countries, DVDs are still a relative luxury. So even if you earn a respectable living, you might opt for a download.

    In 1992 in Poland, I did now know anyone who actually owned music CDs, though I did see them on store shelves. In the states, they were probably a commodity by then.

  35. Re:Sitting in a Midtown Restaurant with the RIAA.. by rueger · · Score: 3, Insightful

    Fearless, you have summed things up very well.

    For the last couple of decades a culture has been nurtured which is founded on the idea that those with money will win over those who don't. And it can be argued today that those with the most money are also the ones that make the rules (like the DMCA, like the stupid camcorder ban).

    What the RIAA, MPAA and their ilk have been assuming is that their considerable wealth will still allow them to bully anyone who doesn't follow their rules.

    If they were battling some monolithic entity - say a company churning out thousands of bootleg copies of LOTR each month - they might be right. They could sue them and shut them down.

    The problem is that they instead are battling hundreds of thousands of tiny operators in dozens of countries. They are battling hundreds of clever programmers who don't really care about the money, preferring instead to be one more nail in the coffin of the multinationals.

    As Napster begat Gnutella begat Freenet, we can reasonably expect a fast, easy to use and totally secure P2P network to evolve very soon. And if that is defeated, we can expect a successor.

    What could have been a simple marketing challenge has evolved into a near guerilla war.

    What the music companies have not understood is that it is very, very hard to defeat a guerilla force, especially one that has widespread popular support.

    Of course the ultimate absurdity is that they could have stopped this dead in its tracks. Maybe three in five MP3s that I have downloaded were of decent quality, or complete, or even the song they were titled.

    A buck a tune is still too much to pay for a file that comes hindered with all the current DRM restrictions. If I could buy an un-crippled copy of a tune for 25 or 50 cents I would never waste my time messing with Kazaa or any other P2P client.

  36. DVD copied to PC makes it easier to watch? by swb · · Score: 1

    How is a movie on your computer "easier to watch"?

    I have a pair of 21" displays, a nice chair and a fast computer, but its not easier than watching DVDs sitting in a *better* chair or couch, watching on a 42" screen *designed* for DVDs, with a superior sound system.

    Keeping the DVDs safe makes sense, but why not just make dupes and watch the dupes?

    1. Re:DVD copied to PC makes it easier to watch? by TheSpoom · · Score: 1

      The point here is that it should be his choice as to how he wants to store his legitimate content.

      --
      It's better to vote for what you want and not get it than to vote for what you don't want and get it.
      - E. Debs
    2. Re:DVD copied to PC makes it easier to watch? by Radish03 · · Score: 1

      I love sitting in my computer chair at my desk watching dvds or video files on my 17" monitor. It's a lot more comfortable and a lot easier than unwinding 10 feet of RCA cable to run from my computer's video out to the TV, then sitting on the floor watching whatever on the 13" tv that sits atop a minifridge in the corner of my dorm room. Not everyone has a 42" televison, or even a televison that is larger than their monitor.

    3. Re:DVD copied to PC makes it easier to watch? by aardwolf204 · · Score: 1

      Like the other guy said, not everyone has a spiffy new 42" plasma, but anyway, my point...

      Archive you DVD to hard disk, put it in the file server, if said DVD ever goes bad just burn a new one from the image.

      As for watching your "backups, divx, xvid, codec-of-the-month" copy on your tv goes, there are many ways to do this. Personally I've had a "tv-box" for this reason for the past 5 years, and recently they idea has really taken off (see how MS stole my idea and packaged it as XP Media Center Edition). Or you could get one of these new set top boxes that can stream video over lan, or dvd players that play divx. i could go on and on but you get the idea.

      just like at one time (mid 90'ish) playing MP3's on anything but your computer was a big ordeal, now you can find a mp3 player for your stereo, car, person, anywhere.

      and yes, I too watch movies at my computer, thats because my 19" monitor at 2 feet away seems bigger than my 27" tv at 8 feet away. and yes, its comfortable. Only time I watch movies on the couch is when my g/f is over

      --
      Im dreaming ofa big bndwdth, That can resist the /.crowd.May ur days b merry & bright & may al
    4. Re:DVD copied to PC makes it easier to watch? by FrostedWheat · · Score: 1

      How is a movie on your computer "easier to watch"?

      The computer in question has TV-out. I have a small RF modulator attached to it and it feeds the signal into the main antenna cable of the house so I can watch the output on any of my TVs. Add to that the ATi wireless remote control which works in most of the rooms.
      Just choose your movie, and watch. No messing around with swapping DVDs. I can even let the kids use it!

      (Kids and DVDs ... bad mix!)

  37. Good Cop (MPAA) Bad Cop (RIAA) by Ranger · · Score: 1

    The MPAA is smart enough not to kill the goose that layed the golden egg. Still a threat is a threat, and it must be backed up by the use of force. I have no doubt the MPAA is capable and willing.

    What's the difference between a murderer who said "Well I only used soft shoes when I stomped him to death." and a murderer who used an axe and chopped them to little bits.

    Cartels are evil and that is what the MPAA and RIAA are. Both can reduce piracy by not making it worthwhile to pirate. Reduced DVD & CD prices = reduced piracy. It's that simple. The MPAA is doing a better job in that respect.

    --
    "You'll get nothing, and you'll like it!"
  38. Previews? I'm tired of 8 min of commercials by Bruce+J+L · · Score: 3, Insightful

    I don't mind previews. I actually like watching movie trailer at the theater. I enjoy seeing what new movies are coming out. I however do not enjoy paying 10$ to watch the same commercials I regularly see for free on TV.

    On my dvd's I can skip commercials, on tv I can skip commercial, on tivo I can skip commercials, at the movie I am forced to endure these advertisements. On downloaded copies I get no trailers or commercials, however I have a reduced quality movie for free.

    How about they add some commercials and let me watch for free? How about they lower the cost to 4$ and leave the commercials? Better yet, free soda and popcorn..well soda and popcorn is how the actual theater makes money. How about instead of trying to prevent something make the actual experience worth it again.

    --
    Karma's over rated. Speak your mind.
    1. Re:Previews? I'm tired of 8 min of commercials by ChiperSoft · · Score: 1

      Amen to that!

  39. Huh? by Anonymous Coward · · Score: 1, Interesting

    Amazon.com has Blade Runner Director's Cut for $14.99. They also have Basic Instinct Collector's Edition (though it's out of stock at the moment). Hell, my Best Buy has these DVDs. So what is your situation that prevents you from obtaining these movies, if you don't mind my asking? You must either live somewhere that these online stores are unwilling to ship to, have neither a credit card nor checking account (nearly impossible), or something that I've not thought of. I'm so curious!

    I agree with you on out of print or unavailable region encodings for movies. I also agree with you on forced previews. I myself have never come across them, but I have heard of people who have. I can live through the 5 second FBI warning, though.

    1. Re:Huh? by NetDanzr · · Score: 1

      Both movies are censored, compared to the European version. In the case of Blade Runner Director's Cut, the US version has some excess violence removed. As for Basic Instinct, some of the more racy parts of the sex scenes are missing, even from the so-called "Uncensored" US version. Again, compared with the European version.

    2. Re:Huh? by DeadScreenSky · · Score: 1

      From what I have read about the Director's Cut, the violence removed is removed period. It isn't just the USA director's cut, it is the director's cut period, AFAIK. Will be interesting to see if the new director's cut coming adds it back in - I suspect not.

      --
      There is no excellent beauty that hath not some strangeness in the proportion. -- Francis Bacon
    3. Re:Huh? by NetDanzr · · Score: 1

      Actually, the European DVD called "Director's Cut" does have the violence. I've got both DVDs, and while the European version is also censored, some borderline scenes, which are not included in the US version, found their way into the European version.

  40. Re:Waaaahhhhhhh.... by freeweed · · Score: 1

    And this is one of the big issues region encoding was *supposed* to address. If it worked, your relatives could buy DVDs for 1/10th the US price, as the studio still makes a profit at that level. Region encoding would prevent people from importing cheap copies to the US, and everyone's happy. Sort of, anyway.

    With the proliferation of region-free and region-changable players, I think we're going to see the end of region encoding. Which is a good thing, for so many other reasons.

    --
    Endless arguments over trivial contradictions in books written by ignorant savages to explain thunder in the dark.
  41. Stupid by Anonymous Coward · · Score: 1, Insightful

    "it's obviously theft.."

    No, its not "obviously" anything besides carrying a camcorder.

    Ironically, it would be legal to bring a gun into the theater in many places, but a camcorder.... why that could lead to "copyright infringement".

    Oh the horror.

    (rolling eyes)

    I think people lack a sense of perspective.

  42. Didn't download much from Napster, did you? by freeweed · · Score: 1

    Back in the heyday of Napster, most people were on 28.8 modems, some on 56. An album of music encoded to a decent quality is at least 60mb. So what you're saying is, you find it unlikely that someone can get an internet connection at 11x the speed of a dial-up account (700/60).

    Oh, you're being pedantic about the word "song"? Fine. I've had 4mbit cable internet access since 1998. Canada rules :)

    --
    Endless arguments over trivial contradictions in books written by ignorant savages to explain thunder in the dark.
  43. On music and porn by freeweed · · Score: 1

    I think the porn industry could learn from the parent poster:

    "Limiting access to a shitty little scratched up disc that only cost the companies $0.05 to make for $17 a pop is rape, plain and simple, especially when you consider there's one good scene in the movie and 60 minutes of wasteful plot. Sell me the 5 minutes that I need for $0.50 and I'm a happy camper!"

    --
    Endless arguments over trivial contradictions in books written by ignorant savages to explain thunder in the dark.
  44. Re:Waaaahhhhhhh.... by Fulcrum+of+Evil · · Score: 3, Interesting

    And this is one of the big issues region encoding was *supposed* to address. If it worked, your relatives could buy DVDs for 1/10th the US price, as the studio still makes a profit at that level. Region encoding would prevent people from importing cheap copies to the US, and everyone's happy. Sort of, anyway.

    Well, sort of. The intent was to segment the market so that the studios could sell at multiple pricepoints, because they wouldn't otherwise sell to the third world at all. This isn't the whole reason, else USA, Europe, and Japan would be one region. The additional thing they can do is segment release dates, so they sell the DVD here while showing the movie there, then gouge the Japanese for $50 to buy it.

    The problem is that, should you have a DVD that the owner only wishes to sell in one region, then you have to get a second or a third player, rather than just paying for the disc. Thankfully, most DVD players in the civilised world are region switchable, so all you need to worry about is PAL-NTSC conversion.

    --
    "We returned the General to El Salvador, or maybe Guatemala, it's difficult to tell from 10,000 feet"
  45. They are forcing it into a black & white posit by Kjella · · Score: 5, Insightful

    If there are no logs the RIAA can subpoena, there are no logs the police can use. You can't have that both ways, either you are anonymous, or not. Black and white.

    The second thing is that online, all is 0s and 1s. You can not separate between protected speech, libel, slander or kiddie porn until after a program has interpreted those data. Black or white.

    The core issue is that pretty much everything you do online is not anonymous today, in the form of various logs. It is only anonymous because there are legal protections providing checks and balances, lifting anonymity with warrants as the court sees fit *after the fact*.

    That is the final black & white, and the RIAA doesn't see it coming. The moment that changes, that what you do is anonymous to begin with, there can be no "checks and balances". It ends up with only two scenarios:

    White: True anonymity is allowed. Since you can't tell in advance what a message contains, everything from protected speech to mp3s and kiddie porn flows freely through the anonymous network. The only way you can not contribute to it is to not take part at all.

    It's basicly anarchy because noone can control anyone else's actions, or control any specific piece of information, like a copyrighted work. Nor libel, slander, racism, nazism, anti-semittism, terrorism (yes, Al-Quaida could put up a damn homepage and not get shut down).

    Black: There is no anonymity, no privacy. Everything is automatically monitored, controlled and logged to ensure that anonymity can be revoked, making 1984 look pale by comparison. Freenet, mixmasters, probably encryption itself is outlawed except for "trusted" programs with backdoors, less they would cloud the all-seeing Big Brother.

    Which would of course be ready to lift any anonymity whenever, for whomever it sees fit, without anyone knowing about it. After all, it's already sitting on the information. No need to subpoena it from anywhere. Total power.

    Pick the lesser evil. Usable anonymous networks are coming, it's simply a matter of time. RIAA may speed up the process, increase the user base, but it would none the less happen. At which point, we will have to make the choice. There is no third option to freeze time. I think many will actually look back on the time when the Internet was fairly civilized and call it the "good, old days".

    Kjella

    --
    Live today, because you never know what tomorrow brings
  46. Ever eat out at a restaurant? by freeweed · · Score: 1

    How do you know if the meal will be crap or not? Do you just walk in, eat whatever you feel like, and then pay if you decide you like it? Last I checked, most places don't make free meals for you to "test", unless you're a food critic. The closest I see is free bites of something in the food court, but that's not exactly fine dining...

    --
    Endless arguments over trivial contradictions in books written by ignorant savages to explain thunder in the dark.
    1. Re:Ever eat out at a restaurant? by Robber+Baron · · Score: 1

      Actually, in England you can do just that. If you think a meal in a restaurant wasn't up to snuff, you can pay less than the price on the menu or walk out without paying at all. All you have to do is show that you had the money to pay for the meal.

      I've also sent meals back (here in Canada) and have received replacements or freebies just because I bothered to complain about the poor quality. You are not obliged to pay for anything that turns out to be of a lesser quality than you were led to believe.

      --

      You're using her as bait, Master!

    2. Re:Ever eat out at a restaurant? by freeweed · · Score: 1

      They're called "recipies" :)

      --
      Endless arguments over trivial contradictions in books written by ignorant savages to explain thunder in the dark.
    3. Re:Ever eat out at a restaurant? by freeweed · · Score: 1

      In Canada, you can also ask for a refund if you think a movie is crap. You can't just wait until the end to do it, however. I think most theatres will let you get away with 30 minutes of watching or so.

      I learned about this when I went to see (hey, it was a boring Saturday afternoon) Wing Commander. There were signs all over the theatre lobby saying "no refunds on Wing Commander for any reason - the mgmt". So of course I asked a manager if the movie was in fact that bad that they had to stop offering refunds.

      Nope, it was the first movie to show the Phantom Menace trailer. Thousands of people were going to see it, watching the trailer, and walking out 5 minutes later and asking for a refund. Of course, it's not just coincidence that I bring up a Star Wars prequel in a thread talking about poor movie quality... :)

      --
      Endless arguments over trivial contradictions in books written by ignorant savages to explain thunder in the dark.
    4. Re:Ever eat out at a restaurant? by Overly+Critical+Guy · · Score: 1

      Well, England and Canada are socialist nightmares.

      Never mind that the owners of said food and movies are the ones allowing it, so it's moot to mention it.

      --
      "Sufferin' succotash."
    5. Re:Ever eat out at a restaurant? by JK+Master-Slave · · Score: 1

      At many resturants with famous items on the menu, the recipies are considered 'trade secrets' and aggressively protected.

      When I worked at Vescio's Cafe in dinkytown in the 70's they had 'secret recipies' for the salad dressing, for the lasagna sauce, etc. When I worked at a pizza joint a few years later, they had 'mystery spice packets' they added to the pizza sauce that came from the main franchise.

      You won't get the recipie for famous restaurant food by asking the waitress. Visualizing Richard Stallman ranting at the table of a Pizza joint for the recipie for the pizza sauce and the precise formulae and malting procedure for the beer does amuse, though.

    6. Re:Ever eat out at a restaurant? by freeweed · · Score: 1

      Visualizing Richard Stallman ranting at the table of a Pizza joint for the recipie for the pizza sauce and the precise formulae and malting procedure for the beer does amuse, though

      But Free as in Beer just means no cost, not open source, I thought :)

      --
      Endless arguments over trivial contradictions in books written by ignorant savages to explain thunder in the dark.
  47. Yeah same old by t_allardyce · · Score: 2, Insightful

    There are certian levels of threat that i would respond to, but in the end, if i couldnt share online i would just do it the 100% untraceable way (with much faster data flow) i.e CD swapping with friends. DVDs can be ripped and swapped easily so can CDs and obviously there is nothing they can do about it (if i can see it i can copy it theory). People will continue to pirate/share whatever you want to call it - look at drugs, they have a much higher criminal risk yet they are practically as availiable as if they were on the shop shelves around the world.

    I admire the MPAA in a very small way for taking this view but on the other hand i hate the fuckers and think its just a publicity stunt. Most film trailers i see i think "wow thats shit, but i wouldnt mind seeing that big explosion bit, i think ill download it - its not good enough to pay for" Make films that are good enough that i am willing to pay for them and i probably will. Make the same old shit and ill just watch it for free.

    --
    This comment does not represent the views or opinions of the user.
  48. 30-60 minutes by freeweed · · Score: 3, Interesting

    Off of usenet or another machine on my ISP, less than 30 minutes. Less time, in fact, than most people spent downloading an album during the Napster years. And we all know how unsuccessful that was, because people only want "instant gratification" :)

    --
    Endless arguments over trivial contradictions in books written by ignorant savages to explain thunder in the dark.
  49. Whats wrong with DRM on a movie? by paragon_au · · Score: 1

    Why do you need a bunch a copies of a movie?
    What because you want to watch it on your Family room DVD player, Living room DVD player, Rumpus room DVD player, Playstation 2, your 3 computers, and in your car, simultaneously?

    Movies are very different to music, music you can listen to one many things, without it being any worse (i.e Your home theater, computer, stereo, car). A movie on the other hand, why would you want to watch it on your computer instead of your home theater?
    Only reason I can think of it laptop or in-car, and in both of these circumstances you don't need the disc in two locations.

    Being able to copy it three times, or even twice sounds reasonable, then you get the original disc and 3 extra's incase of scratching.

    1. Re:Whats wrong with DRM on a movie? by stwrtpj · · Score: 1
      Movies are very different to music, music you can listen to one many things, without it being any worse (i.e Your home theater, computer, stereo, car). A movie on the other hand, why would you want to watch it on your computer instead of your home theater?

      I personally agree with you on this score. I watch movies on the DVD player, not the DVD ROM drive. Now, if they restricted the DRM stuff to appliances like DVD players (which, actually, already have this, what with CSS and Macrovision), I don't care as much about that. But that is not what the MPAA is after. So long as people are ABLE to play movies on their DVD drives, or obtain a digital movie and play it on the various media players out there, they are going to want that DRM technology ON YOUR PC.

      So, yes, I do agree with you, but you're not thinking like the MPAA is thinking.

      --
      Karma: Frotzed (mostly due to the Frobozz Magic Karma Company)
    2. Re:Whats wrong with DRM on a movie? by kjd · · Score: 1

      If you've ever played an owned/rented/borrowed DVD that had unviewable scenes, skips, etc, you've experienced one valid reason for copying your DVDs.

      When I buy a DVD, I like to think that I'm buying a copy of the movie to view for as long as I like, and that I can use whichever personal methods I wish to keep the movie around. That includes copying it to other media for preservation.

  50. Me and my camera by hughk · · Score: 1

    I have a stills camera. Being a quite keen photographer I carry it almost everywhere because you never know when a situation presents itself. However, like most modern digital cameras it can shoot short movies too. It can't be used to record a film but it sounds like it too would be outlawed. I wouldn't dream of using a camera in a theatre, but it would still be banned by this rule.

    --
    See my journal, I write things there
  51. nuke region codes by Anonymous Coward · · Score: 2, Interesting

    My main reason for downloading is simple: I often want to watch some movie in its original (read english) language.
    I could either try and order it from some US webstore, pay almost the double price because of delivery costs and customs and crack my DVD to view it.
    Or I could download it over night.
    Hm. What to do?

    Just get rid of that region code bullshit and make US dvds easier available in good old europe. I promise I'll buy a lot of them then legally...

  52. Let's face it by Jesus+IS+the+Devil · · Score: 1

    The internet has and will kill many many markets and businesses down the road. Is this good or bad? Hard to say.

    All I know is, the movie industry is next to be slaughtered, once a critical mass of people get broadband and learns about using P2P to download movies.

    --

    eTrade SUCKS
  53. Re:Privacy VS Transperceny by Dai_Quat · · Score: 2, Interesting

    Paragon, I had a conversation once with one person who believed your solution was the answer, and one who did not. The person who did not had the perfect rebuttal, and I agree with it, so I'll share it here. "That solution, a world without privacy, was what we had millions of years ago. It ceased being an option socially the moment that humans (or proto-humans) figured out that sex is what led to having babies." You're coming up against millions of years of social hard-wiring, Paragon. It just won't happen. Even chimps have sex in secret sometimes, so the alpha-male doesn't drive the female from the troop.

  54. Leave it to slashdotters by c4Ff3In3+4ddiC+ · · Score: 1

    To try and justify why it's "okay" to download movies. If you want a copy for backup purposes, do it yourself with dvd::rip. Dvd::rip is the fastest and easiest way to burn DVDs to CD-ROM on Linux anyways. Don't remember what I used in Windows, but it wasn't as easy as dvd::rip.

    --
    *twitch*
  55. shit music by NineNine · · Score: 1

    especially when you consider there's one good song on an album and 12 other terrible songs.

    Have you ever considering listening to music that you didn't hear on a Clear Channel radio station? When I hear people say, "one good song on a CD", I instantly think some pop shit that has one song with a catchy tune. If you buy an artists's CD and most of it sucks, then maybe you're not listening to the right music.

    1. Re:shit music by Nasarius · · Score: 1
      Thank you. I hear this "argument" over and over on Slashdot, and I just don't get it. When I buy an album, it's because I know and like the band. Unless it's a real fluke, the worst case scenario is that I won't like 2 or 3 songs.

      Buy what you want, think what you want, but please don't assume that everyone else thinks like you. Some of us Slashdotters *gasp* don't want to buy music online, especially not in a lossy format. We want the physical media (obviously without copy protection). And no, a cheap CD-R is NOT the same thing.

      --
      LOAD "SIG",8,1
  56. A kinder, gentler movie industry by mcpkaaos · · Score: 5, Insightful

    How much of this has to do with the MPAA "learning" from the RIAA's mistakes...

    And how much has to do with the fact that a federal appeals court just ruled in the last few days that it is illegal for the RIAA to subpoena ISPs for customer information, thereby putting a quick end to any RIAA-styled tactics the MPAA might have employed?

    --
    It goes from God, to Jerry, to me.
    1. Re:A kinder, gentler movie industry by Peyna · · Score: 1

      Don't think that the RIAA can't get customer information from ISPs now; they just have to actually sue you in court before they can seek those records.

      --
      What?
    2. Re:A kinder, gentler movie industry by mcpkaaos · · Score: 1

      Of course, without getting that information from the ISP, they have no idea whom to sue, unless you can file suits against IP addresses now. I'd guess they'd need to first sue the ISP for the information, then sue the individual?

      --
      It goes from God, to Jerry, to me.
  57. This quote does not come from the MPAA by Cryogenes · · Score: 1
    'The movie industry, he said, has to ask itself what the music industry should have asked years ago: 'Why do they want to steal from us?' The answer, he said, is simple: 'Because you won't sell them what they want.'
    If Jack Valenti had said the above, now that would be news indeed. However, the quote is acutally from Eric Garland, chief executive of BigChampagne, a company that tracks file-trading activity. Garland provides services for the MPAA, but he does not speak for them.
  58. Why I go to fewer movies by Simonetta · · Score: 1

    I've gone from seeing maybe fifty feature films a year (in the mid-to-late 1990's) in theatres to seeing maybe three features in theatres this year.

    There have been two main causes of this shift:
    1) the ever-increasing admission price for the theatre that is much greater than the inflation rate.
    2) the explosion in availablity of DVDs. They have great sound, sharp images, multiple languages and subtitles, and production commentary.
    Two forces - one pulling me out of the theatres and the other drawing me into watching movies on my computer.

    Ten years ago you could go see double features of second-run Hollywood films (an average of two to three months after their original theatrical first-run release) for $2 to $3 dollars. First run matinees were $3. Five years ago all second-run double features stopped effectively doubling the admission price instantly when the inflation rate was only 2% a year. First-run matinee admission rose a dollar a year in quarterly increments every year since 1997 in the monopoly Regal Cinema chain. (which owns roughly 80% of the movie theatres in the USA).

    About 2001 DVDs start appearing in the Blockbuster and supermarket rental outlets. These were basically the 'junk' titles released to DVD after playing first-run and not even going to second-run theatres. In 2002, classic Hollywood and European art films start appearing in large
    numbers in the local public libraries, available for free checkout for a few days to a week. DVD stand-alone players (that play MP3 CD-R and CD-RWs) along with DVD-ROM drives for PCs appear for less than $60 at Fry's and PriceWatch.com.

    In 2003, local suburban public libraries in Portland Oregon have nearly every title available on DVD that was previously only on video cassette along with hundreds of 'new' features that were in first-run theatres the previous year. Many were donated from the local Hollywood Video world-corporate headquarters (located nearby) or the local Blockbuster Video (to clear surplus
    product from their limited shelf space). Other titles were donated to the local library by ordinary people who had purchased a DVD at retail and had already seen it a few times.

    The result is that thousands of people who used to go to the movies a few years ago are now just staying home and watching DVDs from the public library or supermarket rental outlet. This shift is beginning to influence the type of films that are produced for the theatres: fewer mid-budget films directed at mature audiences (mature meaning over 25 years old) and more comic-book megabudget productions for the date-night younger audience that are increasingly the only people who still go to theatres.

    Personally, I don't see how downloaded versions of feature films are going to make any difference to anyone. The film files are too large and too
    low-resolution (thinking of DivX) to be widely traded on the net. The wide availablity of DVD titles and their low prices (plus small physical size) make downloading movies absurd for the vast majority of people.

    The people who are seriously interested in seeing a particular movie (to the point of actually spending hours to download it) are in all likelihood going to pay to see it in a nice theatrical setting anyway; with bright large crisp film images and blasting surround-sound.

    Who's losing money? Where is the evidence that film downloading off the web is really an issue that is affecting the bottom line of anyone? This whole thing seems to be a hysterical over-reaction to a problem that doesn't really even exist.

    Hollywood's real problem is their inability to control production budgets coupled with a box-office audience that is no longer growing. If present trends continue, then within five years most major big-budget films will not return their production costs through box-office receipts. When that happens, Hollywood will be forced to go back to making $10-$20 million dollar movies and, frankly, they've forgotten how to make profitable movies in this price range.

  59. What do you think the popcorn's for? by jcsehak · · Score: 1

    Seriously, take advantage of the situation to have some fun. If someone is talking on a cell phone during a movie, I guarantee that if you throw some at them, everyone else in the theater will cheer. Even other people who forgot to turn off their own cell phones.

    Or even better, kindly walk over to them and ask if they'd stop talking. If they apologise, your date will be impressed that you took charge of the situation. If they get rowdy, you'll have the rest of the theater to back you up, and your date'll be impressed that you have a pair.

    --

    c-hack.com |
  60. Network connection by billsf · · Score: 1

    Sorry it wasn't clear. I was simply refering to a backbone connection often called a "network connection". If you are a university or provider in a major city, you can have 100M, 1G or 10G connectivity or more. At 100M, you should be able to download a CD in less than 90 seconds but it is conservative to say "two minutes". At 1G with good equipment about 10s. (non-PC and U320 SCSI RAID) The record is a bit faster and it was between our backbone (AMS) and Alaska. AFAIK, no system will handle 10G or more, except routers.

    At a mere 10Mb/s 15 to 20 minutes is quite possible. At what point the RIAA gets upset is hard to tell, but this is probably the point. Also at this point, the video rental business is probably shot. They should be thinking about that right now! DRM will provably not work and closed source systems are not usually not allowed to run directly on symetrical high-speed connections.

  61. Re:Waaaahhhhhhh.... by Samhaine · · Score: 1

    Maybe he is (I, myself, have relatives in this situation) HOWEVER... the RIAA hasn't sued foreign nationals, nor is it likely the MPAA could. The lawsuits in Canada were initiated by the Canadian equivalent of the RIAA. Any threat of direct lawsuit is a threat only to US residents. Oh, and let's not forget that the price of a DVD can be anywhere from $7-$25, depending on the title.

  62. Re:movie theatres by ChiperSoft · · Score: 1

    Oh please, I doubt many people factor in health concerns when deciding if to go to a movie. This flu isn't that big of a threat. Somebody saw the movie Outbreak a few too many times...

    The reason people aren't going to theaters is because theaters no longer give a showing that's worth the cost. Don't kid yourself, the big cinemas are just as bad, worse in some ways because they care more about their bottom line then the little guys.

    Movie piracy is up because nobody wants to spend $50 to take their family to a film (yes, that is how much an average family of 4 spends to see an evening movie). As you say, the quality of presentation has dropped dramatically. It's pathetic how poor theaters are these days. The food has gotten worse, the costs have gone up, and the playback of the film has become atrocious. It's been 3 years since I saw a movie where something wasn't wrong with the presentation. If the projector didn't just stop working entirely, then the movie was out of focus. Granted, we don't have any landmark theaters around here...

    Again, that gets down to bottom line. Why pay a good salary to a career projectionist with 10 years experience under his belt when you can teach some kid how to thread and start a movie for minimal wage.

  63. "Cox on Demand" by Simonetta · · Score: 1

    "Cox on Demand"

    So how do they advertise this service? Do they run commercials with a bunch rowdy drunken guys in a tavern pumping their fists in the air yelling "We love our Cox!".
    Or do they the sultry female Aryan with the major league yaboos purring ... "Cox on Demand. It's what every girl wants..."?

  64. Re:the movie industry has less to worry about by sensei_brandon · · Score: 1

    the porn industry isnt complaining. the movies they sell are of low production value and are sold at an exhorbitant markup. what you can download are usually just little promotional movies from a site, so its just free publicity for them. /fap fap

  65. oh...okay by baneblackblade · · Score: 1

    so does this mean that we're actually going to be seeing more than one or two GOOD movies every year?

  66. Why the DOJ should have pursued RIAA antitrust by Anonymous Coward · · Score: 1, Insightful
    I think if the RIAA would have done this earlier in the game, they wouldn't be in the mess they are in now.
    And now we have a whole generation (those under 20) who think it's normal and legal to pirate, especially when it comes to commercial music. For giving "intellectual property" a bad name (despite its being in the Consitution, with its original intention to help rather than hinder the small inventor/creator), for corrupting U.S. youth, and for other reasons, the DOJ music industry antitrust investigation should have proceeded.
    1. Re:Why the DOJ should have pursued RIAA antitrust by Zleeper · · Score: 1

      Hiding behind Sony Bono (pun intended) to get the copyright extended ad infinitum basically sends the 15yos out to do what they still need to do to get the fodder for themselves. As older folks, stuff on our shelves (TV crap etc.) had a shlef life of 17 or 20 years so we knew that stuff could be used after that. BUt now all bets are off for the shelf life, and therefore younger people are now left with never expiring cream that they are not even allowed to whip to tunr it into something new.
      THE DMCA IS THE WORST DIGITAL THING TO HAPPEN TO THIS COUNTRY PERIOD. It needs to be repealed, and more thoughtful laws be enacted. Thoughtful as to the purpose of need for a law to cover "Intellectual property" as stated.

  67. Award show screeners are not to be blamed by ChiperSoft · · Score: 1
    "Most of the higher-quality copies come from within the industry, often copied from "screener" discs sent out during the annual awards season."

    BZZZZT! Wrong! This guys been listening to the MPAA for too long. Online movies don't come from award show screeners. If that were the case then it would take months for a movie to show up online.

    Screener divx rips come from the tapes they sound out to movie reviewers for newspapers and trade magazines... People like Ebert and Roeper.

    This is why MPAA's banning of award show screeners is just stupid. Those tapes aren't likely to show up online.

  68. Huzzah! by Rogerborg · · Score: 1

    Now, where can I buy divx or mpeg films, uncrippled, just the films, with no piracy warning bullshit or added garbage, right now, online? Oh, and available in the UK.

    What's that? I can't. But they just said! Honestly, if we can't trust PR spin doctors to match saying with doing, then who can we trust?

    --
    If you were blocking sigs, you wouldn't have to read this.
    1. Re:Huzzah! by TiggsPanther · · Score: 1
      just the films, with no piracy warning bullshit or added garbage

      Heh. I just bought X-Men 2 last week. And before it even gets to the trailers (never mind the menu...) you get a "This DVD is for sale, not rental. If you rented it...." spiel.
      Screw that. I've just paid for the film. i don't want to have to sit through that crap every time I want to watch it. If that's not incentive to get a fully-modded DVD-player with all the "anti-piracy" measures removed (just to skip through that or the FACT/FBI warnings) then I don't know what is.

      Tiggs
      --
      Tiggs
      "120 chars should be enough for everyone..."
  69. Re:Waaaahhhhhhh.... by God!+Awful+2 · · Score: 1


    then gouge the Japanese for $50 to buy it.

    Hehe... interesting how this got chosen for the insightful mod rather than the parent. That's the whole point. $50 might sound like gouging to us, but in Japan everything is 3 times as expensive. They make higher salaries too.

    -a

  70. Movies are not music, it isn't a problem by asukaikari · · Score: 1

    Movies will never entirely have the same problem as music. Because at the very least, people will always go to the movies. Because if you say, 'hey baby, you want to come watch lotr on my 'home theater'? i downloaded it this morning' - well, that's just not going to get you what you want now is it? Going to the movies is never going to stop so at least they'll always make money. And maybe this mass downloading will inspire them to make better movies. Because I'll go see something in a theater if it's good. I only download stuff I don't want to pay for but I want to see.

    Further, when it comes to DVD, it's not a huge problem for the MPAA yet. yet. Because at least in my experience I can't download high resolution dolby 5.1 movies on the internet. And that's what my 40inch tv (which i spent an entire summer saving up for) and sound system deserve. And as others have mentioned, the availability of movies on the internet I think has boosted the extras on dvd. Because there's more to most dvds than the movie. One day, the internet will be fast enough that I can download dvd quality movies and extras but right now I can't.

    Further, if poor college students want to download movies because they are poor, I say more power to them. Because I believe they'll give you the money when they have it. When they grow up and get a job and have children are they going to bother to find and download movies. I think it's easier to buy stuff if you're out anyway.

    And lastly, DVDs have become collectables. DVDs go out of print. You have that Criterion Hard Boiled? That's worth like $200. Awesome. I know people who literally collect DVDs.

    So I don't think they'll ever have the problem music does. A bought cd has nothing to offer us. Cover art? Liner notes which you can read and print out from the internet if you want to. And they take very little time to download at high quality. They're not mixed in 5.1 and cds don't premiere like movies. There are concerts but that's not the same as going to the movies.

  71. Good points by Featureless · · Score: 1

    Although I don't count out centralized or corporate solutions purely on principle, I tend to agree. And I certainly agree that all of these decentralized P2P technologies would have been developed to some extent, eventually, regardless of what the RIAA/MPAA did.

    I would only suggest that you are by far the exception, and without the RIAA's impetus, such systems would be a long, long time in coming, and would perhaps never reach the level of sophistication that they are now approaching.

    1. Re:Good points by Featureless · · Score: 1

      I was thinking of a more subtle approach to DRM on their part than you might be.

      You may well be right, but I will lay out a few brief ideas in response.

      What if Napster didn't take actions to drive its users away? I think the first step is merely eavesdropping and watermarking. Very, very cheap pricing ($20 all you can eat? 50 songs for $5?), very simple payment systems (co-billing deals with ISPs is the big dream, but that would take a long time to get going). You can up the price later as you gain momentum. Raise the specter of being caught rather than futilely try to secure things. The basic idea is to create a system where you can at least determine whether a song is owned by the user.

      You negotiate aggressively with every P2P network you can cut a deal with, but you want to avoid driving them under. Make an example of one only if it's small. Primarily, you want to threaten, not to act. It would have been more than enough - Napster would have done anything the music companies asked, at the end. And then, for your companies, universities, and everywhere else you can, you start to market a "compliance system." Consider it similar to the BSA audit process. "You want to be legit? Just put these rules in place and pay a modest settlement. Otherwise bend over for a good old fashioned lawsuit."

      Companies and universities roll over in a heartbeat. We see that everywhere, all over the country. Those are actually the few places you can really make strides. The new rules might only let you access the network if you install their compliance package - and that's what shuts off your ability to play things you haven't paid for.

      Of course, once again, you don't get greedy. A student wants to dual boot Linux, but there's no Linux compliance package? Well, if we give them the CD, they sign the "acceptable use" policy, and install it on Windows, good enough. The point is to stay on top of the majority (in this example, it would be 99%). The point is, to make it just a little more difficult to break the rules. Yeah, lots of people will break them, just as lots of people have always copied games from their friends, but it's the majority you're after. It's a proven business model (hello, video game industry).

      Home users, and anyone else on a free system, will still be able to do what they like. But their veneer of legitimacy is gone. And eventually you advocate that the government mandate conformance software of some kind... but even if they don't... the point is establishing a new cultural norm. We may be able to cheat relatively easily (as we do with many rules), but we do pay for content online.

      And of course, DRM has to fail well. We're not talking encrypted files that you can't put in your Rio or your car. And I would even suggest that you must be able to "manually" share your files with others in a trivial way - perhaps when conformance is enforced, they merely expire after a week or two.

      This is all off the top of my head, of course. I'm not saying it's the best approach, only trying to speculate about what could have happened. I'm not sure how viable this approach would still be. The whole point is to, very gradually, very slowly, boil the frog. You can't turn the heat up too fast. But if you ease them in, by the end they'll think DRM is just as American as apple pie.

  72. Re:From my vantage by wideBlueSkies · · Score: 1

    >>but it doesn't cost money (only time) and it doesn't take up physical space

    Sure it does. It takes up physical space on the disk it's stored on. Though you probably mean it doesn't take up physical space outside the computer.

    wbs.

    --
    Huh?
  73. Re:Give it up. by politicalman · · Score: 1

    "If I borrow a Video Cassette Tape or DVD disc to watch, its legal for me to make a copy for personal use."
    In the USA this is sometimes true and sometimes not.
    It is true for most educational TV rebroadcasts from PBS - it is not currently true for The Matrix DVDs.
    (fair use != freely copy) if fair use meant freely copy we all would have heard about it a long time ago.
    Judgment must be used but recent popular blockbusters not yet available on TV can probably not be copied in their entirety under fair use rules (note that about the only person that can make a full copy is the owner of the item for their own use as a backup under fair use).

    In terms of copying your buddy's DVD I'm not sure that I or anyone else cares about that.
    It is when the definition of your buddy turns in to whoever has access to your website/PC or whoever appears on a street corner with five extra bucks that people are worried about. (i.e. The Judge may not believe the buddy story if he/she was able to get a copy.)

  74. Re:Waaaahhhhhhh.... by Fulcrum+of+Evil · · Score: 1

    in Japan everything is 3 times as expensive. They make higher salaries too.

    compare New York and Tokyo, then tell me the same thing.

    --
    "We returned the General to El Salvador, or maybe Guatemala, it's difficult to tell from 10,000 feet"
  75. steal? by Zone-MR · · Score: 1

    Who mentioned anything about stealing? Or are you one of the uninformed group who still consider copyright infringment to be theft?

    In my post I gave *reasons* why people choose to download movies, and constructive critism of what is wrong with the way media is marketed - artificially inflated prices and no means for consumers to actually get what they want.

    Of course I could either stop watching movies regularly and as you suggested "get a cheaper hobby", but this wouldn't be beneficial for the movie studios, and it wouldn't be beneficial to myself.

    1. Re:steal? by Mad+Marlin · · Score: 1
      Who mentioned anything about stealing? Or are you one of the uninformed group who still consider copyright infringment to be theft?

      Are you:
      Getting something ...
      Which wasn't your's to begin with ...
      Which you did not pay for ...
      And did not make yourself ...
      That was made by someone else ...
      And was not a gift to you ...
      That most people pay money for?
      Explain to me again how this is not stealing?

    2. Re:steal? by Lemmy+Caution · · Score: 1

      Because a copy is not a product. Because copyright laws vary from country to country, and for something to be stolen, it has to be understood as a good in the place where it's being taken.

      In Canada, it is illegal to share files, but not illegal to download them. Also, in the US, the RIAA is going after music sharers, not music downloaders - even if the sharers have legally purchased CD's (and therefore the right to make personal copies) If you kept sticking to your "theft" analogy, this would be like saying that it's illegal to leave your front door unlocked, but not illegal for someone to walk in and take your stereo if you do. Seems like the "theft" metaphor is breaking down already.

      Music is a service, not a good. Treating it like a good is increasingly an unteneble, broken model.

    3. Re:steal? by Zone-MR · · Score: 1

      I didn't deprive the owner of the item.

      If I went to the local HMV, took a DVD, and took it from the shop without paying, it would be stealing. If I made a copy for myself, without depriving the owner of the original item, it would be copyright infringment.

      Surely you can see a difference between the two crimes I described above?

    4. Re:steal? by Eder · · Score: 1

      In Canada we pay an artists tax on each CD-R...royalties to be eventually returned to artists..(of course the commission in charge will eventually use it all as expenses/renumeration). Never the less it negates the downloader from copyright infringement issues...as we Canadians are already paying for downloaded media. I have downloaded divx etc. for years as an easy way to replace paying for HBO. After a view or 2 I quickly delete the movies...it's just too easy to redownload again. I think America needs a similar media tax on every cdr,hard drive,etc. to ease their guilt complexes and because it's just the right thing to do.

    5. Re:steal? by Mad+Marlin · · Score: 1
      I didn't deprive the owner of the item.

      No, you deprived the artist of his rightful revenue stream for his labor, which you obviously consider of some value, or otherwise you wouldn't waste hard drive space on the music.

      f I went to the local HMV, took a DVD, and took it from the shop without paying, it would be stealing.

      Thank God for modern technology. Back in the day, we had to shoplift our music if we wanted to steal it.

      Surely you can see a difference between the two crimes I described above?

      The difference beween shoplifting and "copyright infringement"? With shoplifting, you are stealing from some retailer. With "copyright infringement", you are stealing from the artists. The only other differences between the two are legal semantics.

    6. Re:steal? by Zone-MR · · Score: 1

      Such a tax would give me peace of mind, and it's certainly something I would welcome.

      There is, however a problem with this approach. People who use media for data storage, and who do not download multimedia may argue (rightfully) that they should not be expected to pay an "assumed guilty" tax, while purchasing media for 'legitimate' activities.

  76. Why stop at theft? by Peaker · · Score: 1

    If copyright infringement is worse than just "copyright infringement", why stop there?
    Copyright infringers are not just thieves of creative meterial, they are also murderers of creativity and the incentive to create. They're also robbing bastards that kidnap the income from poor authors who got into the business thinking they're going to get paid big.

    Oh - that's why its called "pirating".

    Give me a break - copyright infringement is unauthorized copying. Nothing is being stolen, nothing is being murdered, the term "theft" and "piracy" are misleading propoganda. There is nothing that can justify copyright in its current form and violation of copyright restrictions is the natural consequence.

  77. netflix by tepples · · Score: 1

    If I am to rent these DVDs, it would cost me 20/month + inconvenience.

    What inconvenience? Is a local equivalent of the USA's Netflix not available in your area?

    1. Re:netflix by Zone-MR · · Score: 1

      There is no equivelant in my area. I had a look at the site, and it seems to be a good service. If an equivelant service existed in the UK, it would certainly solve most of the problems I have with renting DVDs.

    2. Re:netflix by Mike+Hawk · · Score: 1

      So I read your original post and couldn't resolve two movies costing 100. Then I read this and you are from the UK. I'm still having trouble resolving the number, but including at least the currency symbol would generally be a good thing. I usually do when I post in USD for ease of read.

      FWIW, two movies here would be closer to equivalent to what I pay for 2MB cable than 5 times the access price so YMMV on the appeal to pity aspect.

    3. Re:netflix by Zone-MR · · Score: 1

      Sorry about that. I just glanced at the preview to make sure there were no major formatting issues. I didn't realise slashdot removed the GBP symbol.

  78. Uh by NanoGator · · Score: 1

    Who says I'm stealing? How do you know I'm not downloading a DiVX copy of a movie I already own? Who's to say I'm not downloading a movie that was stolen or damaged? Who's to say I'm not downloading a movie that I'd never ever ever buy in my life, thus giving it an extra chance it wouldn't normally have had? (Okay, not so ethical in some respects. But it's not like theaters all around are saying "if it sucks, you get your money back!")

    Why am I 'stealing' from you? Prove I'm stealing. Prove anybody is. Tell me WHY somebody would spend >24 hours trying to get a movie off of Kazaa. At that point, just go pay the ever increasing ticket price that easily climbs to the cost of a DVD.

    --
    "Derp de derp."
    1. Re:Uh by TheRaven64 · · Score: 1

      Exactly. I downloaded DivX copies of most of the VHS videos I own. Under UK law I have the right to make a backup copy, but due to the macrovision copy protection I can't do this with the equipment I own, so I used Kazaa to provide a backup service for me. Unlike the MPAA and friends, the nice people on the network were kind enough not to charge me for a copy of something I already own...

      --
      I am TheRaven on Soylent News
  79. Re:Privacy VS Transperceny by Saeger · · Score: 1
    If there is ever going to be a "transparent society", I would hope that two things hold true:

    1. That there's still at least the same level of privacy that you can find in a small town (which isn't much). As it is today, you have way MORE privacy living in a big city or in the middle of nowhere. But if people can't even escape the gaze of tiny mote cameras & mics to jerk off, pick their nose, or call the president a fucking moron, then you'll end up with a neurotic, resentful population.
    2. Two-way glass. Government officials and CEOs don't deserve the luxury of being hypocrites. They want the right to dig through our lives? It goes both ways.

    --
    Power to the Peaceful
  80. Blockbuster has set the price-point for DVDs by NewtonsLaw · · Score: 1

    I know quite a few people who, when they want a particular DVD title, simply rent it and rip it for their home collection.

    Clearly this means that the price-point that these pirates are willing to pay is the price others pay for rental.

    And, when you look at the fact that even the best movie isn't something you'll watch once a day, or even once a month for that matter, I don't see why there should be so much difference between the rental and retail price.

    Personally I tend to buy my DVDs -- even though some of my favourites (Harold and Maude, A Clockwork Orange, etc) gain nothing from the DVD treatment (no special features, crappy grainy quality).

    What I have done however, is capture a lot of movies from free-to-air TV broadcasts, edited out the ads, and burnt them to disk. This has given me a great collection of movie titles and I don't feel as if I've stolen anything -- any more than recording pop music from FM radio represents stealing music from the RIAA.

    With a good clean signal, a movie recorded from a TV broadcast is "broadcast quality", and that's good enough for me.

    1. Re:Blockbuster has set the price-point for DVDs by forkboy · · Score: 1

      The funny thing is, once you've paid the cost of the rental ($3-$5), the cost of the blank media($1-$2), and the cost of the burner($200-$500) as opposed to $15 per movie, you'd need to rent and burn over 30 movies to break even. So unless you're a bigtime movie fan, this is just silly.

      Even so, these aren't the people the MPAA is upset over. They still rent movies which means Blockbuster needs to buy more copies to keep up with the extra demand. The MPAA is more concerned with downloaders, especially those who download and/or distribute movies still in the theater.

      --
      This message brought to you by the Council of People Who Are Sick of Seeing More People.
  81. Re:They are forcing it into a black & white po by Saeger · · Score: 1
    Pick the lesser evil.

    That's easy: bottup-up anarchy. But even with totally anonymous nets you have pseudo identities and self-moderating systems like slashdot. Much better than the top-down control-freak alternative (unless you ARE a control-freak that is).

    --

    --
    Power to the Peaceful
  82. Not really true for the movie industry... by Eric+Damron · · Score: 1

    "The movie industry, he said, has to ask itself what the music industry should have asked years ago: 'Why do they want to steal from us?' The answer, he said, is simple: 'Because you won't sell them what they want.'"

    An interesting statement that is true for the music industry but doesn't seem to apply to the movie industry. In the case of the music industry, they sell albums with one or two good songs and force the consumer to buy eight or more songs that they wouldn't buy if they were not bundled with the songs they do want. So rather than paying three or four bucks for two songs that they want, they pay fifteen to twenty. Is it any wonder that a lot of consumers feel ripped off?

    In the case of the movie industry nothing is bundled. The consumer pays for a single movie that he wants.

    I guess maybe he's talking about consumers wanting to get content on-line. For small files that don't take hours to download this is true but again not so much for movies that can take hours because of the size of the download. This is especially true if we're talking about DVD quality downloads.

    As the downloads become faster and the quality higher I believe that the movie industry will be facing the same problem. I don't believe that most of the downloads are motivated by noble reasons. Most people that I know want to pay for the content once and only once and they don't want to pay much either.

    I have several albums that I have paid for more than once. I don't know how many tapes have been eaten by my player before I got a CD player. Now that I do have a CD player I like to rip my music and store the content as ogg files on my family server. That way I can play my music from any computer in the house. It really pisses me off when I pay money for a CD and find it "copy protected." And with the DMCA I'm afraid to even ask for help in exercising my right to backup the music that I've paid for.

    So to sum it up, if either industry wants to give me what I want then they need to figure out how to give me content that I can store on my home server so that I will NEVER lose it and so that I can EASILY play the content from multiple players through out my home.

    --
    The race isn't always to the swift... but that's the way to bet!
    1. Re:Not really true for the movie industry... by TiggsPanther · · Score: 1

      You have a point - up to a point. But there are some reasons why people would be able to get something from downloading that's simply not available from the commercial release.

      Firstly, there's a long wait in between the cinema and Video/DVD releases. I know there've been times when I'd gladly have bought the DVD immediately after I'd seen the film in the cinema - just 'cos I want a copy of my own then and there. It's not too much of a stretch for people to want to download for that reason.

      Then there's a few reasons that are specific to non-US areas - especially the UK.

      For one thing, there's the usual wait beween US and UK releases - thankfully decreasing in some cases. This measn that the US DVD is available before the UK release. And although, personally, I'd import the DVD. Some would download - especially seeing that it'll be a DVD-rip not a camcorder-in-cinema job.

      Price-hike/cut philosophy - way too prevalent over here. You can pay 15-25GBP for a new DVD release, only to see it in the same shops for under a tenner within the year. Certainly doesn't really encourage me to want to go straight out and buy stuff anymore.
      Hell, The Matrix was still going for #18 when Reloaded was out in the cinema, then got dropped to about #8 in most shops shortly before Reloaded's DVD release. I already had the VHS, and if the DVD hadn't dropped in price I was looking into downloading a high-quality rip.

      The "January Sales" queues are jammed full at the moment. Lots of people wanting to buy stuff that there's no way they'd pay full-price for.
      And that is why people "pirate" or "steal" these movies. Many* have nothing against paying for them, but they refuse to pay more than what they feel is [a] a worthwhile price or [b] the inevitable cheaper cost.

      (* - And the rest, well they wound't pay anyway. But at least they're sinking their money into ISP bills rather than funding market-stall pirates.)

      --
      Tiggs
      "120 chars should be enough for everyone..."
  83. not a good anology by Scudsucker · · Score: 1

    You don't expect to be given a new car for free when your old one crashes or breaks down; why should DVDs be different?

    Because the ratio of the material cost to the sticker price for a car is huge, while for a DVD it almost nothing. What he should suggest is being able to get new copies of damaged media for the cost of shipping and materials - rather than having to pay for the content again as well.

  84. no it can't by Scudsucker · · Score: 1

    Copying can be theft.

    Its not theft. Never was, never will be, for the simple reason that you must remove something to steal it. If you're copying, you aren't removing so there is no theft. Is copyright infringment illegal? Sure. Do the creators of content deserve some kind of compensation? Sure. But that doens't make it theft.

  85. Re:Movies are not music, it isn't a problem by TheRaven64 · · Score: 1
    I'm not convinced that cinemas will be around much longer. It costs about the same for 2-3 people to go to the cinema (excluding drinks, popcorn etc.) as it does to buy a DVD. One evening every week some of the people from my department watch a DVD movie on the projector / sound system in one of our conference rooms. The chairs are more comfortable than in a cinema, the quality is equivalent, it can be paused if someone needs to go to the toilet, we don't have to sit next to irritating people with mobile phones, and we can bring some beer or a bottle of wine to drink. It is a far more enjoyable experience all round. The equipment to do this costs about half what it did last year. Within a couple of years, I suspect having a home cinema system that rivals a commercial cinema will be relatively common (although not ubiquitous). The main problem for a lot of people will be finding an accessible wall large enough to project / hang the screen on...

    Of course parallel with this, bandwidth will be increasing. At the moment, it takes me about 10 minutes to download a CD image at work, or a couple of hours at home. Given enough sources, I could quite easily download a DVD image overnight at home, and burn it in the morning. Actually, I'm surprised Apple aren't doing this through iTMS. Most new Macs have DVD burners, and it seems a logical use for them...

    --
    I am TheRaven on Soylent News
  86. What % of that 90%... by crazyhorse44 · · Score: 1

    voted for the Nazis?!?

    --
    . SLASHDOT: Home of the vicious nerd.
  87. Re:One answer? iShows... by cynyr · · Score: 1

    I hate to be the one to point this out but if anyone starts doing that the first client will be windows, then a mac one one. There probably will never be a linux/BSD/SunOS/etc because of the fact the about the only way it would ever work on every linux box would be provide the source, which would document the protocal, and i'm sure it would be a short amount of time before a hacked version would allow you to get movies for free.

    --
    All of the above was encrypted with a Quad ROT-13 method. Unauthorized decryption is in violation of the DMCA.
  88. Completely wrong...here's why you steal by Overly+Critical+Guy · · Score: 1

    It's convenient. That has justified it in your mind. You are so accustomed to the convenience that you can't imagine not having it, and instead of you being guilty of illegally downloading movies without paying for them, it's somehow their fault because you don't want to see movies that "may or may not be crap."

    Never mind the fact that something may or may not be good doesn't give you the reason not to pay for it (ever heard of movie reviews? Word-of-mouth? Hell, the Internet?).

    Meanwhile, Slashdot continues to latch onto two examples--a grandfather and a little girl--getting sued by the RIAA, which is a typical tactic of propaganda. They sent out hundreds of thousands of letters. Chances are, a couple of the usernames they target will be old men or little girls. The horror! But Slashdot latches onto it and blows it out of proportion to somehow paint the RIAA as the evil bad guy, when all they are doing is EXACTLY WHAT YOU GUYS WANTED WHEN THEY SUED NAPSTER--going after individual downloaders.

    To sum it up, people download because it is so convenient to them that they've justified it in their minds to shed any guilt. It's ridiculous, and it will never stop being wrong, no matter how much Slashdot tries to push it as some inane, anti-corporate revolution. It's not a revolution. It's not a culture movement. It's just people with high-speed connections downloading things they would normally have to pay for. It's just become widespread enough that you guys are justifying it to absolve yourselves of guilt.

    --
    "Sufferin' succotash."
    1. Re:Completely wrong...here's why you steal by aardwolf204 · · Score: 1

      But Slashdot latches onto it and blows it out of proportion to somehow paint the RIAA as the evil bad guy, when all they are doing is EXACTLY WHAT YOU GUYS WANTED WHEN THEY SUED NAPSTER--going after individual downloaders.

      Ok, so, I'm not the only one that still gets a kick outa this. Come on now, were the explorers of the new seas (internet) wanting to raip and plunder (just like any good pirate would, back in the old days of pirates and such, but as the world and sailing evolved, you dont see pirates anymore. The internet is still young. wait.)

      Bottom line: We want our cake and eat it too. Just pray out IP doesnt come up. (169.146.247.23 ;)

      --
      Im dreaming ofa big bndwdth, That can resist the /.crowd.May ur days b merry & bright & may al
    2. Re:Completely wrong...here's why you steal by LordK2002 · · Score: 1
      To sum it up, people download because it is so convenient to them that they've justified it in their minds to shed any guilt.
      I do not need to "shed any guilt", because the type of downloading I do myself (i.e. downloading films I never would have bought anyway, and then deleting them without distributing) is not "wrong" under utilitarian ethics, no matter how many people dogmatically state that it is.
      It's ridiculous, and it will never stop being wrong, no matter how much Slashdot tries to push it as some inane, anti-corporate revolution.
      That is your opinion. It is not "wrong" under utilitarian ethics, it may be "wrong" under right-wing authoritarian ethics but that is not a set of principles I live by.
      It's not a revolution. It's not a culture movement.
      I am not aware of anybody claiming that it is.
      It's just people with high-speed connections downloading things they would normally have to pay for. It's just become widespread enough that you guys are justifying it to absolve yourselves of guilt.
      See above.

      Regards,
      K

  89. DVDs aren't what we want by kjd · · Score: 1
    DVDs aren't What We Want anyway. All the silly restrictions are a pain in the ass.
    • Can't skip previews/warnings when the technology is there to make it easy to do so
    • Can't view DVDs from other regions
    • Can't view the DVDs you purchased at home if you move to or visit another region (envision moving to another country and having to buy a new, incompatible DVD player and DVDs)
    • Encryption makes it a pain in the ass to legally view your DVDs on unpopular platforms
    • DVD licensing fees, etc

    These and other things make purchasing DVDs less enjoyable and worthwhile. There are ways to work around these things; what's the end result of all the restrictions? People buy DVD players that let them view DVDs from whatever region they like. People create software to defeat the security features. People rip out all the scenes, paste them together, then offer them up for free download where they're voraciously devoured by the public before they're even released.

    We don't want lame-ass restrictions. Legally we may only have a license to view the movie and not own a copy of it, but that's not how people think or what they want.

    DVD opened up with the silly restrictions removed offers a quality copy of a movie that is a pleasure to own and operate, which is What We Want. Give us what we want and we'll eat it up.
    1. Re:DVDs aren't what we want by pod · · Score: 1

      Everyone keeps bitching about not being able to skip previews and warnings on DVD. I have a Sony player, so I know a thing or two about 'locked down', but I NEVER had a problem skipping previews, and for FBI warnings usually Menu or Next Track does the trick.

      And someone PLEASE tell me what these DVDs with previews, especially unskippable previews are. I think I have one or two from what I recall, but I never had to sit through them.

      So, really, I'd like to know, so I can avoid buying them if possible. Because this excuse comes up every time someone bashes DVDs.

      --
      "Hot lesbian witches! It's fucking genius!"
    2. Re:DVDs aren't what we want by kjd · · Score: 1

      I don't know of a comprehensive list, but some players (including some Sony players) will allow you to bypass content that others lock down, so it's possible that yours is not affected.

      The Sixth Sense comes to mind as one example of a DVD with previews that attempt to block the "index forward" function. It's very common in the rental versions of DVDs.

    3. Re:DVDs aren't what we want by pod · · Score: 1

      Rentals, well, that may explain it. I don't have 6th Sense (didn't think enough of it to buy it)... I know Disney put in previews for sure, but those are always skippable, and I think Paramount (or MGM?) started putting some in. That's about it.

      I don't know much about DVD programming, but I wouldn't have thought there were multiple levels of 'do not skip' flag, so I don't see how some players would let you skip some unskippable cotent while not allowing you to do the same with other. Oh well, it is a pain in the ass sometimes, but I'm far more pissed about these retarded animated menus than not being able to skip the FBI warning screen.

      --
      "Hot lesbian witches! It's fucking genius!"
  90. You ARE a thief, and here's why by Overly+Critical+Guy · · Score: 1

    Every single time some pedantic moron brings up that "copying is *NOT* stealing!", I shake my head, for several reasons.

    1.) It doesn't matter. Your trying to remove the connotation of the word "theft" from it is just a laughable attempt at trying to reduce the negative image of someone downloading things they didn't pay for.

    2.) It IS theft, every way you look at it. If you look at it as intellectual property...if you look at it as lost revenue which you owe and don't pay when you obtain the product...and so on and so on.

    If cable theft is stealing, so is downloading without paying for it. Of course, pedantic Slashbots will jump in and try to say that cable theft is theft of service. Theft of service? Are you somehow removing a tangible copy of service from them that they no longer have? That's right, your counterarguments don't fly in the face of the very logic you use to justify that downloading somehow isn't stealing. Sorry.

    The whole point of your argument is visible when you said this:

    Does that make me a thief? Nope.

    This tells me you're just trying to shake the image of being a thief. You're trying to justify it in your mind to absolve yourself of guilt. Guess what? You ARE a thief. Sorry.

    --
    "Sufferin' succotash."
    1. Re:You ARE a thief, and here's why by aardwolf204 · · Score: 1

      thats what a lot of phreaks say when "stealing" phone service, and since it doesnt cost ma'bell a damn red cent its any less stealing. I'll admit that when I got into this scene in the mid 90's I was ignorant enough to believe this mentality and its partly due to the fact that I was so young and uninformed, but trust me, after explaining to your mother at the age of 13 why you were arrested for breaking into a telephone interface box on the side of a building, or decieving the operator into believing that those tones you played her were actually coins, you'll understand that taking what you dont own is stealing.

      ps: I download the weekly simpsons episodes online, but since I've paid for cable I dont feel bad about it, but none the less, I'm stealing.

      sue me: 127.0.0.1

      --
      Im dreaming ofa big bndwdth, That can resist the /.crowd.May ur days b merry & bright & may al
    2. Re:You ARE a thief, and here's why by f0rt0r · · Score: 1

      You really didn't prove your point. You need to look at the definition of stealing both legal and dictionary versions, then compare said definitions with what is involved with downloading a movie over some network ( say, the Internet, a network of networks ), showing where the two match up.

      Now, even if you get some kind of correlation between the two, people will argue things like "the law is wrong", "IP isn't real", etc. And you would have to defend your argument against them, or, be proactive and cover those rebuttals in your original statement.

      All of that said, phreaking ( using up voice circuits without authorization ) is different than downloading a file over a public network from a willing provider( file sharer )...don't you think?

      Hopefully my post comes off as informative instead of overly critical. Also note that I kept my opinion out of it, since I have already posted on this topic numerous times.

      Peace.

      --
      I can't afford a sig!
    3. Re:You ARE a thief, and here's why by aardwolf204 · · Score: 1

      I really didnt have a point to prove, just sharing my experiences and saying my opinion is that taking what you dont own, be it phone service or a dvd rip off a p2p network, is wrong/bad/illegial/bad karma/etc.. call it stealing, pirating, theft of service, whatever, the bottom line is you shouldnt do it but since the risk of getting caught is so low and the difficulty involved in commiting said crime is so low its no wonder otherwise honest people will "take" what they dont "own".

      I've only been on slashdot for a year or so, I dont think I'm at the level at which I can make a valid point yet.

      --
      Im dreaming ofa big bndwdth, That can resist the /.crowd.May ur days b merry & bright & may al
    4. Re:You ARE a thief, and here's why by gilroy · · Score: 1
      Blockquoth the poster:

      I've only been on slashdot for a year or so, I dont think I'm at the level at which I can make a valid point yet.

      You'll only be a true slashdotter when you realize your God-given right to make points instantly, whether or not they are valid. :)
    5. Re:You ARE a thief, and here's why by FrostedWheat · · Score: 1

      This tells me you're just trying to shake the image of being a thief. You're trying to justify it in your mind to absolve yourself of guilt. Guess what? You ARE a thief. Sorry.

      Perhaps I should have mentioned this in the original posting, but I'm copying DVDs I own. The copys are not distributed to anyone else. They are for my own use.

  91. You just described 'global free trade' by Kashif+Shaikh · · Score: 1

    "Those goods were priced for US markets"

    That's what happens when you have a global market -- something that you could grow in your backyard and buy with your current paycheck -- is not possible when the 'global modifier' is added and the good is sold across the globe. Plus if goods are imported, tariffs are added, increasing the cost of goods consumed.

    Many third-world countries got fucked when domestic-made products(i.e. agriculture) went from local market to global markets. For example, gasoline in Pakistan is not a magnitude cheaper than gasoline in North America. Why? Because if that was possible all the "Big Guys" would buy gasoline from Pakistan.

    Tieing this to the main topic, when a video is pirated in China it's 'good enough' for the right price. When ppl don't give a rats ass about DVD quality, and price is the main factor, then MPAA will have lots to worry about.

  92. buying movies makes a lot less sense... by crabpeople · · Score: 1

    great.
    ive always wondered why people bother buying dvds. i mean thats like 20$ for something that you will probably only watch once. for really great movies, i cant think of more than 5 myself, then i would buy the dvd. the rest, people just like buying things.

    i have never figured that one out. but your the reason that the industry isnt suing me so thanks!!!

    oh and i recently downloaded the league of extrodinary gentlemen which sucked. i figure for every movie i watch that sucks the industry owes me one movie that is at least passible. even LOTR 3 wasnt that great and i saved 15$ goign to see it (plus cost of gas).

    its not like im bankrupting the industry at all and even when i show my non tech friends vcds, most of them complain about quality anyways. the only reason people cared about mp3s is that the media latched on to it and basically challeneged the industry to do somethign about it.

    to each their own.

    --
    I'll just use my special getting high powers one more time...
  93. Re:One answer? iShows... by TheRealStyro · · Score: 1

    Due to the open source aspect of linux/BSD/etc, there will probably never be commercial services on those OSes that need to protect content. With wide open sources it would be very difficult to implement anything like drm. I can only think of a scheme that would d/l a random memory-resident 'driver' (written in something akin to java) from a service and use that to secure communications for streaming content delivery (and d/l new secure comm format/protocols at the same time). A memory-resident driver would be requested on each attempt to play previously d/led content. Yeah, I'm using the word secure very loosely. Plan for everything to get cracked and what to do after.

    Another way I think this would work is to get something like wine involved. Find a way for the windows version to work on an open OS.

    Then again, from a commercial service standpoint I think the bigwigs in their golden towers view the open OS movement as a bunch of hippies sitting around taking hits off the linux bong. Commercial interests don't care that much about OSes that don't generate income and cannot protect content.

    --
  94. Re:Waaaahhhhhhh.... by gujo-odori · · Score: 1

    Everything isn't three times as expensive in Japan. I lived there for nine years and I paid less for my rent (roughly the same amount of space), less for some of my groceries, notably fish and chicken, did not need to own a car thanks to the great public transportation system, and my transportation costs to and from work were 100% paid by my employer (normal in Japan) in the form of a train pass (which I could use anytime for my own personal use as well; a train pass is good for unlimited use anywhere along your points of travel, so it saved me quite a bit).

    I did make more money than I do here, that's true, but only about 20 per cent.

    It's possible to make everything cost three times as much there, but you don't have to. On average, things cost more than here, but careful shopping can offset most of that. If you live in a part of the USA that has cheap housing, the relative cost might make it seem like the cost of living is double or more, from your point of view. However, I live in California, and LA, San Diego, and San Francisco would all look that way from such a viewpoint, too.

  95. Or not by kjd · · Score: 1

    That doesn't work for the same reason anarchy doesn't work. Because it's what we started with. Without spoken or unspoken rules, we have anarchy and total lack of privacy.

    Then some or many people decide they'd rather not have it that way, tell people to piss off and mind their own business; and that's where absolute anarchy and unprivacy end and structured living begins.

  96. Re:Why download it for free? by FreakWent · · Score: 1

    "It's easier to sell 100 items for $1 each, than 1 item for $100"

    While true, many of the people buy the $1 item when they don't need / use it much and the overall use of finite (albeit currently abundant) resources increases. (Fresh water, landfill, electricity, transport, etc)

    This approach increases the profit of the company but at a significantly larger burden on society as a whole. See "tragedy of the commons".

  97. Currency symbols by tepples · · Score: 1

    including at least the currency symbol would generally be a good thing.

    For anti-spoofing purposes, Slashdot currently allows only ASCII characters in comments. The British pound sign (U+00A3, which looks like a curly L for libra) isn't in ASCII, except as the approximation "GBP". This makes it harder to distinguish, purely based on currency symbols in comments, whether a user is in the MPAA's market (the USA) or the MPA's market (elsewhere; the MPA is the MPAA's export arm).

  98. We The People Have Seen... by netmovies · · Score: 1

    We The People Have Seen...

    We the people have enthrone the Jester, to become serial lobbyists to circumvent, hack, pirate and kill Americans rights away along with our international allies rights. This year we the people have seen children and the elderly being sued for sharing intellectual property over a computer network even if they did not own a computer or know how to use one.

    We the people have seen university networks threatened to be shut down by serial lobbyists for just having a song singing about satellites.

    We the people have seen children sued by serial lobbyists in other countries for copying their own DVD's even though it is their right too. We the people have seen InternetMovies.com forced to shut down because serial lobbyists swore under penalty of perjury that they had movies from the future.

    We the people have seen serial lobbyists push new laws into power that will make your DVD player not be compatible with future intellectual property content, forcing you to waste money on a new one.

    We the people have seen serial lobbyists trying to push the Indie movies back into the dark ages with a screener ban, violating antitrust laws.

    We the people have seen serial lobbyists violating antitrust laws to put good movie sites out of business like Intertainer.com.

    We the people have seen enough of our constitutional rights and our neighbors rights being circumvented, hacked, pirated and dying away. Now we the people see the serial lobbyists losing law suit after suit.

    We the people are now being heard by the higher courts that are now starting to dethrone the Jester, returning the throne to we the people.

    We the people are Kings. Jester you are now ordered back to serve and entertain us Kings or prepared to be beheaded you Jokers.

    Happy New Year!

    Michael Jay Rossi
    President
    InternetMovies.com Inc.

  99. Circumventing equal time by tepples · · Score: 1

    as long as you live in a democracy the people can easily take back the power.

    Not in a "democracy" where a significant chunk of people tend to vote for the candidate that the TV tells them to vote for. All major broadcast TV and cable news networks in the United States are owned by parent companies of major movie studios: CBS and UPN, ABC, NBC and MSNBC, Fox and Fox News, The WB, CNN, and Headline News, all MPAA members. Campaign contributions by five out of seven MPAA member studios are in effect offers of free advertising time, circumventing the FCC's "equal time" rule.

    1. Re:Circumventing equal time by mixmasta · · Score: 1

      The US is not, and never was a democracy. See article IV, section 4.

      --
      #6495ED - cornflower blue
    2. Re:Circumventing equal time by tepples · · Score: 1

      So how can delegating the choice of representatives to conglomerate mass media be considered an effective "republican form of government"?

    3. Re:Circumventing equal time by mixmasta · · Score: 1

      Easy, they represent us, we do what they say, ha ha.

      Actually, I don't think media has as much to do with is as you seem to believe. They at least try to give the impression of being balanced. The biggest influence is the big money spent by industry trade groups lobbying in Washington. Come reelection time, who's needs get listened to first?

      --
      #6495ED - cornflower blue
  100. Then use more servers by tepples · · Score: 1

    i find the [bottleneck] is ... the server being able to push more bits my way

    Already solved. Try downloading through BitTorrent, which downloads from dozens of servers at once, using the upstream bandwidth of other people who are downloading or have just downloaded the same file.

  101. Re:Movies are not music, it isn't a problem by asukaikari · · Score: 1

    I don't think the home theater thing works for everyone. Going on dates with people who you are just not ready to go to their house nor close enough to hang out with their friends. Or being able to go out and dress like a hobbit. Or just getting out of the house. It's too culturally relavant. Seeing a movie with an audience is an experience. What you do sounds cool, but I don't want to spend anymore time in work or with the people I work with than I have to. Also, downloading, at least in my experience, is a pain. Anyone you would download from is never on all night and so you get like 1/3 of the movie while your sleeping and then you have to find the same version of the movie to complete downloading and its just a pain. Plus they often come in two parts and for some reason no one ever has the second part and whatever. I'd rather just go. But clearly I'm missing out on the nice download places where one file will completely download when I sleep. And that file doesn't have annoying digital glitches or sound drop outs or whatever that are so annoying on my big screen with my sound system. A lot of people prefer perfection, if they can get it. I'm telling you, moviegoing and dvds will never go out of style.

  102. Names by Zleeper · · Score: 1

    Canadians call us "Mercans"

  103. Now there in lies a question by Zleeper · · Score: 1

    If I bring in my own candy, (and it was candy not offereed in the theater) will the RIAA issue me a subpeona? They had manufacturing costs and production costs to recoup on the stuff they do offer, so I should be forced to eat that crap?

  104. Fair use??? by Zleeper · · Score: 1

    My ex-wife buys my son Pirates of the Caribean, I make a copy of it, so he can watch it at both of our houses on visiting day. Is that fair use for him?

    1. Re:Fair use??? by politicalman · · Score: 1

      Nope.
      Your ex-wife owns the DVD. If you're truly divorced then she is in a separate household.
      He can bring it with him to watch but she can't make a copy and hand it to you (duh - that's illegal) under fair use laws (which only allow her to make a full backup copy for her own use).
      Guess what? No one would care if she made a copy and gave it to you - its like jay walking. I can't imagine a police agency worrying about this at all.
      It is when people take a seemingly harmless example like this (where someone says it is okay - notice I didn't) and tries to apply the parts about making copies and handing them out to other situations that worries everyone. "My son visits everyone on the street and may want to watch the movie - DVD blanks cost a lot so I'll make it accessible on the Internet for all of my neighbors." Oops.

    2. Re:Fair use??? by politicalman · · Score: 1

      Takes one to know one :)

  105. More like TVocracy by tepples · · Score: 1

    Unless you hate democracy laws were put in place by the majority.

    So why do so many members of the "majority" tend to choose the candidate they see on MPAA-controlled broadcast networks and MPAA-controlled cable news networks?

    1. Re:More like TVocracy by tomstdenis · · Score: 1

      Is there foul-play? Yes. Do two wrongs make a right? No.

      If many people feel the way you will have a majority. Stop buying MPAA/RIAA crap.

      However, that's not likely. I bet a good 90% of the /. crowd who moan and bitch about the MPAA have gone out and seen the latest hollywood crapbuster.

      Tom

      --
      Someday, I'll have a real sig.
    2. Re:More like TVocracy by tepples · · Score: 1

      Stop buying MPAA/RIAA crap.

      I already have stopped buying more than about two major label records a year. I rent movies much more often than I buy them, and I tend to like the Hallmark family films published by Artisan Entertainment (not in MPAA). However, I can't easily avoid consuming RIAA music played over the PA in shops.

    3. Re:More like TVocracy by tomstdenis · · Score: 1

      Um, renting movies still puts money into hollywood. A single DVD could be rented out probably around 20 times [at a minimum] before it starts getting all messed up [like game DVDs for the PS2 which are almost always damaged].

      It costs about 5.99$ to rent a movie anywhere [a new release]. That's 20x5.99 or about 120$ per DVD. How much do you think Blockbuster pays for each DVD they buy from their suppliers? [or distribution rights or whatever they need].

      That's a lot of money that still goes into the pockets of the MPAA.

      Tom

      --
      Someday, I'll have a real sig.
  106. Children watch movies repeatedly by tepples · · Score: 1

    i mean thats like 20$ for something that you will probably only watch once.

    Tell that to any family with children under 10. How many times are they going to want to be babysat with The Care Bears Movie, Cats Don't Dance, All Dogs Go to Heaven, Pinocchio in Outer Space, Shrek, or a Barney and Friends disc? And what about titles that no video rental store in town carries?

    oh and i recently downloaded the league of extrodinary gentlemen which sucked.

    There are good reasons why LXG the movie didn't live up to the original comic, largely related to difficulties in licensing the trademarks on the names and likenesses of the various characters involved from the current holders of the movie rights. Brad Stone wrote an article in Newsweek giving full details, but it's no longer available for free; a single web copy costs $2.95, and rights to republish the article online are priced "by request" (that is, if you have to ask, you can't afford it).

    for every movie i watch that sucks the industry owes me

    ...nothing. Check rottentomatoes.com or something before you buy a ticket.

  107. The hole preventing Windows Media DRM for Mac by tepples · · Score: 1

    there would be no problem if Microsoft gave Mac users a version of WMP with DRM

    Here's one reason why it won't happen: Because Microsoft does not control the Mac OS graphics architecture, it has no way to ensure that the owner of a machine hasn't inserted a capture shim between Quartz and the video driver.

  108. Dual layer by tepples · · Score: 1

    your point about the annoyance of switching a SVCD movie half-way thru is null & void.

    Pressed DVD-ROM discs often have two layers. DVD-R and DVD+R have only one. The only way to put a dual-layer movie onto one disc without transcoding is to split it into two, as in VCD, or to transcode it down, which brings up the Hyundai/Lexus issue again.

  109. And in music? by tepples · · Score: 1

    And did not make yourself

    Then explain how writing your own song is stealing, even if you don't recognize that you are using a few notes from an existing song.

  110. Traffic shaping by roie_m · · Score: 1

    I believe Linux already has some pretty sophisticated "traffic shaping" features, where you can set priorities for different streams based on source, destination, and a handful of other properties of the TCP stream. See the Linux Advanced Routing and Traffic Control website.

    1. Re:Traffic shaping by mrogers · · Score: 1

      I had no idea traffic shaping in Linux was so sophisticated. Looks like you can use setsockopt() to set the socket's priority via the TOS field. Thanks for the link!

  111. Re:buying movies makes a lot less sense... by aardwolf204 · · Score: 1

    people just like buying things.

    I'm with you man. I dont fucking get it. When VHS first came out did you see them selling tapes everywhere you turn, even fricken 7-11 sells "hot releases". I dont get why with the DVD player (ok, wow, biggest new home electronic adoption ever) came the "DVD Collection". I've got a friend whos parents have an entertainment center full of DVD's that they likely only watched once, if ever at all, and when asked why mom came home with yet another "gotta have" movie its because "it was cheap ($14.99) and was at the register. My god WTF happened to society. This is crazy. I'm not saying everyone go out and download divx rips instead, but this seems to me like a fad that will hopefully die out as soon as the masses realize that they're $15/week movie habbit is really costing them.

    what we really need are online alternatives ala ITMS & Co, or mass adoption of movies on demand (with the analog RCA out lines running to the unDRMd TiVo in jack. well, at least me personally ;)

    PLEASE, for the love of God, someone tell me I'm not the only one that thinks this way.

    --
    Im dreaming ofa big bndwdth, That can resist the /.crowd.May ur days b merry & bright & may al
  112. Re:Waaaahhhhhhh.... by Imperial+Tacohead · · Score: 1

    In a way, that's nice to hear. So long as American cultural products are too expensive for members of the Argentinian middle class, it encourages the growth of local culture -- homegrown music, theater, and film. I don't know if I have a rational reason for being heartened to hear that, it just strikes me as a good thing.

  113. Very true by Featureless · · Score: 1

    They would have to be extremely subtle about it.

    Just to come up with one example, they might have considered violating users' privacy rather than their fair use rights, by watermarking or at least fingerprinting the files, to raise the specter that violation of the terms of use, while possible, is more likely to get you caught than before.

    There are many gradual, careful approaches that consumers might not resist in sufficient numbers.

    Right now the industry approach to DRM is laughable. It is good, too, because if they were more sophisticated about it they might have a chance of success. The problem is the full-court press that is apparently coming from Microsoft, even though I believe they are bigger than (for instance) the entire music industry in size, and stand to lose billions and indeed threaten their dominant position with such a move. They are apparently embracing DRM for other reasons - to use the DMCA to shut out open source software that attempts to interoperate with their new, "secure" platform, and perhaps to create a new revenue stream as an electronic commerce middleman.

    I am praying that they be their old selves and fuck it up, thereby driving another nail in the DRM coffin and really helping out Apple and Linux - but these days they can't always be counted on to fuck things up.

  114. Why? by DroopyStonx · · Score: 1

    Some people just don't feel like paying for movies. *shrug*

    I know some people try to make legitimate excuses why they actually "steal" movies. This will probably be marked flamebait, but I'm just telling the truth.

    It's really no one's concern but my own why I don't want to pay for movies. Maybe I'm just sick of the studios ripping people off! The last DVD I bought was Lord of the Rings: Fellowship of the Ring. The thing that really pissed me off about that was inside the DVD was a coupon for $10 off the special edition that was to come out that following November. Right. $10? Should've been more like 90% off since I had already purchased it.

    I bought Apoocalype Now seriously like a week before the Redux came out. I didn't even know wtf a "redux" was. Needless to say, I couldn't return/exchange the movie a week later for the Redux since they're technically two different movies. Yeah, I'm gonna copy the original Apocalypse Now and exchange it for the Redux that has MORE features and footage. I'm really screwing the system on that one, I guess!

    It's okay for them to pull this crap with consumers, but when consumers start doing it to them, they get all pissy just like the RIAA.

    --
    We have secretly replaced these Slashdot mods' sense of humor with a rusty nail. Let's see if they notice!!
  115. Re:I think you're right by politicalman · · Score: 1

    Complete and utter fallacy!

    Disney: BILLIONS AND BILLIONS
    Me: Thousands and Thousands
    --> Copy DVD from Buddy Instead of Paying $20
    At the end of the transaction
    Disney: BILLIONS AND BILLIONS but not $20 you owe them
    Me: Thousands and Thousands and you still have the $20 you owe them
    When a hundreds of thousands of people do this release after release your talking about a real dent in the Disney stock price which hurts regular people.

    OR you could use your argument like this

    IRS/US Government: MANY BILLIONS AND BILLIONS
    Me: Thousands and Thousands
    --> I skip paying taxes
    At the end of the transaction
    IRS/US Government: MANY BILLIONS AND BILLIONs
    Me: Thousands and Thousands

    I bet less people agree with this method of argument stated this way.
    Please /. with your wits about you from now on.

  116. emusic by autechre · · Score: 1

    Last I checked, you got 40 songs per month for $10. That's your 25 cents per song. VBR MP3, no DRM. Download clients for Windows, Mac OS, and Linux.

    Of course, your tastes might be more mainstream. But the artists that emusic carries, at least in the "Punk/Alternative" section, are largely on labels that are not affiliated with the RIAA. You might not have heard of them before, but chances are you'll find something you like, and you get to dodge the whole sordid mess and support labels who support their artists. They also carry RIAA-backed label artists too, so check before you buy.

    No, I don't work for emusic; I work for a state university and freshmeat.net. But that state university also has a radio station (see the sig) that plays much of the stuff available on emusic. So I'm an advocate of that sort of music, and emusic seems like a great way to get it. You can often see 3 good bands for $5, but to the uninitiated, that can be hard to do.

    --
    WMBC freeform/independent online radio.
  117. Rental prices by tepples · · Score: 1

    It costs about 5.99$ to rent a movie anywhere [a new release].

    Even though renting the newest releases at Video Stop in Fort Wayne, Indiana, costs only $3 a night, I seldom rent new releases. How much of $1 does the studio get when I rent an older title?

    How much do you think Blockbuster pays for each DVD they buy from their suppliers? [or distribution rights or whatever they need].

    In the United States at least, I'm guessing the video rental stores pay wholesale prices, just like any other firm that wants to buy a truckload of discs. Once the copyright owner has sold a copy to a wholesaler, the first sale doctrine (codified as 17 USC 109) ensures that the copyright owner can't prevent the wholesaler or any subsequent purchaser (such as Video Stop) from disposing of the copy however it wishes (such as rental).

  118. DVD players by alexo · · Score: 1

    > With the proliferation of region-free and region-changable players, I think we're going to see the end of region encoding. Which is a good thing, for so many other reasons.

    Incidently, are there any "global" players that Do Not Suck (TM) and can be purchased in North America?

  119. Re:Sitting in a Midtown Restaurant with the RIAA.. by alexo · · Score: 1


    "And it's a nasty one. You'll have made the 'disease' so resistant that the FBI won't be able to track child pornographers who use it, and the CIA won't be able to track terrorists who use it. And you guys, the RIAA, forget it. You'll be history. You'll go down in the history books for finally achieving copyright anarchy. Or rather, copyright voluntarism, which is what will really happen.

    And will the RIAA, Disney, FBI, CIA, NSA, Democrats and Republicans let this happen?

    "Ian Clarke has pointed out that the choice between communication safe from anyone's observation and control is more important than the RIAA, the MPAA, and even the theoretical benefit of law enforcement's dream of eavesdropping on everything, everywhere.

    Important to who? Not to those who make the rules or pay for them.

    "He is right. For saying this, many will damn me. But why is that a controvertial statement: that I should be allowed to talk with my neighbor, and with his neighbor, without the government and its many clients judging every word?

    Because it lessens the goverment's power and control.

    "Yes, communication is powerful. Yes it is dangerous. That's exactly why we wrote our Bill of Rights the way we did - to protect our expressions and our privacy from cowards, who don't understand how important these basic human rights are.

    1. The bill of rights did not save you from the DMCA and PATRIOT acts. I believe it will prove to be equaly ineffective when the rest of your rights will be found to infringe on corporate and political interests.

    2. The issue is not "cowards who don't understand" but rather "tyrants who don't agree".

    "There are two worlds we can live in. One where, in the end, we have no privacy, and one where, in the end, we do.

    "I know which world is better, and so do you."


    "Better" is such a subjective word. A better world for you is not neccessary a better world for GWB, Ashcroft, Valenti or, possibly, your lady friend. In fact, she will probably be better off financially in the kind of world that you would not like. Please forgive me for being a cynical old fart, but isn't that the main reason for people who work as IP lawyers for major music corporations?

    I save her my story about the evolution of wireless technology.

    That technology can be "regulated" too, you know.

    They run their business like the mafia.

    and they will continue doing so.

    As far as I'm concerned, they dug their own grave.

    or yours.

  120. Re:The REAL issue here by Anita+Coney · · Score: 1

    I totally agree. I'm not amazed that people are downloading free movies, I'm amazed that people are buying them.

    Look through a Best Buy ad for the selection of DVDs. Exactly how many times could someone watch "Legally Blonde" or "Bringing Down the House"?! Who is buying those DVDs and why?!

    --
    If someone says he and his monkey have nothing to hide, they almost certainly do.
  121. Re:Waaaahhhhhhh.... by Darth23 · · Score: 1

    Also. movie DO have another revenue stream before they come to the home market. Finding Nemo has mad 700 million worldwide without its record dvd sales. With CD's that's the only chance for the record company to screw the artist - I mean make money. Then again, from my perspective, I also have no problem paying 20 bucks for a DVD. But 15 for a CD is way too high.

    --

    -------- In Soviet Russia, "Soviet Russia" sigs hate Slashdot.

  122. well technically he's not "stealing" by fullmetal55 · · Score: 1

    by what he said anyway. if he downloads from the internet yes he's stealing, but he stated that he merely copies the dvd movies to his computer. that isn't stealing, at least in canada here you are allowed to make copies from one medium to another for back-up purposes. copying is not stealing. now, if he rents the movie, copies it to his computer and returns the dvd, thats stealing. but just buying the dvd, copying the dvd to his computer, isn't stealing. Did you read his post? no. who looks like the moron? You... Read what he's saying before you attack him for what he said. making a personal copy is fair use, and not illegal, and definately not theft. HE OWNS A COPY OF THE MOVIE. If he shares that copy to the world, that's illegal, but simply having the copy for his personal use isn't theft, isn't illegal.

  123. Re:Sitting in a Midtown Restaurant with the RIAA.. by Featureless · · Score: 2, Insightful

    I'm actually pleased to read your response, and I think your cynicism is well warranted. I have these discussions with other friends and often it is I who have to play the devil's advocate.

    I don't know if the DMCA and PATRIOT comparison is valid. The vanishing point of encryption and obfuscation techniques, and thus secure peer to peer networks, is that a choice is forced about whether or not encryption and/or privacy in general is allowed. DMCA and PATRIOT each had qualifying themes, but ultimately, good engineering can force the rulemakers to eliminate the qualifiers and choose between either:

    *) outlawing encryption and/or privacy in general
    *) making data communications prohibitively expensive, and/or illegal

    The former will be more politically difficult than DMCA or PATRIOT - not that it hasn't been done in other nations! The latter will have economic consequences that may be too difficult even for our sad little government to ignore.

    I often raise the same point about wireless - that it is under the stifling control of one of the most pandering of federal agencies. Others have argued to me that there will be ways to deal even with hostile regulatory regimes, but this is outside my area of expertise, and I believe we should confront our present threats as though, in losing, we would lose everything.

    Even outside the analgesic dream of democracy, tyrants derive their power from cowardice. I wonder what you would have predicted as the future of our nation 150 or 100 or 50 years ago, as blights many times more menacing must have seemed far more impenetrable to the generations that eventually overcame them... I say this not out of complacency, but to point out that resignation seems silly.

  124. Re:Sitting in a Midtown Restaurant with the RIAA.. by alexo · · Score: 1

    Even outside the analgesic dream of democracy, tyrants derive their power from cowardice.

    Not if they're smart. Complacency and ignorance are safer alternatives.

    I wonder what you would have predicted as the future of our nation 150 or 100 or 50 years ago,

    I am sorry to say that I am not sufficiently familiar with the history of your nation. I am also not very good at predictions (especially pertaining to stock markets, but I digress).

    However, I think that the modus operandi of your current regime is somewhat different in this era.

    as blights many times more menacing must have seemed far more impenetrable to the generations that eventually overcame them...

    And here lies the key difference. Your population does not feel threatened, in fact they are either content of have other things to worry about.

    Now, let's get philosophical for a moment and consider a hypothetical regime that wants to keep maximum control and stability. Here is a possible scenario:

    Make sure the citizenry is docile. Encourage obedience, discourage critical thinking ("zero tolerance" policies at school). Capitalize on patriotic and nationalistic feelings. Provide enough distractions (entertainment) and spin ("infotainment"). Create a "consumer" culture where instant gratification is much more important than long term issues. Play on fears (terrorism) and encourage an "us vs. them" mentality. Find or create an outside threat (WMD)and declare a war on it. Also declare a war on several internal "threats" (drugs). Make the people feel that they are in control and can change things (democracy) but ensure that all of their choices are false ones (two party system with no meaningful differences between them).

    Now, start limiting those freedoms that most of the sheeple have been conditioned not to miss. Do so in the name of security, comfort and convenience. Deal with the malcontents in ways that won't make them into symbols for the bulk of the population.

    Nah... Won't ever happen.

    I say this not out of complacency, but to point out that resignation seems silly.

    So is inaction.
    It is still theoretically possible to beat the system.

  125. Re:Sitting in a Midtown Restaurant with the RIAA.. by Featureless · · Score: 1

    Complacency and ignorance are safer alternatives.

    Good point. Complacency and ignorance, however, are not particularly novel qualities at our present point in human history. Society has catalysts. They're always popping up; maybe press or politicians, or ordinary people who have thought of a better way. So perhaps it comes down to how a regime suppresses the natural impetus for change. That is why I paint fear as a big part of this - fear on the part of the press, of rival politicians, and even ordinary citizens to speak their mind.

    Political movements are organic. Ordinary Germans who opposed parts of the national socialist platform (such as genocide) found themselves mute out of fear, not even because of an elaborate political police apparatus, but because the ideology itself had something of a life of its own in its "hosts." Expressing sympathy for a lower caste could provoke terrible reprisals from "ordinary people." And we certainly have that in America today, where (largely absent a classical, centralized method of control) more and more people perceive a threat (physical, economic, and of course emotional) for too vocally questioning a variety of our prejudices and policies. And that is how a minority begins to dominate a majority.

    The history of our country, mirroring the history of most of the world, is bleak. Stratified, monopoly-based, laissez faire "oligarchal capitalism", perfected to the point of feudalism, following on actual, brutal slavery, highly institutionalized mysogyny, the utter dominance of a highly specific subset of a major religion, militant xenophobia... The McCarthy period is particularly instructive today, especially since modern American Neoconservatives are attempting to rehabilitate McCarthy. If you are not familiar with it, simply put, they blacklisted, and often locked up, their political opponents, clearly closing in on the dream of exercising the same free hand with dissidents that the Soviets did. In short, although we are in many respects regressing, we are far, far better off than we have been in the recent past, and we go into the present days of struggle with ignorance and fear armed with new and exceptional tools, and from what is basically a position of extraordinary success.

    Complacency is the dingy Lay-Z-Boy of evil, placed too close to the TV set of Ignorance, but Fear is what keeps you from climbing out of it. Although there is a fourth problem, just as effective at keeping people down, which you should especially be careful of: Despair, or Futility. That is, a sense that the world is inherently broken, and attempts to improve it are wasted energy. Accepting witty overgeneralizations about the entire population of a country is a far step in that direction. I find it hard to look at any part of recent history and believe it for a minute.