Download and Install transcode version 1.1.0beta1 on Mac OS X
Thursday the 20th of November, 2008

    transcode  most recent diff


    version 1.1.0beta1

      View the most recent changes for the transcode port at: transcode.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for transcode.
      The raw portfile for transcode 1.1.0beta1 is located here:
      http://transcode.darwinports.com/dports/multimedia/transcode/Portfile
      Find related portfiles with the unique DarwinPorts.com search feature.
      Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/transcode
      Google
      Web Darwinports.com



      # $Id: Portfile 40662 2008-10-10 02:03:28Z macsforever2000 macports.org $

      PortSystem 1.0

      Name: transcode
      Version: 1.1.0beta1
      Category: multimedia
      Maintainers: cogweb.net:lionteeth
      Description: Video and audio processing tools
      Long Description: transcode is a suite of tools, all of which are command line utilities, for transcoding various video, audio, and container formats, running on a platform that supports shared libraries and threads. Decoding and encoding is done by modules that are responsible for feeding transcode with raw video/ audio streams (import modules) and encoding the frames (export modules). It includes a variety of video and audio filters, including (but not limited to) video de-interlacing, audio resampling, framerate conversion, different resizing algorithms, smoothing, sharpening, denoisifying, and cutting.

      Homepage: http://www.transcoding.org

      master_sites http://fromani.exit1.org/
      distname ${name}-${version}
      use_bzip2 yes

      checksums ${distname}${extract.suffix} md5 b84566b618f2b667ce048993692e69db sha1 e68f65b6558c97ffc4fef3aaae9fc35a01af4390


      depends_build port:pkgconfig

      depends_lib port:automake port:autoconf port:libtool port:ffmpeg port:libmpeg2 port:libdvdread port:jpeg port:lame

      pre-configure {
      system "cd ${worksrcpath} && LIBTOOLIZE=glibtoolize autoreconf -i -f"
      }

      Platform: darwin

      configure.args --disable-mmx --disable-altivec --with-libavcodec-prefix=${prefix} --with-libmpeg2-prefix=${prefix} --with-libdvdread-prefix=${prefix} --with-libjpeg-prefix=${prefix} --with-lame-prefix=${prefix}

      use_parallel_build yes

      # Optional components

      Variant: a52dec {
      depends_lib-append port:a52dec
      configure.args-append --enable-a52 --enable-a52-default-decoder --with-a52-prefix=${prefix}
      }

      Variant: faac {
      depends_lib-append port:faac
      configure.args-append --enable-faac --with-faac-prefix=${prefix}
      }

      Variant: faad2 {
      depends_lib-append port:faad2
      configure.args-append --enable-faad --with-faad-prefix=${prefix}
      }

      Variant: freetype {
      depends_lib-append port:freetype
      configure.args-append --enable-freetype2 --with-freetype2-prefix=${prefix}
      }

      Variant: imagemagick {
      depends_lib-append port:ImageMagick
      configure.args-append --enable-imagemagick --with-imagemagick-prefix=${prefix}
      }

      Variant: libdv {
      depends_lib-append port:libdv
      configure.args-append --enable-libdv --with-libdv-prefix=${prefix}
      }

      Variant: libogg {
      depends_lib-append port:libogg
      configure.args-append --enable-ogg --with-ogg-prefix=${prefix}
      }

      Variant: libquicktime {
      depends_lib-append port:libquicktime
      configure.args-append --enable-libquicktime --with-libquicktime-prefix=${prefix}
      }

      Variant: libsdl {
      depends_lib-append port:libsdl
      configure.args-append --enable-sdl --with-sdl-prefix=${prefix}
      }

      Variant: libtheora {
      depends_lib-append port:libtheora
      configure.args-append --enable-theora --with-theora-prefix=${prefix}
      }

      Variant: libvorbis {
      depends_lib-append port:libvorbis
      configure.args-append --enable-vorbis --with-vorbis-prefix=${prefix}
      }

      Variant: libxml2 {
      depends_lib-append port:libxml2
      configure.args-append --enable-libxml2 --with-libxml2-prefix=${prefix}
      }

      Variant: lzo {
      depends_lib-append port:lzo2
      configure.args-append --enable-lzo --with-lzo-prefix=${prefix}
      }

      Variant: x264 {
      depends_lib-append port:x264
      configure.args-append --enable-x264 --with-x264-prefix=${prefix}
      }

      Variant: xvid {
      depends_lib-append port:XviD
      configure.args-append --enable-xvid --with-xvid-prefix=${prefix}
      }


    If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page.

    Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:


      %  cd /opt/local/bin/portslocation/dports/transcode
      % sudo port install transcode
      Password:
    You will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to:

      ---> Fetching transcode
      ---> Verifying checksum for transcode
      ---> Extracting transcode
      ---> Configuring transcode
      ---> Building transcode with target all
      ---> Staging transcode into destroot
      ---> Installing transcode
    - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using transcode with these commands:
      %  man transcode
      % apropos transcode
      % which transcode
      % locate transcode

     Where to find more information:

    Darwin Ports



    Lightbox this page.