The forum is here for legacy reasons. No new posts will be created. User registration is disabled! If you have any questions, please email us or check https://www.adultscriptpro.com for more details!
You are not logged in.
thx, that helped!!
./configure --prefix=/usr/local --enable-shared --enable-pic
Found yasm 1.1.0.2352
Minimum version is yasm-1.2.0
If you really want to compile without asm, configure with --disable-asm
should i use "--disable-asm" when compiling?
Last edited by knoffs (2013-01-20 19:37:20)
Offline
fount it out ...
had to install yasm before ...
cd ~/ffmpeg-source
wget http://www.tortall.net/projects/yasm/re … 2.0.tar.gz
tar xzvf yasm-1.2.0.tar.gz
cd yasm-1.2.0
./configure
make
# make install
Offline
when running the following:
./configure --prefix=/usr/local --enable-shared --enable-gpl --enable-version3 --enable-nonfree --enable-postproc \
--enable-libfaac --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb \
--enable-libvpx --enable-libx264 --enable-libxvid
and getting the error-code that libvpx is outdated, make sure that you install the following first ...
cd ~/ffmpeg-source
git clone http://git.chromium.org/webm/libvpx.git
cd libvpx
./configure
make
# make install
Offline
Install a newer version of libvpx from here: http://code.google.com/p/webm/downloads … 2&can=2&q=
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
There Is One More Easy Way For Installing FFMPEG With All Features. Please Use ffmpegautoinstaller Its Free And Easy. But It Get Problem In Installing In Cpanel Servers.....
I Use It Its Good And Less Time Consuming....
I Will Post One Topic For Easier Work In Free Time.....
Offline
It seems that we can only install the 1.0.x version of ffmpeg
There can be problem if we install version 1.2
Offline
Yes. Only use 1.0.x. I will soon update to work with new versions (however its problematic because if i update the code, then clients that already have 1.0.x installed wont be able to use it).
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
Yes. Only use 1.0.x. I will soon update to work with new versions
Has the script been updated to support newer versions of ffmpeg?
Offline
I'll update this topic ASAP with latest version of php. The script itself always supports (and i always develop on the latest stable versions of php, mysql, ffmpeg...) latest version of ffmpeg.
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
That would be nice
At least the DAG/RPMFORGE repository and libvpx needs another source
Offline
Would any repository work?
Like ftp://fr2.rpmfind.net/linux/dag/redhat/ … x86_64.rpm ?
Offline
What distribution are you running Centos 6.x?
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
Yes, it's Centos 6.x
So the guide on ffmpeg and then just add qt-faststart and yamdi
Offline
qt-faststart comes with ffmpeg. Once you've compiled ffmpeg go to /where/ffmpeg/source/is/tools/ and run:
gcc qt-faststart.c -o qt-faststart
once done you can copy the qt-faststart binary from the tools folder. yamdi compiles very easy, download the source, unpack and run make. that it!
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
Getting way too many erratic errors with Centos 6.x
Ubuntu 14.04 works way better
Offline