Home Page
Main Page
Article ID: 49 Created on: 07/03/2009 12:00 am Modified on: 07/03/2009 3:24 pm
Required:
First Submit a support ticket requesting to have access to system compiler and fetch utility groups for ffmpeg.
Bash Shell for the account the procedure is initiated on.
Access to system Compiler and Fetch utility groups.
Note: For both of the above, you will likely need to submit a ticket unless previously requested. Please include the account domain name, and the specific system username which you will be logging into to perform this task to expedite your request.
cd ~
mkdir TEMP src bin bin/ffmpeg
cd src/
svn checkout svn://svn.mplayerhq.hu/ffmpeg/trunk ffmpeg
cd ffmpeg/
export TMPDIR='/home/username/TEMP/'
./configure --prefix=/home/username/bin/ffmpeg
# Your application may require extra configure options enabled to function correctly.
# Run "./configure --help" for a full list of available options.
# Contact the application vendor if you are not certain with this one.
make
make install
Your ffmpeg binary will be available @ "/home/username/bin/ffmpeg/bin/".
How Helpfull was this article to you? Rating: 0 / 5 (0 votes cast)
There are no comments