[SOLVED] Videos in Gallery3 (ffmpeg) with XAMPP

Charly_123

Joined: 2014-01-15
Posts: 3
Posted: Wed, 2014-01-15 08:43

Hello everybody,

I'm searching for a long time, but I didn't find a realy good and helpful instruction to install ffmpeg or anything else to make thumbs of my videos.
I use Windows x64 and xampp. Can someone help me please.
thanks

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Wed, 2014-01-15 14:35

I'm sure there is tutorials on the net for installing ffmpeg on a windows xampp machine.

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
suprsidr
suprsidr's picture

Joined: 2005-04-17
Posts: 8339
Posted: Wed, 2014-01-15 22:24

get your windows builds here.

-s
________________________________
All New jQuery Minislideshow for G2/G3

 
Charly_123

Joined: 2014-01-15
Posts: 3
Posted: Thu, 2014-01-16 08:35

Right, there are many tutorials, but nothing works. I did this thinks...
1. donwload http://www.apachefriends.org/download.php?xampp-win32-1.8.2-3-VC9.zip
2. unzip
3. run
4. download http://downloads.sourceforge.net/gallery/gallery-3.0.9.zip
5. unzip and copy to /xampp/htdocs/fotos and start gallery3
6. get error "Gallery is not supported on Windows (PHP reports that you're using: WINNT)"
7. comment out line 28 to 30
/*if (strtoupper(substr(PHP_OS, 0, 3)) === 'WIN') {
exit("Gallery is not supported on Windows (PHP reports that you're using: " . PHP_OS . ")");
}
8. Install gallery3
9. get an error "Notice: Undefined index: g3_password in D:\xampp\htdocs\fotos\installer\installer.php on line 141" --> I can't find any information about
10. change password
11. download http://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-latest-win32-static.7z and copy to fotos/bin/ffmpeg.exe
12. goto admin-->setting--> advanced
13. ffmpeg_path --> bin/ffmpeg.exe
14. goto admin--> settings --> movie and get this message FFmpeg (of unknown version) was found in bin
15. try to upload a movie (*.mp4) from my camera
16. upload works but no thumb

did I something wrong???

 
suprsidr
suprsidr's picture

Joined: 2005-04-17
Posts: 8339
Posted: Thu, 2014-01-16 12:27

your ffmpeg path would be D:\xampp\htdocs\fotos\bin\ffmpeg.exe

-s
________________________________
All New jQuery Minislideshow for G2/G3

 
Charly_123

Joined: 2014-01-15
Posts: 3
Posted: Thu, 2014-01-16 12:45

AAAAAAAAAAAAAAAAAAAAAAAHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
IT WORKS!!!!!!!!!
How can I thank you?
This was the misstake.
You don't know how many hour I spend google and know it work.
Thanks a lot.

 
jnash
jnash's picture

Joined: 2004-08-02
Posts: 814
Posted: Thu, 2014-01-16 16:52

Comments are now locked for this topic.