How To Install Ffmpeg, Ffmpeg-PHP, Mplayer, Mencoder, Flv2tool, LAME MP3 Encoder
Oct 21, 2009
When i try to install all those things i am getting error...i am following the things given in below link but i am not to excute this svn command
[url]
View 6 Replies
ADVERTISEMENT
Mar 13, 2009
I in search of a new hosting for small video-site, prompt what better
View 12 Replies
View Related
Jun 9, 2009
The hosting with FFMPEG, FFMPEG-PHP, Xvid, Mp3lame, FLV2Tool Support is necessary.
It was pleasant downtownhost.com,
But cost 4.95 only at payment of 36 months! It is a lot of ((
There are similar variants?
View 13 Replies
View Related
Aug 11, 2008
How do I install the following in these locations?
ffmpeg
/usr/bin/ffmpeg
mencoder
/usr/bin/mencoder
flvtool2
/usr/bin/flvtool2
View 3 Replies
View Related
Jul 18, 2008
I want to install the following on CentOS 5.2
FFmpeg
FFmpeg-PHP
Mplayer + Mencoder
flv2tool
Libogg + Libvorbis
LAME MP3 Encoder CentOS
View 6 Replies
View Related
Nov 4, 2007
whenever i try to convert a file using -acodec mp3 it says
Unknown encoder 'mp3'
View 9 Replies
View Related
Feb 28, 2009
I am need a VPS plan which is good enough for handling such CPU intensive programs. I had already read reviews about solarvps,wiredtree and Hostv. I really liked offers from solarvps, but I am a noob when it comes to servers so please advice me hosting talk members. Plus I need full transfer support for my website from hostgator they are ridiculously expensive.
View 10 Replies
View Related
Mar 20, 2008
I have a script installed on a dedy server , script works fine but it won,t generate thumbnails and will not encode video to FLV format.
how do I know if FFmpeg and MEncoder are working properly?
View 14 Replies
View Related
Apr 20, 2008
These three encoders are required as part of installation on my script, but they don't come with guides, anyone got ANY clue on how to go about installing these?
View 10 Replies
View Related
Mar 31, 2009
I've been using SiteGround for about two years now and want to upgrade. Here is what SiteGround offers: siteground.com/hosting_features.htm
I would prefer a shared server that meets the following requirements, but if this isn't possible, directing me to a site with dedicated servers would be great.
- Must have PHP/MySQL support with at least a few MySQL databases
- Must support ffmpeg, flvtool2, and mencoder (I want to add a videos section on my site using a script that requires those)
- I'd really really like ASP support along with PHP support, but the above requirements are more important to me
And I'd like it to be about even or better than my current hosting, overall. Good customer support, very low downtime, etc.
View 3 Replies
View Related
Apr 13, 2009
Need help installing ffmepg, ffmpeg-php, flvtool2,mplayer,menconder and such for a video hosting site. I own a vps and I have full root access and I want to know how to do that. Can anyone link me to a tutorial or post it here?
View 10 Replies
View Related
Nov 17, 2008
I have a question:
Is it possible to use mplayer, ffmpeg, mencoder from one server while having the program / script calling the conversion from another server?
View 3 Replies
View Related
Nov 27, 2006
FFMPEG INSTALLATION FROM SOURCE
FFMPEG INSTALLATION FROM SOURCE
installed by:
Robertas Dereskevicius
Edited by Jon Nikolakakis
OS/ Fedora Core 5
Summary
download and install:
libffac
libffad2
xvid
libogg,libvorbis
mp3lame
ffmpeg
Setting Up Install Folder, Logging and download Packages
1)Log into ssh
2) cd /usr/src && mkdir install && cd install
3) Download faad2 and faac
from http://faac.sourceforge.net/oldsite/download.php get Faad2 and faac (new versions)
wget http://prdownloads.sourceforge.net/f...ar.gz?download
wget http://prdownloads.sourceforge.net/f...ar.gz?download
4) Verify that you have these components are installed
rpm -qa automake
rpm -qa autoconf
rpm -qa libtool
rpm -qa m4
rpm -qa gcc-c++
If any are missing than simply yum install (packagename), if you dont have a package manager than get one, it will save you alot of time
and headaches.
Installing Faac
5)tar -zxvf faac-1.24.tar.gz && cd faac
6) sh bootstrap
7) ./configure
8) make
9) make install
10) cd ..
Installing Faad2
11) tar -zxvf faad2-2.0.tar.gz
12) cd faad2 && less README.linux
13) There is 2 bugs with this package, so need to manually edit these files
14) nano Makefile.am
Edit the file to look like this
SUBDIRS = libfaad common frontend plugins
EXTRA_DIST = faad2.spec
15) cd common/mp4ff && nano mp4ffint.h
16) Comment out this line
//void mp4ff_track_add(mp4ff_t *f);
17)Save file and cd ../..
18)autoreconf -vif
19) ./configure
20) make
21) make install
Installing Libogg and Libvorbis
22)cd .. and then Check to see if libogg and libvorbs
rpm -qa libogg-devel
rpm -qa libvorbis-devel
rpm -qa libncurses-devel
If not installed then simply Package Install (replace yum and install settings with your package manager)
yum install libogg-devel
yum install libvorbis-devel
yum install libncurses-devel
Installing LAME (for audio)
23)go into lame sourceforge - http://sourceforge.net/project/showf...package_id=309
24)wget http://mesh.dl.sourceforge.net/sourc...me-3.97.tar.gz
25)tar -zxvf lame-3.97.tar.gz
26)cd lame*
27) ./configure; make;make install
Installing Xvid
28) cd .. && wget http://downloads.xvid.org/downloads/...e-1.1.2.tar.gz
29)tar -zxvf xvidcore-1.1.2.tar.gz && cd xvid*/build/generic/
30) ./configure; make; make install;
31) cd ../../..
Installing ffmpeg
32) rpm -q subversion If not install, then install subversion
33)svn checkout svn://svn.mplayerhq.hu/ffmpeg/trunk ffmpeg && cd ffmpeg
34) ./configure --enable-shared --enable-xvid --enable-vorbis --enable-libogg --enable-mp3lame --enable-gpl --enable-faad --enable-faac --enable-a52
35)make
36)make install
If Installation went ok, run
ldd ./ffmpeg
If Path to Lib Libraries are not ok
37)Check to see if /usr/local/lib exists on this file
cat /etc/ld.so.conf
If not
echo /usr/local/lib >>/etc/ld.so.conf
38) cat/etc/ld.so.conf Now check to see if (/usr/local/lib exist)
39) save file
40) ldconfig
41) run ldd ./ffmpeg
FFmpeg should be complete and installed. On some servers you may need to add Disable Shared and enable flags.
View 14 Replies
View Related
Jul 17, 2009
I just got a brand new server, its a centOS 5 box with cPanel installed, compiled with suPHP and the latest version of Apache. I was trying to install FFMPEG, Flvtool2, flvtool, mplayer, etc etc, and I had some issues, so I paid serverwizards to install it, and they tried to install it, but it seems they installed a broken version of flvtool2, or didnt install it right, and their best response up to date is "we are googling this", then they blow me off for 12 hours. This has been going on for 3 days so far.
Here is a test I ran.
Quote:
root@svr3 [~]# /usr/bin/flvtool2 -UDs /home/rbetvcom/public_html/amphosted/uploads/CSb3k1pZcsi4BtyuOhx3.flv
^XERROR:
ERROR: /usr/lib/ruby/gems/1.8/gems/flvtool2-1.0.6/lib/flv/stream.rb:257:in `index'
ERROR: /usr/lib/ruby/gems/1.8/gems/flvtool2-1.0.6/lib/flv/stream.rb:257:in `frame_sequence'
ERROR: /usr/lib/ruby/gems/1.8/gems/flvtool2-1.0.6/lib/flv/stream.rb:256:in `collect'
ERROR: /usr/lib/ruby/gems/1.8/gems/flvtool2-1.0.6/lib/flv/stream.rb:256:in `frame_sequence'
ERROR: /usr/lib/ruby/gems/1.8/gems/flvtool2-1.0.6/lib/flv/stream.rb:270:in `framerate'
ERROR: /usr/lib/ruby/gems/1.8/gems/flvtool2-1.0.6/lib/flv/stream.rb:131:in `add_meta_tag'
ERROR: /usr/lib/ruby/gems/1.8/gems/flvtool2-1.0.6/lib/flvtool2/base.rb:184:in `add_meta_data_tag'
ERROR: /usr/lib/ruby/gems/1.8/gems/flvtool2-1.0.6/lib/flvtool2/base.rb:137:in `update'
ERROR: /usr/lib/ruby/gems/1.8/gems/flvtool2-1.0.6/lib/flvtool2/base.rb:47:in `send'
ERROR: /usr/lib/ruby/gems/1.8/gems/flvtool2-1.0.6/lib/flvtool2/base.rb:47:in `execute!'
ERROR: /usr/lib/ruby/gems/1.8/gems/flvtool2-1.0.6/lib/flvtool2/base.rb:46:in `each'
ERROR: /usr/lib/ruby/gems/1.8/gems/flvtool2-1.0.6/lib/flvtool2/base.rb:46:in `execute!'
ERROR: /usr/lib/ruby/gems/1.8/gems/flvtool2-1.0.6/lib/flvtool2/base.rb:239:in `process_files'
ERROR: /usr/lib/ruby/gems/1.8/gems/flvtool2-1.0.6/lib/flvtool2/base.rb:225:in `each'
ERROR: /usr/lib/ruby/gems/1.8/gems/flvtool2-1.0.6/lib/flvtool2/base.rb:225:in `process_files'
ERROR: /usr/lib/ruby/gems/1.8/gems/flvtool2-1.0.6/lib/flvtool2/base.rb:44:in `execute!'
ERROR: /usr/lib/ruby/gems/1.8/gems/flvtool2-1.0.6/lib/flvtool2.rb:168:in `execute!'
ERROR: /usr/lib/ruby/gems/1.8/gems/flvtool2-1.0.6/lib/flvtool2.rb:228
ERROR: /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require'
ERROR: /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require'
ERROR: /usr/lib/ruby/gems/1.8/gems/flvtool2-1.0.6/bin/flvtool2:2
ERROR: /usr/bin/flvtool2:19:in `load'
ERROR: /usr/bin/flvtool2:19
root@svr3 [~]#
View 2 Replies
View Related
May 5, 2009
Can someone please provide me steps to install FFMPEG on centos5.
View 4 Replies
View Related
Sep 12, 2007
i want to install FFMPEG on my server , i tried to install from here http://vexxhost.com/blog/category/ffmpeg/
but i got error in step no. 6 , put in your consideration i didn't do the step no. 5
coz my OS is Fedora core 4.
plz any one have the right way to install , tell me.
View 3 Replies
View Related
Apr 27, 2007
I'm trying to install ffmpeg-php on fedora c4
When trying to phpize i get this error:
Configuring for:
PHP Api Version: 20031224
Zend Module Api No: 20041030
Zend Extension Api No: 220040412
/usr/bin/phpize: line 105: aclocal: command not found
I found a similar thread and tried their solution (yum install automake)
Downloading Packages:
warning: rpmts_HdrFromFdno: Header V3 DSA signature: NOKEY, key ID db42a60e
Public key for autoconf-2.59-5.noarch.rpm is not installed
Retrieving GPG key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora
GPG key at file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora (0x4F2A6FD2) is already installed
The GPG keys listed for the "Fedora Core 4 - i386 - Base" repository are already installed but they are not correct for this package.
Check that the correct key URLs are configured for this repository.
.. I'm pretty new to linux and have no idea whats going on/how I can resolve it - does anyone have any suggestions? If theres any more info I should post that would help let me know.
View 2 Replies
View Related
Nov 6, 2009
to install the complete FFMPEG package onto my VPS which includes, FFMPEG, Mplayer, Mencoder, Lame, etc.
I generally use the following script which works as a charm, but doesn't work very well on CentOS 64-Bit.
View 8 Replies
View Related
May 24, 2014
How do I install FFMPEG on Pleslk 11.5?
View 1 Replies
View Related
Jun 7, 2007
I seen where a lot of server management companies are charging big bucks for this, so this might save you some time and money.
First
Code:
nano -w /etc/yum.repos.d/dag.repo
Insert
Code:
[dag]
name=Dag RPM Repository for Red Hat Enterprise Linux
baseurl=http://apt.sw.be/redhat/el$releasever/en/$basearch/dag
gpgcheck=1
enabled=1
Then yum update and search for ffmpeg and install all ffmpeg packages including devel.
Seems there is some lib problems along the way so in /etc/ld.so.conf
add
/usr/local/lib
then
ldconfig -v
To install the php extension follow the simple directions on [url]
Then you should be all set!
Tried and tested on 2 different centos server, works fine.
View 14 Replies
View Related
Sep 12, 2014
I have server with the Plesk control panel on Linux server and want to install ffmpeg + MPlayer + LAME + FLVtool2 + MediaInfo + Mencoder + MP4Box + neroAacEnc , but not sure about the steps to install it. Is there any script or easy steps to install ffmpeg + MPlayer + LAME + FLVtool2 + MediaInfo + Mencoder + MP4Box + neroAacEnc on my server.
View 1 Replies
View Related
Oct 8, 2008
* FFmpeg [url]
* FFmpeg-PHP [url]
* Mencoder and Mplayer [url]
* LAME MP3 Encoder [url]
* Libogg [url]
* FLVtool2 [url]
to install the up program in vps hes worked with CENTOS Enterprise 5.2 i686
because im try but not working like Mencoder and Mplayer he cant connect with me in ssh
View 1 Replies
View Related
Aug 21, 2014
I have server with the Plesk control panel on Linux server and want to install ffmpeg but not sure about the steps to install it. Any script or easy steps to install ffmpeg on my server.
View 1 Replies
View Related
Oct 15, 2007
I had is running it on my php4.. I upgraded to php5 using easyapache but now its not working.. Its has the ffmpeg.So in the extenuion folder and php.ini has the extension folder and the extension defined.. Any solution
View 5 Replies
View Related
Jul 13, 2008
I've been trying to download FFMPEG via SVN for several hours now but I am getting are just timeouts. Can you please try it on your side: ....
View 3 Replies
View Related
Nov 29, 2007
i am coverting am mp3 and want to set the author tag in it..
View 4 Replies
View Related
Oct 17, 2007
After much efforts and help of members of this forum i have installed ffmpeg, ffmpeg-php, gd on my server.. Now the purpose for which i have installed all this is to get the thumbnail of the videos..
I tried the code given on its homepage but thats not working..
View 3 Replies
View Related
Apr 4, 2007
I've been researching and thinking on offering it on our servers but I still have a few doubts. How resource intensive is it? Does it affect a shared environment too much?
View 0 Replies
View Related
Jun 19, 2008
my customer want FFMpeg, but we no have this in my VPS.
If we setup PHPMotion then he have FFMpeg?
If I setup FFMpeg customer can run STREAMING? or I need setup more packages?
Please: RAM required to run FFMpeg correctly?
The best STREAMING in cPanel is FFMpeg?
View 3 Replies
View Related
May 6, 2009
I need to host some video materials and I don't want to use something big like a VPS or dedi, shared will be enough for me. That's why I think quillhost.com service will suit my needs well as they support ffmpeg on their shared service.
Do you think my idea is sound?
View 0 Replies
View Related
Apr 19, 2009
I was wondering if there was anyone out there that could do an ffmpeg, flvtool2, mencoder installation on my CentOS 5.2 VPS for $10. I need it to be able to run phpmotion / youtube clone scripts...
View 8 Replies
View Related