• Resolved djsteve

    (@djsteve)


    Hi there – I do not see how to tell the plugin to make thumbnail images from video. I have tried uploaded through the cool video backend which works fine, and I have added videos through ftp to the folder, and it scans the folder to add the video to the gallery – but there is no thumbnail or image created.
    Is there a button somewhere to click to tell it to make the thumbnail?
    I have ffmpeg, and I have changed folder permissions to 777

    /wp-content/uploads/video-gallery/gallery-name-one
    (777)
    /wp-content/uploads/video-gallery/gallery-name-one/thumbs/
    (777)
    * Operating System : FreeBSD (64 Bit)
    * Server : Apache
    * MySQL Version : 5.0.92
    * PHP Version : 5.2.16
    * PHP Max Upload Size : 200M
    * FFMPEG : Installed

    I think your plugin may be one of the best of all time once it can do just a little bit more.
    Is there something else I am missing?

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

    (@praveen-rajan)

    Hi,

    I would like to know whether you are able to upload preview image manually? If FFMPEG is installed it will be generated automatically.

    Thanks
    Praveen Rajan

    Benoit

    (@benoit)

    Does the gallery look for a specific path for ffmpg? I know it is installed on my server, but CVG says it isn’t.

    Plugin Author Praveen Rajan

    (@praveen-rajan)

    Hi,

    ffmpeg installation is found using the man command of LINUX.

    The library is taken from the path /usr/bin/ffmpeg.

    Thanks
    Praveen

    Benoit

    (@benoit)

    I had my host install ffmpeg. They tell me “it’s at /usr/local/bin/ffmpeg however /usr/bin/ffmpeg is linked to it so will work as well”. However, when I upload videos, I still do not get the thumbs and have to manually upload pictures via FTP as the edit preview image/upload image doesn’t work either. Any suggestions?

    Plugin Author Praveen Rajan

    (@praveen-rajan)

    Hi,

    Please try changing the path in cool-video-gallery/lib/core.php function create_thumbnail_video to your ffmpeg path.

    Thanks
    Praveen

    Plugin Author Praveen Rajan

    (@praveen-rajan)

    @benoit

    Please try the video gallery with a fresh download from WordPress site.

    Thanks
    Praveen

    Benoit

    (@benoit)

    Hi Praveen,

    I reinstalled a fresh download (even though I already had version 1.3 installed) and it still indicates there is no ffmpeg. I’ll try to change the core.php path and let you know if that works in a few minutes.

    Benoit

    (@benoit)

    I changed the path on line 451 to read $command = "/usr/local/bin/ffmpeg and in overview, it still says FFMPEG : Not Installed.

    Plugin Author Praveen Rajan

    (@praveen-rajan)

    Hi Benoit,

    Please try uploading a video. That message is shown in admin panel using the man command of LINUX

    Benoit

    (@benoit)

    Just uploaded a video and it shows the default thumb. I then tried to upload an image through the plugin, and it does not work either. I get no error message, and no image uploads. For the galleries I have up so far, I have had to upload images manually, using ftp.

    Benoit

    (@benoit)

    just did a check using the ‘which ffmpeg’ in command line and it returned the path /usr/local/bin/ffmpeg, so I don’t understand why the plugin cannot find it.

    Plugin Author Praveen Rajan

    (@praveen-rajan)

    Hi

    Please try the command man ffmpeg in your command line and check if ffmpeg is installed with necessary support for thumbnail generation.

    Thanks
    Praveen

    Benoit

    (@benoit)

    OK, did just that and it returns ‘No manual entry for ffmpeg’ so what should I ask my provider for exactly?

    Plugin Author Praveen Rajan

    (@praveen-rajan)

    Hi,

    Try this command instead at command line ffmpeg and see the different options for FFMPEG.

    Is GD for images supported in your webserver? May I know your WordPress Version?

    Benoit

    (@benoit)

    Hi again Praveen,

    Here is what the ffmpeg command returns:

    FFmpeg version SVN-r26402, Copyright (c) 2000-2011 the FFmpeg developers
      built on Mar  6 2011 14:25:27 with gcc 4.1.2 20080704 (Red Hat 4.1.2-44)
      configuration: --prefix=/usr/local/hgffmpeg --enable-shared --enable-nonfree -         -enable-avfilter --enable-filter=movie --enable-gpl --enable-pthreads --enable-l         ibopencore-amrnb --enable-libopencore-amrwb --enable-libfaac --enable-libmp3lame          --enable-libtheora --enable-libvorbis --enable-libx264 --enable-libxvid --extra         -cflags=-I/usr/local/hgffmpeg/include/ --extra-ldflags=-L/usr/local/hgffmpeg/lib          --enable-decoder=ac3 --enable-decoder=asv1 --enable-decoder=asv2 --enable-decod         er=flac --enable-decoder=wmv1 --enable-decoder=wmv2 --enable-decoder=wmv3 --enab         le-decoder=mpeg1video --enable-decoder=mpeg2video --enable-decoder=flv --enable-         decoder=fraps --enable-decoder=h263 --enable-decoder=h264 --enable-decoder=libgs         m --enable-decoder=mjpeg --enable-decoder=mpeg4 --enable-decoder=mpeg4aac --enab         le-decoder=mpegvideo --enable-decoder=mpeg4aac --enable-decoder=msmpeg4v1 --enab         le-decoder=msmpeg4v2 --enable-decoder=msmpeg4v3 --enable-decoder=pcm_alaw --enab         le-decoder=pcm_mulaw --enable-encoder=ac3 --enable-encoder=asv1 --enable-encoder         =asv2 --enable-encoder=flac --enable-encoder=h263 --enable-encoder=flashsv --ena         ble-encoder=flv --enable-encoder=libgsm --enable-encoder=mjpeg --enable-encoder=         msmpeg4v3 --enable-encoder=pcm_alaw --enable-encoder=pcm_mulaw --enable-encoder=         mpeg1video --enable-encoder=mpeg2video --enable-encoder=mpeg4 --enable-encoder=m         smpeg4v1 --enable-encoder=msmpeg4v2 --enable-encoder=rv10 --enable-encoder=rv20          --enable-encoder=vorbis --enable-encoder=wmav1 --enable-encoder=wmav2 --enable-e         ncoder=wmv1 --enable-encoder=wmv2 --disable-demuxer=v4l --disable-demuxer=v4l2 -         -enable-version3
      libavutil     50.36. 0 / 50.36. 0
      libavcore      0.16. 1 /  0.16. 1
      libavcodec    52.108. 0 / 52.108. 0
      libavformat   52.93. 0 / 52.93. 0
      libavdevice   52. 2. 3 / 52. 2. 3
      libavfilter    1.74. 0 /  1.74. 0
      libswscale     0.12. 0 /  0.12. 0

    GD for images is supported and I use WordPress 3.0.5

Viewing 15 replies - 1 through 15 (of 25 total)
  • The topic ‘[Plugin: Cool Video Gallery] thumbnail creation how’ is closed to new replies.