ffmpeg on all-inkl.com

Stack
Stack's picture

Joined: 2011-07-26
Posts: 23
Posted: Sun, 2013-03-03 21:07

I'm searching for a precompiled ffmpeg binary for a shared hosting on all-inkl.com.
I have tried different binaries from many sites even from http://ffmpeg.org/download.html.

I always get the error message:
FFmpeg (of unknown version) was found in /www/.../gallery3/bin

Maybe someone has an idea.

----------------------------------------------------------------
Plattform Informationen
Gallery 3.0.5 (Daydreaming)
Operating system: Linux 2.6.32-45-server
PHP: 5.2.12-nmm4
MySQL: 5.1.66-nmm3-log
Graphics toolkit: gd 2.0.34
----------------------------------------------------------------

 
suprsidr
suprsidr's picture

Joined: 2005-04-17
Posts: 8339
Posted: Mon, 2013-03-04 02:37

I have a few builds here

-s
________________________________
All New jQuery Minislideshow for G2/G3

 
shadlaws

Joined: 2012-03-14
Posts: 183
Posted: Mon, 2013-03-04 11:13

@stack - it's not really an error message; it just says that we can't figure out the version number. This isn't too surprising, as there are many different formats that various builds use to get the version number.

If you upload a movie, does it generate a thumbnail? If so, then FFmpeg works and just its version number is tricky; if not, then FFmpeg isn't working.

 
Stack
Stack's picture

Joined: 2011-07-26
Posts: 23
Posted: Tue, 2013-03-05 22:36

Hey shadlaws,

thanks for the hint, I have tried all binaries of the Link of suprsidr and always: "FFmpeg (of unknown version) was found in /www/.../gallery3/bin".
Know I try to upload some movies... thanks.

Greetz
Stack

 
Stack
Stack's picture

Joined: 2011-07-26
Posts: 23
Posted: Sun, 2013-03-17 15:25

I have tried all ffmpeg files from the recommented list of suprsidr.
Maybe someone can tell me if I have to upload the complete folder of ffmpeg or just the file of ffmpeg into /bin???

Thanks

 
shadlaws

Joined: 2012-03-14
Posts: 183
Posted: Mon, 2013-03-18 17:24

@stack - you only need the ffmpeg binary file, so that's not the issue. Does your host allow user-uploaded executables? I've seen this occur with other folks, and this was the reason. To test, go into a terminal window, go to the bin directory, and type "./ffmpeg" to try and get the normal help/version info. While you're there, double-check that the permissions are set at 0755.

Take care,
Shad