• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] help with installing ffmpeg on centos

Started by ollipaust,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

ollipaustTopic starter

hi

i need to install the latest version of ffmpeg because when i type in ssh "yum install ffmpeg"
i only get the 0.6.5 version

then i found this https://trac.ffmpeg.org/wiki/CentosCompilationGuide

for example i copy this whole code and paste it into terminal
Quotecd ~/ffmpeg_sources
curl -O http://www.tortall.net/projects/yasm/releases/yasm-1.2.0.tar.gz
tar xzvf yasm-1.2.0.tar.gz
cd yasm-1.2.0
./configure --prefix="$HOME/ffmpeg_build" --bindir="$HOME/bin"
make
make install
make distclean
export "PATH=$PATH:$HOME/bin"

but i get a lot of errors and in the end ffmpeg is not installed...

can somebody help me because i am really new to this? :s
  •  

PHPVibe A.

What error do you get?
I know I got one error on one server about the temp dir, but I've googled it and found an solution fast.

x5000x

Why don't you use FFMPEG AUTO INSTALLER, installs everything you need to run video site.
http://ffmpeginstaller.com/

Setup Installation

Using putty login as "root" to your server/vps. Once there, run the below commands:

mkdir ~/ffmpeg-packages
cd ~/ffmpeg-packages
wget http://mirror.ffmpeginstaller.com/old/scripts/ffmpeg8/ffmpeginstaller.8.0.tar.gz
tar -xvzf ffmpeginstall.tar.gz
cd ffmpeginstall
./install.sh

  •  

ollipaustTopic starter

Quote from: x5000x on
Why don't you use FFMPEG AUTO INSTALLER, installs everything you need to run video site.
http://ffmpeginstaller.com/

Setup Installation

Using putty login as "root" to your server/vps. Once there, run the below commands:

mkdir ~/ffmpeg-packages
cd ~/ffmpeg-packages
wget http://mirror.ffmpeginstaller.com/old/scripts/ffmpeg8/ffmpeginstaller.8.0.tar.gz
tar -xvzf ffmpeginstall.tar.gz
cd ffmpeginstall
./install.sh


i copied the whole command in one and paste it into terminal

then i get an error "could not find directory.."
  •  

ollipaustTopic starter

i use this tutorial http://www.sitebee.co.uk/how-to-install-ffmpeg-auto-installer-tutorial/
and it seems to work (installing now)

i think i will stay with this even if its not the newest version
  •  

x5000x

  •  

zozk

try this:

mkdir ~/ffmpeg-packages
cd ~/ffmpeg-packages
wget http://mirror.ffmpeginstaller.com/old/scripts/ffmpeg8/ffmpeginstaller.8.0.tar.gz
tar -xvzf ffmpeginstaller.8.0.tar.gz
cd ffmpeginstaller.8.0
./install.sh


;)
  •  

fourdeltaOne

please help me avi hd files does not convert.
after converting the file size and the width / height of the frame must also be reduced?

after my conversion. has been and remains the quality and size.


example:

before conversion:

file size: 256MB format: avi, frame: 1280x720

after the conversion:

file size: 256MB format: avi, frame: 1280x720

Because of this strong lags in the player.
Skype: epic.mediauz
  •  

Similar topics (7)