Results 1 to 6 of 6
  1. #1

    Thumbs up LAMP installation + Video modules installation | FFMPEG MPLAYER PHP MYSQL

    For $30 I will install:
    • LAMP on your server,
    • I'll also get your distro's automatic packet installer in working order and with all the needed repositories to easily install software unto your server in the future:
    yum: for centos/fedora core/redhat based linux distro's
    aptitude (apt-get): for ubuntu/debian based linux distro's
    I also provide my service for installation video modules unto your server. I charge $30 for this:

    This includes:

    • Installation:
      • Ffmpeg
      • Ffmpeg-php
      • mplayer (includes mencoder)
      • flvtool2
      • codecs:
        • essentials (mplayer codec pack, decodes wmv, quicktime mov, mpeg, mpeg2 etc...)
        • xvid (decodes xvid/divx files)
        • amr (decodes amr sound in mobile phone 3GP videos)
        • x264 (decodes HD h.264 files, quicktime mov and x.264 mkv files)
        • lame mp3 (decodes mp3 sound)
        • ogg
        • vorbis
        • theora
        • faad
        • faac (decodes AAC sound)
        • a52 (decodes ac3 sound)
    • PHP optimization for large uploads (100MB+)
    • Script Installation (PHPmotion [FREE script], attachmax, rayzz, clipshare (v2 and v3), entertainment script all versions, etc...)
    • Support for any eventual bugs
    That's right after much trial and error I've succeeded in compiling ffmpeg and mplayer with support for nearly all possible codecs.
    What does this mean?

    Your users can upload videos in practically any format!
    Like = 3GP (mobile phone video format) and High Definition X.264 videos.

    Note: Some scripts like Rayzz require PHP5&MySQL5, and red 5 streaming server for extra functionality.

    I DO NOT CURRENTLY INSTALL RED5!

    PHP&MySQL upgrade = $20


    What I need from you:

    -Root SSH access
    -Web Control Panel access, for easy mysql management if you have one
    (like any one of the following: cpanel, phpmyadmin, plesk, webmin etc...)

    All prices are negociable.

    Here is how I work:

    I do the job, when you are satisfied you pay me by paypal (or we can work out another form of payment if paypal doesn't do it for you).

    Please contact me via email:
    dev.stefan@gmail.com

    Please feel free to email me if you have any questions or for whatever reason!

    Thanks and have a great day!

  2. #2
    a LAMP stands for Linux Apache Mysql Php

  3. #3
    here's how I compile mplayer with 3GP support:

    tar jxvf MPlayer-*.tar.bz2 \
    && cd MPlayer-* \
    && mkdir working \
    && cd working \
    && wget 3gpp.org/ftp/Specs/archive/26_series/26.104/26104-510.zip \
    && wget 3gpp.org/ftp/Specs/archive/26_series/26.204/26204-510.zip \
    && unzip -q 26104-510.zip \
    && unzip -q 26204-510.zip \
    && cd .. \
    && mkdir libavcodec/amr_float \
    && mkdir libavcodec/amrwb_float \
    && cd libavcodec/amr_float \
    && unzip -q ../../working/26104-510_ANSI_C_source_code.zip \
    && cd ../amrwb_float \
    && unzip -q ../../working/26204-510_ANSI-C_source_code.zip \
    && cd ../../ && ./configure --enable-jpeg && make && make install && cd ..

    here's how I compile ffmpeg:

    cd ffmpeg \
    && ./configure --enable-shared --enable-libfaad \
    --enable-libfaadbin --enable-libfaac \
    --enable-libvorbis --enable-libx264 \
    --enable-libtheora --enable-libxvid \
    --enable-libmp3lame --enable-liba52 \
    --enable-liba52bin --enable-libamr-nb \
    --enable-libamr-wb --enable-gpl --enable-nonfree \
    && make && make install && ldconfig && cd ..

  4. #4
    I'm always on the lookout to improve my install.

    I now compile ffmpeg with:

    cd ffmpeg \
    &&./configure --enable-shared --enable-gpl --enable-nonfree --enable-postproc --enable-swscale --enable-pthreads \
    --enable-liba52 --enable-liba52bin \
    --enable-libamr-nb --enable-libamr-wb --enable-libdc1394 \
    --enable-libfaac --enable-libfaad --enable-libfaadbin \
    --enable-libmp3lame --enable-libtheora --enable-libvorbis \
    --enable-libx264 --enable-libxvid

  5. #5
    actually got to can't enable swcale or ffmpeg-php won't work
    classic case of more isn't always better/

    so stick with:

    cd ffmpeg \
    &&./configure --enable-shared --enable-gpl --enable-nonfree --enable-postproc --enable-pthreads \
    --enable-liba52 --enable-liba52bin \
    --enable-libamr-nb --enable-libamr-wb --enable-libdc1394 \
    --enable-libfaac --enable-libfaad --enable-libfaadbin \
    --enable-libmp3lame --enable-libtheora --enable-libvorbis \
    --enable-libx264 --enable-libxvid

  6. #6
    hmm when i compile ffmpeg i have amr-nb and amr-wb as enabled after ./config but I've seen people download the 3gp files to ffmpeg source dir like I do to mplayer.

    So just in case i'll do this too in futur so new ffmpeg:

    cd ffmpeg \
    && mkdir working \
    && cd working \
    && wget 3gpp.org/ftp/Specs/archive/26_series/26.104/26104-510.zip \
    && wget 3gpp.org/ftp/Specs/archive/26_series/26.204/26204-510.zip \
    && unzip -q 26104-510.zip \
    && unzip -q 26204-510.zip \
    && cd .. \
    && mkdir libavcodec/amr_float \
    && mkdir libavcodec/amrwb_float \
    && cd libavcodec/amr_float \
    && unzip -q ../../working/26104-510_ANSI_C_source_code.zip \
    && cd ../amrwb_float \
    && unzip -q ../../working/26204-510_ANSI-C_source_code.zip \
    && cd ../../ && ./configure --enable-shared --enable-gpl --enable-nonfree --enable-postproc --enable-pthreads \
    --enable-liba52 --enable-liba52bin \
    --enable-libamr-nb --enable-libamr-wb --enable-libdc1394 \
    --enable-libfaac --enable-libfaad --enable-libfaadbin \
    --enable-libmp3lame --enable-libtheora --enable-libvorbis \
    --enable-libx264 --enable-libxvid

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •