| CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Mon, 12 Jan 2026 04:37:26 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100106112012
location: https://web.archive.org/web/20100106112012/https://transcode.darwinports.com/
server-timing: captures_list;dur=0.644769, exclusion.robots;dur=0.047065, exclusion.robots.policy;dur=0.035455, esindex;dur=0.011722, cdx.remote;dur=19.842734, LoadShardBlock;dur=175.066755, PetaboxLoader3.datanode;dur=47.132417, PetaboxLoader3.resolve;dur=21.158001
x-app-server: wwwb-app221-dc8
x-ts: 302
x-tr: 232
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app221; path=/
x-location: All
x-as: 14061
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Mon, 12 Jan 2026 04:37:26 GMT
content-type: text/html
x-archive-orig-date: Wed, 06 Jan 2010 11:06:05 GMT
x-archive-orig-server: Apache
x-archive-orig-vary: Accept-Encoding
x-archive-orig-connection: close
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: iso-8859-1
memento-datetime: Wed, 06 Jan 2010 11:20:12 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: TLA-20100106092443-00424-ia360909-c/TLA-20100106111412-00492-ia360908.us.archive.org.warc.gz
server-timing: captures_list;dur=0.458715, exclusion.robots;dur=0.015896, exclusion.robots.policy;dur=0.007991, esindex;dur=0.008913, cdx.remote;dur=22.018290, LoadShardBlock;dur=134.607901, PetaboxLoader3.resolve;dur=224.860003, PetaboxLoader3.datanode;dur=123.428363, load_resource;dur=238.160290
x-app-server: wwwb-app221-dc8
x-ts: 200
x-tr: 467
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-as: 14061
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
Transcode version 1.1.4 - How to Download and Install on Mac OS X
|
|||||||||
Wednesday the 6th of January, 2010 |
|||||||||
transcode most recent diffversion 1.1.4
Scroll down toward the bottom of the page to get installation instructions for transcode. The raw portfile for transcode 1.1.4 is located here: https://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 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 The transcode Portfile 58356 2009-09-27 19:51:33Z jmr PortSystem 1.0 Name: transcode Version: 1.1.4 Revision: 1 epoch 1 Category: multimedia Maintainers: cogweb.net:lionteeth devans 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: https://www.transcoding.org Master Sites: https://download.berlios.de/tcforge/ https://download2.berlios.de/tcforge/ use_bzip2 yes Checksums: md5 6ba277fde95c26d217a88bbe5e6dd994 sha1 3d08f67c047b1b498a4a5183ad164c0641fcbc00 rmd160 6afd10e67503a6a70ee9826a7e1c49a31c4a4e7e depends_build port:pkgconfig depends_lib port:xorg-libXv port:xorg-libXaw port:xpm path:lib/libavcodec.dylib:ffmpeg port:libmpeg2 port:libdvdread port:jpeg port:lame Platform: darwin Patch Files: patch-configure.in.diff use_autoreconf yes autoreconf.args --force configure.args --disable-mmx --with-libavcodec-prefix=${prefix} --with-libavformat-prefix=${prefix} --with-libmpeg2-prefix=${prefix} --with-libdvdread-prefix=${prefix} --with-libjpeg-prefix=${prefix} --with-lame-prefix=${prefix} use_parallel_build yes # port:libmpeg2 is not universal universal_variant no # Optional components Variant: mmx description {enable mmx optimizations} { configure.args-delete --disable-mmx } Variant: full requires a52dec faac freetype imagemagick libdv libogg libpostproc libquicktime libtheora libvorbis libxml2 lzo mjpegtools x264 xvid description {enable all optional components} { } Variant: a52dec description {enable support for decoding ATSC A/52 streams} { depends_lib-append port:a52dec configure.args-append --enable-a52 --with-a52-prefix=${prefix} } Variant: faac description {enable AAC encoding support via libfaac} { depends_lib-append port:faac configure.args-append --enable-faac --with-faac-prefix=${prefix} } Variant: freetype description {enable support for the FreeType font engine} { depends_lib-append port:freetype configure.args-append --enable-freetype2 --with-freetype2-prefix=${prefix} } Variant: imagemagick description {enable support for the manipulation of still images} { depends_lib-append port:ImageMagick configure.args-append --enable-imagemagick --with-imagemagick-prefix=${prefix} } Variant: libdv description {enable support for the Digital Video format via libdv} { depends_lib-append port:libdv configure.args-append --enable-libdv --with-libdv-prefix=${prefix} } Variant: libogg description {enable support for encoding and decoding ogg audio} { depends_lib-append port:libogg configure.args-append --enable-ogg --with-ogg-prefix=${prefix} } Variant: libpostproc description {enable libpostproc support from ffmpeg} { configure.args-append --enable-libpostproc --with-libpostproc-prefix=${prefix} } Variant: libquicktime description {enable support for QuickTime video} { depends_lib-append port:libquicktime configure.args-append --enable-libquicktime --with-libquicktime-prefix=${prefix} } Variant: libtheora description {enable support for the open video codec theora} { depends_lib-append port:libtheora configure.args-append --enable-theora --with-theora-prefix=${prefix} } Variant: libvorbis description {enable support for a fully open compressed audio format} { depends_lib-append port:libvorbis configure.args-append --enable-vorbis --with-vorbis-prefix=${prefix} } Variant: libxml2 description {enable support for the XML metalanguage} { depends_lib-append port:libxml2 configure.args-append --enable-libxml2 --with-libxml2-prefix=${prefix} } Variant: lzo description {enable lossless data compression via lzo2} { depends_lib-append port:lzo2 configure.args-append --enable-lzo --with-lzo-prefix=${prefix} } Variant: mjpegtools description {enable mjpegtools support} { depends_lib-append port:mjpegtools configure.args-append --enable-mjpegtools --with-mjpegtools-prefix=${prefix} } Variant: x264 description {enable support for encoding H264/AVC video} { depends_lib-append port:x264 configure.args-append --enable-x264 --with-x264-prefix=${prefix} } Variant: xvid description {enable support for the open Xvid video codec} { depends_lib-append port:XviD configure.args-append --enable-xvid --with-xvid-prefix=${prefix} } Variant: experimental description {enable new, experimental or even incomplete components} { configure.args-append --enable-experimental } Variant: deprecated description {enable deprecated or even broken components} { configure.args-append --enable-deprecated } # # Display options # Variant: libsdl description {enable Simple DirectMedia Layer display support} { depends_lib-append path:lib/pkgconfig/sdl.pc:libsdl configure.args-append --enable-sdl --with-sdl-prefix=${prefix} } Variant: no_x11 { depends_lib-delete port:xorg-libXv depends_lib-delete port:xorg-libXaw depends_lib-delete port:xpm configure.args-append --without-x } platform darwin { configure.args-append --build=${build_arch}-apple-darwin${os.major} } livecheck.type regex livecheck.url https://download.berlios.de/tcforge/ livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}" 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/transcodeYou 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: - 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 Where to find more information:
This website is back-ended by DB5, the best database in the business,
|
![]() |
![]()
Order Snow Leopard MacOSX 10.6 for only $29!
Other Helpful SitesMacOSForgeDebian Packages MacPorts - SVN Freshports - FreeBSD Fink Package List RPM for MacOSX Port Categories
accounting
amusements aqua archivers audio benchmarks biology blinkenlights cad chat chinese comms compression cross crypto databases devel editors education electronics emacs emulators erlang finance fonts framework fuse games genealogy gis gnome gnustep graphics gtk haskell iphone irc japanese java kde kde4 lang macports math mercurial ml mono multimedia net network news ocaml office palm parallel perl php pim project python reporting rox ruby russian scheme science security shells spelling squeak sysutils tcl tex textproc tk unicode vnc win32 wsn www x11 x11-font x11-wm xfce zope
Current SVN DownloadsDarwin Ports Current :nightly SVN snapshot SSH Key Gen See also: GNU-Darwin Ports for GNU-only software |
|||||||
| |




