Slashdot Mirror


New MPEG-4 Licensing Scheme

morcheeba writes: "EETimes is reporting that the licensing of MPEG-4 patents will be substantially different than the existing MPEG-2 licenses. The per-player fee will be substantially cheaper ($0.25 instead of $2.50), but a new "use fee" component of $0.02/hour will be charged to service providers. More on MPEG-4 in general at MacWeek; The MPEG-4 Industry Forum and MPEG LA are handling the licenses."

3 of 335 comments (clear)

  1. Just those owners making money by drkich · · Score: 5, Informative
    US $0.00033/minute or portion (equivalent to US $0.02/hour) based on playback/normal running time for every stream, download or other use of MPEG-4 video data in connection with which a service provider or content owner receives remuneration as a result of offering/providing the video for viewing or having the video viewed (including without limitation pay-per-view, subscription and advertiser/underwriter-supported services(

    If you are getting paid for the download of your MPEG-4 video data, then you have to pay. Otherwise you can distribute the video for free.

    Now of course the devil's in the details, they say at the end, "(including without limitation pay-per-view, subscription and advertiser/underwriter-supported services)" Which could be taken to mean that if you have ANY advertising on your site, you have to pay.

  2. The patent owners CAN kill DivX by yerricde · · Score: 5, Informative

    One thing I haven't seen asked is how does this affect DivX? That is MPEG4, right?

    But MPEG4 algorithms are independent of the particular implementation. If the licensing terms for MPEG4 do not permit licensing end-user products as free software, then open DivX as we know it will cease to exist in the United States, and some of the developers will move on to Ogg Tarkin.

    Just a freely developed version

    That doesn't matter. Unisys has publicly declared that it will not license the LZW patents to developers of free software: "For example, the typical Unisys license for standalone software does NOT permit copying, modification, resale, use on a server or in a network, or use for Internet/Intranet/Extranet or Web site operation."

    --
    Will I retire or break 10K?
  3. The different MPEG-4 Codecs. by joeytsai · · Score: 5, Informative

    The number of mpeg-4 implementations out there is pretty frightening, and so I wrote up a quick write-up of the most popular. Please let me know if you spot anything incorrect.

    The ASF file format is based on Microsoft's MPEG-4 V2 codec.

    The "DivX ;-)" codec is based off of Microsoft's MPEG-4 V3 codec. This is
    sometimes referred to as the 3.x codec. This is the format that requires
    Win32 DLLs. This is the format most people are talking about when they say
    "DivX". Most movies floating around the internet are encoded in this format.
    http://www.mplayerhq.hu/homepage
    http://divx.euro.ru

    Project Mayo is developing an implementation called OpenDivX, which is GPL.
    This is a rewrite (to lose the dependency on the Win32 DLLs, trying to make it
    100% legal) and is sometimes referred to as the 4.x codec. This version is
    backward-compatible with 3.x, but 3.x is not forward-compatible with 4.x
    OpenDivX is under development, and still has quality and performance issues.
    http://www.projectmayo.com

    DivX Advanced Research Centre (DARC) has an implentation called DivX4. DARC and
    Project Mayo are both part of a companly called DivXNetworks. Apparently,
    OpenDivX was a sort of sandbox where DARC figured out what worked and what
    didn't, and used that to create DivX4 from scratch. It is closed source, but
    freely downloadable. DivX4 is reported to have very high image quality.
    http://www.divxnetworks.com

    3ivx has a self-named MPEG-4 implementation. They also refer to it as DivX 2.0.
    Their implementation is closed source, and only the decoder is freely available
    (in Windows, as a Windows Media Player or QuickTime plug-in; in Linux, as an
    XAnim plug-in). You cannot play a DivX movie with the 3ivx codec.
    http://www.3ivx.com

    Nandub in an encoder which sports the Smart Bitrate Control (SBC) method of
    encoding DivX. Nandub is a modified version of the VirtualDub program (which is
    a general AVI editing and capture tool). Both Nandub and VirtualDub are
    released under the GPL. SBC is not a codec, it's an encoding method based from
    DivX 3.x which generally yields higher quality than normal.
    http://www.nandub.org
    http://www.virtualdub.org

    The FFmpeg project has another rewritten from scratch MPEG-4 codec. They are
    striving for real time encoding, and their code (GPLed) is written in ANSI C for
    portability.
    http://ffmpeg.sourceforge.net

    --
    http://www.talknerdy.org