PDA

View Full Version : Help with a photo gallery


BrianMerkel
9-22-04, 11:48 AM
I am installing Gallery 2 onto my website. It handles all of the images fine but in order for me to be able to post and use mpeg and quicktime pieces in the album it says to:

"FFMPEG is a graphics toolkit that can be used to process video files that you upload to Gallery. You must install the FFMPEG binary on your machine, then enter the path to it in the text box below. If you're on a Unix machine, don't forget to make the binary executable (chmod 755 ffmpeg in the right directory should do it) "

My questions are:

1) does powweb already have this installed on the server? if not can I install it myself?

2) If I can install it myself, where do I find it and where is the best place to put the binary?

I'm not well versed in *nix stuff so some of this is a little over my head.

Brian

Jade Dragon
9-22-04, 04:14 PM
no powweb does not have this installed. But I'm part of the gallery dev team and just so happen to have the compiled binaries that will work on powweb.

http://gallery.drazan.biz/ffmpeg.zip

Then look at this file on gallery to integrate the mod.
clicky (http://gallery.menalto.com/index.php?name=PNphpBB2&file=viewtopic&t=11567&highlight=movie+thumbnails)

This will automatically generate the first frame of the movie into a thumbnail for your gallery.

As default - gallery will support standard movie files. The thumbnail however, is a little generic.

=)
Jade

BrianMerkel
9-24-04, 12:26 PM
Thanks alot.

KHSjr1970
3-7-05, 09:21 AM
---------------------

KHSjr1970
5-28-05, 02:47 AM
Jade any chance you can re upload these binairies ?

tcjay
6-4-05, 03:35 PM
I am trying to install gallery 1.5 on my website which is using PostNuke7.5. I am getting the following message when I run gallery/setup/index.php.

Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@tillitomas.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

What should I look for to try to identy the problem?

Jade Dragon
6-8-05, 06:09 PM
change the .htaccess and config files back to 644 and run the install.

777 no longer works at powweb for a permissions setting.

I *really* need to update that install tutorial.

KHSjr1970
6-8-05, 06:56 PM
Boo Hoo! : (

The Binaires link, is still not connecting. : )

IBethune
6-21-05, 07:00 AM
I don't like resurrecting old threads, but does anyone have an FFMPEG binary that I can run on Powweb's servers? Or is it possible to have FFMPEG installed by a Powweb admin?

Cheers

- Iain

anthony522
6-28-05, 11:40 AM
I'm looking for a pre-compiled binary as well.

If I could figure out how to compile, I would just do it myself.

stephenju
8-9-05, 08:15 AM
I find that FreeBSD port of ffmpeg in /usr/ports/multimedia/ in its pacakge format. No comipled binary. Can Powweb just compile it? You have the ported package installed already. Or how do we compile and install it into our own cgi-bin directory?

mikem
8-15-05, 04:18 PM
Looking for ffmpeg binaries too!!!


EDIT: found it

http://langleycom.com/gallery_download/

look for ffmpeg
CHMOD file to 755 and dir to 777 after uplodaing to your FreeBSD server. Does not support wmv or mov thumbnail generation.