If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
I have to reinstall ffmpeg and I'm trying to download another copy but the download site seems to be dead since yesterday. Is anybody having the same problem?
Regards to all.
Didn't tell you I'm a Mac user. There ia a link at versiontracker and another at macupdate but I'm being redirected to a page with an error message.
Please help.
This is why you should make a folder called "Program Installers" and keep everything you download/install in there.
Anyone need any old stuff? I have tons in my installers folder, including programs that have been discontinued, including the past three Ulead Video Studios, WMP9, and OpD2d (VERY rare, only one website other than mine has it)
Doesn't OSX ship with one? Seems odd that a BSD based OS would ship without a compiler. Perhaps it is an optional component?
cvs -dserver:anonymous@mplayerhq.hu:/cvsroot/ffmpeg login
cvs -z3 -dserver:anonymous@mplayerhq.hu:/cvsroot/ffmpeg co -P ffmpeg
cd ffmpeg
./configure
make
run ./configure --help for a list of options. Possible that you would be missing some dependency/headers though. I've only ever compiled ffmpeg under mingw and suse.
Comment