• WP Version : 3.4 with Cool Video Gallery 1.6

    Operating System : Debian 6.2 (64 Bit)
    Server : Apache/2.2.22
    MySQL Version : 5.5.24-4
    PHP Version : 5.4.4-2
    PHP Max Upload Size : 1GB
    FFMPEG : Not Installed
    [Note: Preview images for uploaded videos will not be created automatically using FFMPEG. Manually upload preview images for videos.]
    PHP extension 'SimpleXML' : Enabled
    PHP setting 'allow_url_fopen' : Enabled

    ————————–

    php5-ffmprg intalled.

    Change setting path in Cool Video Gallery to /usr/bin/ffmpeg or /usr/local/bin/ffmpeg no affect

    ————————–

    streaming@server:~$ ffmpeg
    
    ffmpeg version 0.11.1 Copyright (c) 2000-2012 the FFmpeg developers
      built on Jun 10 2012 06:24:55 with gcc 4.7.0
      configuration: --prefix=/usr --extra-cflags='-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security ' --extra-ldflags='-Wl,-z,relro' --cc='ccache cc' --enable-shared --enable-libmp3lame --enable-gpl --enable-nonfree --disable-decoder=libdirac --enable-libvorbis --enable-pthreads --enable-libfaac --enable-libxvid --enable-postproc --enable-x11grab --enable-libgsm --enable-libtheora --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libx264 --enable-libspeex --enable-nonfree --disable-stripping --enable-libschroedinger --disable-encoder=libschroedinger --enable-version3 --enable-libopenjpeg --enable-libvpx --enable-librtmp --enable-avfilter --enable-libfreetype --enable-libvo-aacenc --disable-decoder=amrnb --enable-libvo-amrwbenc --enable-libaacplus --libdir=/usr/lib/x86_64-linux-gnu --disable-vda --enable-libbluray --enable-libdc1394 --disable-altivec --disable-armv5te --disable-armv6 --disable-vis --shlibdir=/usr/lib/x86_64-linux-gnu
      libavutil      51. 54.100 / 51. 54.100
      libavcodec     54. 23.100 / 54. 23.100
      libavformat    54.  6.100 / 54.  6.100
      libavdevice    54.  0.100 / 54.  0.100
      libavfilter     2. 77.100 /  2. 77.100
      libswscale      2.  1.100 /  2.  1.100
      libswresample   0. 15.100 /  0. 15.100
      libpostproc    52.  0.100 / 52.  0.100

    ——————————————-

    Pls advice 🙂

    http://wordpress.org/extend/plugins/cool-video-gallery/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Praveen Rajan

    (@praveen-rajan)

    @kidtienk

    May I know where you have changed the path?

    Thread Starter kidtienk

    (@kidtienk)

    from > Video Gallery – Gallery Settings – FFMPEG library path:

    Plugin Author Praveen Rajan

    (@praveen-rajan)

    Is exec for PHP enabled in your server?

    Thread Starter kidtienk

    (@kidtienk)

    <?php
    
    if(function_exists('exec')) {
        echo "exec is enabled";
    }
    ?>

    result : exec is enabled

    Apache Loaded Modules :
    core mod_log_config mod_logio mod_version prefork http_core mod_so mod_alias mod_auth_basic mod_authn_file mod_authz_default mod_authz_groupfile mod_authz_host mod_authz_user mod_autoindex mod_cgi mod_deflate mod_dir mod_env mod_fastcgi mod_mime mod_negotiation mod_php5 mod_reqtimeout mod_rewrite mod_setenvif mod_status mod_suexec
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: Cool Video Gallery] FFMPEG not instaled’ is closed to new replies.