Install ffmpeg version 2.3.3 on CentOS 6

  1. #remove previous installation if exists
  2. yum remove ffmpeg
  3. cd /usr/local
  4. #download ffmpeg 2.3.3
  5. wget http://ffmpeg.org/releases/ffmpeg-2.3.3.tar.bz2
  6. tar -jxvf ffmpeg-2.3.3.tar.bz2
  7. #remove backup
  8. rm ffmpeg-2.3.3.tar.bz2
  9. cd ffmpeg-2.3.3
  10. ./configure
  11. #build and install
  12. make && make install
  13. #check and see installation version
  14. ffmpeg --version

Download script : Install ffmpeg 2.3.3.sh

No comments:

Post a Comment