Embedding MPEG-4

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Vroem

    Embedding MPEG-4

    I wanted to show an MPEG-4 video file on a web page. I'm talking about
    a real iso-compliant file (with the .mp4 extension.)
    I've been searching on how to use mime-types but it turns out that you
    need to place a realvideo or quicktime file that links to the mpeg-4
    file. But that's not what I want.

    MPEG-4 is supposed to be the standard format for video on internet
    (and also for other kinds of multimedia). So I want my MPEG-4 file
    showing up just like a jpeg image. The visitors of the page need to
    have the choice to install whatever plug-in they want, on any
    platform. Most of them already do: quicktime, realone, 3ivx, mplayer
    and vlc all have browser plug-ins.

    Does anybody know if there is or will ever be mime-type or something
    that should be used as the default way of embedding an MPEG-4 file in
    html?
  • Spartanicus

    #2
    Re: Embedding MPEG-4

    Vroem wrote:
    [color=blue]
    >Does anybody know if there is or will ever be mime-type or something
    >that should be used as the default way of embedding an MPEG-4 file in
    >html?[/color]



    --
    Spartanicus

    Comment

    • NOIZe

      #3
      Re: Embedding MPEG-4

      On 12/2/03 9:01 AM, in article
      88895b90.031202 0601.23ffe80a@p osting.google.c om, "Vroem"
      <vroem@users.so urceforge.net> wrote:
      [color=blue]
      > I wanted to show an MPEG-4 video file on a web page. I'm talking about
      > a real iso-compliant file (with the .mp4 extension.)
      > I've been searching on how to use mime-types but it turns out that you
      > need to place a realvideo or quicktime file that links to the mpeg-4
      > file. But that's not what I want.
      >
      > MPEG-4 is supposed to be the standard format for video on internet
      > (and also for other kinds of multimedia). So I want my MPEG-4 file
      > showing up just like a jpeg image. The visitors of the page need to
      > have the choice to install whatever plug-in they want, on any
      > platform. Most of them already do: quicktime, realone, 3ivx, mplayer
      > and vlc all have browser plug-ins.
      >
      > Does anybody know if there is or will ever be mime-type or something
      > that should be used as the default way of embedding an MPEG-4 file in
      > html?[/color]

      Not as of yet. As you have found, to display in a browser you need to wrap
      the file in a container such as QuickTime.

      There is lots of information available here
      http://www.m4if.org/ and here



      jim

      Comment

      • Vroem

        #4
        Re: Embedding MPEG-4

        I've set up a page with a video clip. Please feel free to try it out and
        tell me if it works:


        I've included a short list with some MPEG-4 players and their browser
        plug-ins.

        After some research I found that "video/mp4" will become the MIME type
        for MPEG-4 files (until MPEG-21 comes):
        Read more about the Internet Engineering Task Force (IETF), the premier standards development organization (SDO) for the Internet.


        Thanks for pointing me in the right direction, NOIZe.

        And thanks to Spartanicus for his website that explains the right way to
        embed multimedia:

        Comment

        Working...