• 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)

Important Announcement: PHPVibe Video Sharing CMS End of Life

Started by Marius P.


Replies: 1
Views: 39655

The problem of video viewing PHPVibe 5.0

Started by Nayn


Replies: 25
Views: 70646

embed video does not work on v5

Started by neospider69


Replies: 6
Views: 50665

when slecting to unpublish music mp3 - next page says unpublished video ?

Started by spirog


Replies: 2
Views: 4390

Dealing with FFMPEG on v5

Started by Marius P.


Replies: 0
Views: 2503

insite ads issue when selecting above/below video player location

Started by georgepanaitescu


Replies: 3
Views: 22485

Video that I've uploaded needs to have that value in admin to upload

Started by spirog


Replies: 4
Views: 5459