| CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sun, 11 Jan 2026 20:25:04 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20071120045711
location: https://web.archive.org/web/20071120045711/https://transcode.darwinports.com/
server-timing: captures_list;dur=0.611328, exclusion.robots;dur=0.047981, exclusion.robots.policy;dur=0.034658, esindex;dur=0.013758, cdx.remote;dur=7.348140, LoadShardBlock;dur=150.305271, PetaboxLoader3.datanode;dur=92.286232, PetaboxLoader3.resolve;dur=12.376725
x-app-server: wwwb-app217-dc8
x-ts: 302
x-tr: 187
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app217; 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: Sun, 11 Jan 2026 20:25:04 GMT
content-type: text/html; charset=ISO-8859-1
x-archive-orig-date: Tue, 20 Nov 2007 04:57:38 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: Tue, 20 Nov 2007 04:57:11 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: 51_0_20071120012723_crawl103-c/51_0_20071120044512_crawl109.arc.gz
server-timing: captures_list;dur=0.646510, exclusion.robots;dur=0.023332, exclusion.robots.policy;dur=0.009584, esindex;dur=0.013746, cdx.remote;dur=8.266836, LoadShardBlock;dur=122.316666, PetaboxLoader3.datanode;dur=138.555898, PetaboxLoader3.resolve;dur=82.328799, load_resource;dur=122.805266
x-app-server: wwwb-app217-dc8
x-ts: 200
x-tr: 344
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
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.0-pre-01 for Mac OS X 10.5 Leopard
|
|||||||||
Monday the 19th of November, 2007 |
|||||||||
transcode most recent diff
Scroll down toward the bottom of the page to get installation instructions for transcode. The raw portfile for transcode 1.1.0-pre-01 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 # $Id: Portfile 31201 2007-11-18 08:21:22Z ryandesign PortSystem 1.0 Name: transcode Version: 1.1.0-pre-01 Category: multimedia Maintainers: cremes 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 fetch.type cvs cvs.root :pserver:cvs #cvs.tag HEAD cvs.date 20070516 cvs.module ${name} worksrcdir ${name} depends_lib port:automake port:autoconf port:libtool port:ffmpeg port:libmpeg2 port:libdvdread port:libjpeg port:lame pre-configure { cd ${worksrcpath} system "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} # 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: 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: 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/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,
|
![]() |
![]() Digg transcode on MacOSX
Other Helpful SitesMacOSForgeDebian Packages MacPorts - SVN Freshports - FreeBSD Fink Package List RPM for MacOSX Port Categories
aqua
archivers audio benchmarks cad comms cross databases devel editors emulators games genealogy gnome gnustep graphics irc java kde lang math multimedia net news palm perl python ruby science security shells sysutils textproc www x11 xfce zope
Current CVS DownloadsDarwin Ports Current :nightly CVS snapshot OpenDarwin CVSWeb SSH Key Gen |
|||||||
| |




