| CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sun, 11 Jan 2026 07:51:44 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20071105220326
location: https://web.archive.org/web/20071105220326/https://ffmpeg.darwinports.com/
server-timing: captures_list;dur=0.531280, exclusion.robots;dur=0.033212, exclusion.robots.policy;dur=0.024864, esindex;dur=0.009581, cdx.remote;dur=18.264306, LoadShardBlock;dur=161.003567, PetaboxLoader3.datanode;dur=55.627728, PetaboxLoader3.resolve;dur=19.980581
x-app-server: wwwb-app213-dc8
x-ts: 302
x-tr: 206
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app213; 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 07:51:44 GMT
content-type: text/html; charset=ISO-8859-1
x-archive-orig-date: Mon, 05 Nov 2007 22:06:11 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: Mon, 05 Nov 2007 22:03:26 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: 52_0_20071105215512_crawl108-c/52_0_20071105220323_crawl109.arc.gz
server-timing: captures_list;dur=0.537422, exclusion.robots;dur=0.017874, exclusion.robots.policy;dur=0.008543, esindex;dur=0.011447, cdx.remote;dur=96.806906, LoadShardBlock;dur=168.957517, PetaboxLoader3.datanode;dur=326.680116, PetaboxLoader3.resolve;dur=90.661487, load_resource;dur=275.923789
x-app-server: wwwb-app213-dc8
x-ts: 200
x-tr: 604
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
ffmpeg version 0.4.9-pre1 for Mac OS X 10.5 Leopard
|
|||||||||
Monday the 5th of November, 2007 |
|||||||||
ffmpeg most recent diff
Scroll down toward the bottom of the page to get installation instructions for ffmpeg. The raw portfile for ffmpeg 0.4.9-pre1 is located here: https://ffmpeg.darwinports.com/dports/multimedia/ffmpeg/Portfile Find related portfiles with the unique DarwinPorts.com search feature. Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/ffmpeg # $Id: Portfile 30203 2007-10-22 21:03:52Z jmpp PortSystem 1.0 Name: ffmpeg Version: 0.4.9-pre1 revision 2 Category: multimedia Maintainers: bytestorm Description: Digital VCR and streaming server Long Description: FFmpeg is a complete solution to record, convert and stream audio and video. It includes libavcodec, the leading audio/video codec library. The project is made of several components: ffmpeg is a command line tool to convert one video file format to another. It also supports grabbing and encoding in real time from a TV card. ffserver is an HTTP (RTSP is being developped) multimedia streaming server for live broadcasts. Time shifting of live broadcast is also supported. ffplay is a simple media player based on SDL and on the ffmpeg libraries. libavcodec is a library containing all the ffmpeg audio/video encoders and decoders. Most codecs were developped from scratch to ensure best performances and high code reusability. libavformat is a library containing parsers and generators for all common audio/video formats. Homepage: https://ffmpeg.sourceforge.net/ fetch.type svn svn.url svn://svn.mplayerhq.hu/ffmpeg/trunk svn.tag 9102 worksrcdir trunk depends_build bin:svn:subversion Platform: darwin configure.cflags-append -DHAVE_LRINTF ${configure.cppflags} configure.args --prefix=${prefix} --disable-vhook --mandir=${prefix}/share/man --enable-shared --enable-pthreads post-destroot { file mkdir ${destroot}/${prefix}/share/doc/${name} file copy ${worksrcpath}/doc/TODO ${destroot}/${prefix}/share/doc/${name} foreach f [glob ${worksrcpath}/doc/*.txt ${worksrcpath}/doc/*.html] { file copy $f ${destroot}/${prefix}/share/doc/${name} } } Variant: gpl { configure.args-append --enable-gpl } Variant: postproc requires gpl { configure.args-append --enable-pp } # Adds MP3 support Variant: lame { depends_lib-append port:lame configure.args-append --enable-libmp3lame } Variant: libogg { depends_lib-append port:libogg configure.args-append --enable-libogg } Variant: vorbis requires libogg { depends_lib-append port:libvorbis configure.args-append --enable-libvorbis } Variant: theora requires libogg { depends_lib-append port:libtheora configure.args-append --enable-libtheora } Variant: faac requires gpl { depends_lib-append port:faac configure.args-append --enable-libfaac } Variant: faad requires gpl { depends_lib-append port:faad2 configure.args-append --enable-libfaad } Variant: xvid { depends_lib-append port:XviD configure.args-append --enable-xvid } Variant: x264 requires gpl { depends_lib-append port:x264 configure.args-append --enable-x264 } Variant: a52 { depends_lib-append port:a52dec configure.args-append --enable-liba52 } 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/ffmpegYou 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 ffmpeg with these commands: % man ffmpeg Where to find more information:
This website is back-ended by DB5, the best database in the business,
|
![]() |
![]() Digg ffmpeg 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 |
|||||||
| |




