Vesta Control Panel - Forum

Community Forum

Skip to content

Advanced search
  • Quick links
    • Main site
    • Github repo
    • Google Search
  • FAQ
  • Login
  • Register
  • Board index Dev Section 3rd Party Software
  • Search

FFmpeg

Section with additional software for Vesta
Post Reply
  • Print view
Advanced search
7 posts • Page 1 of 1
heihachi88
Posts: 258
Joined: Fri Jan 10, 2014 7:34 pm

FFmpeg
  • Quote

Post by heihachi88 » Sat Jan 18, 2014 8:27 pm

How to install latest FFmpeg latest version? Without compiling, because i can't do that.
Top

imperio
VestaCP Team
Posts: 7000
Joined: Sat Dec 01, 2012 12:37 pm
Contact:
Contact imperio
Website

Re: FFmpeg
  • Quote

Post by imperio » Sat Jan 18, 2014 11:27 pm

You can install FFmpeg only external repository
for example is RPM
Top

vastonsmith
Posts: 1
Joined: Wed May 13, 2015 8:30 am

Re: FFmpeg
  • Quote

Post by vastonsmith » Wed May 13, 2015 8:40 am

You can modify one of existing apache template or create new one that will cover your needs.
Templates are available in the /usr/local/vesta/data/templates/web/httpd directory.



winonslots inc
Last edited by vastonsmith on Tue Jan 12, 2016 12:31 pm, edited 2 times in total.
Top

skurudo
VestaCP Team
Posts: 8099
Joined: Fri Dec 26, 2014 2:23 pm
Contact:
Contact skurudo
Website Facebook Google+ Skype
Twitter

Re: FFmpeg
  • Quote

Post by skurudo » Wed May 13, 2015 12:33 pm

vastonsmith wrote:You can modify one of existing apache template or create new one that will cover your needs.
Templates are available in the /usr/local/vesta/data/templates/web/httpd directory.ahsan
Mmmm... miss ;-)
Top

suassive
Posts: 17
Joined: Thu Jul 16, 2015 4:49 am

Re: FFmpeg
  • Quote

Post by suassive » Sat Jul 25, 2015 8:05 am

You can install it on Ubuntu 14.04 with the code below.
First make sure you have your ppa repository installed with the code below

Code: Select all

apt-get install software-properties-common
To install FFMPEG (latest version) use the following code (might work on some older versions of Ubuntu)

Code: Select all

sudo add-apt-repository ppa:mc3man/trusty-media
sudo apt-get update
sudo apt-get install ffmpeg
sudo apt-get install frei0r-plugins
Top

guonning
Posts: 1
Joined: Mon Oct 12, 2015 11:13 am

Re: FFmpeg
  • Quote

Post by guonning » Mon Oct 12, 2015 1:06 pm

How to do in centos?
Thanks.
Top

skurudo
VestaCP Team
Posts: 8099
Joined: Fri Dec 26, 2014 2:23 pm
Contact:
Contact skurudo
Website Facebook Google+ Skype
Twitter

Re: FFmpeg
  • Quote

Post by skurudo » Tue Oct 13, 2015 3:18 pm

guonning wrote:How to do in centos?
Thanks.
Something like this copypaste:

repo + install ffmpeg

Code: Select all

# rpm -ivh http://download1.rpmfusion.org/free/el/updates/6/x86_64/rpmfusion-free-release-6-1.noarch.rpm
# yum install ffmpeg ffmpeg-compat ffmpeg-compat-devel ffmpeg-devel ffmpeg-libs
module for php

Code: Select all

 
# yum install git
# git clone https://github.com/tony2001/ffmpeg-php.git
for compile

Code: Select all

 yum install php-devel
compile

Code: Select all

 # cd ffmpeg-php
# phpize
# ./configure
# make && make install
edit

Code: Select all

 # vim /etc/php.d/ffmpeg.ini
paste and save

Code: Select all

extension=ffmpeg.so
apache restart

Code: Select all

 /etc/init.d/httpd restart
Top


Post Reply
  • Print view

7 posts • Page 1 of 1

Return to “3rd Party Software”



  • Board index
  • All times are UTC
  • Delete all board cookies
  • The team
Powered by phpBB® Forum Software © phpBB Limited
*Original Author: Brad Veryard
*Updated to 3.2 by MannixMD
 

 

Login  •  Register

I forgot my password