1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Necessary codec for Macs

Discussion in 'DivX / XviD' started by meping, Apr 22, 2005.

  1. meping

    meping Member

    Joined:
    Apr 9, 2004
    Messages:
    9
    Likes Received:
    0
    Trophy Points:
    11
    Getting 1st mac, ibook 600mhz OSX 10.3 and want to use to watch movies, dvix/xvid, etc.

    Normally only use PC and I got these files

    Divx 3.11
    Divx 4
    Divx 5
    Xvid 1
    Nimo Codec Pack
    FFDShow
    Tsunami Codec Pack

    Was wondering if someone could tell me where I could get mac releases for these programs or what is the equivilant is

    Thanks
     
  2. celtic_d

    celtic_d Regular member

    Joined:
    Jan 23, 2005
    Messages:
    3,352
    Likes Received:
    0
    Trophy Points:
    46
    Think DivX 5 is about the only thing on your list that has a mac version.
    DivX 3.11 = hacked MS MPEG4 V3 which was for windows.
    DivX 4 was basically open divx which was cross platform, so it should be possible to compile libs for OSX. Creating say a quicktime plugin is a different matter though.
    XviD, once again is cross platform, but what you are used to would be the directshow and VfW front ends. For OSX you would have ffmpeg, mencoder, etc.
    Nimo Codec pack is a collection of VfW and directshow codecs/filters. The "W" in VfW stands for Windows and macs don't have directshow either.
    dshow in ffdshow = direct show which we already covered. However ffdshow is basically a dshow and VfW wrapper for libavcodec and various other opensource libs. All of which you should be able to compile under OSX.
    Tsunami = similar situation as Nimo.

    By the way your really shouldn't be installing codec packs. Especially not more than one at once.
     
  3. meping

    meping Member

    Joined:
    Apr 9, 2004
    Messages:
    9
    Likes Received:
    0
    Trophy Points:
    11
    ok...so I guess the next question is where do I get these files to recompile, and how do I recompile them?

    Does the plugin have to be for quicktime, could I use vlc?
     
  4. celtic_d

    celtic_d Regular member

    Joined:
    Jan 23, 2005
    Messages:
    3,352
    Likes Received:
    0
    Trophy Points:
    46
    For the latest source you would need to do a cvs checkout. I assume that OSX comes with some kind of compiler standard so compiling shouldn't be hard.

    VLC already includes libavcodec, libavformat, libdts, etc. For encoding I would also suggest you check out ffmpegX, an OSX based GUI for ffmpeg and other opensource cross platform utils.

    What I meant about the quicktime plugin bit is I guess it (quicktime) is the mac equiv to dshow/VfW.
     

Share This Page