1. Login to SSH as the owner account of your directory
  2. If ~/bin doesn't already exist, enter "mkdir bin" to create it
  3. Enter "chmod 775 bin" to set the correct permissions for the bin directory
  4. If ~/lib doesn't already exist, enter "mkdir lib" to create it
  5. Enter "chmod 775 lib" to set the correct permissions for the bin directory
  6. Enter "svn checkout svn://svn.mplayerhq.hu/ffmpeg/trunk ffmpeg" to download the ffmpeg program source
  7. Enter "cd ffmpeg" to navigate to the source directory
  8. Enter "./configure --prefix=$HOME --cross-compile --enable-shared"
  9. Enter "make"
  10. Enter "make install"
  11. Enter "cd .." to exit the ffmpeg directory
  12. Enter "rm -rf ffmpeg" to delete the directory and clean up after your compilation
If no errors occur, FFmpeg should now be installed in ${HOME}/bin with supporting libraries in ${HOME}/lib.

--------------

5. adıma kadar yaptım ve 6. adımda istediği dosyayı indirdim (dosya ffmpeg.c) yanlış dosyamı indirdim bilmiyorum. 7. adım basit
8.adımda ne diyor hiç birşey anlamadım. ondan sonrasını yaparım galiba. birde en son if alanında ne diyor


dreamhosta sshden ffmpeg kurmaya çalışıyorum yardım edin arkadaşlar başım şişti iyice (sitede ffmpeg kurulumlarına baktım ama bu dreamhostun ki biraz farklı galiba)