I am trying to trun on the Graphics Toolkits plugins in Gallery 2,
I have a Windows 7 OS runinng Appache2.2 with PHP 5.3...
When I try to set the path to the plugin here is what I get.
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 server, 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)
Path to FFMPEG:
The path you entered doesn't contain a valid FFMPEG binary. Use the 'test' button to check where the error is.
This module can automatically watermark the thumbnails for movies to help distinguish them from photos. See sample at right.
ffmpeg Failed
file_exists(.\modules\ffmpeg\ffmpeg.exe)
is_file(.\modules\ffmpeg\ffmpeg.exe)
Executing: cmd /c " ".\modules\ffmpeg\ffmpeg.exe" "-formats" 2>
"C:\Server\Apache2.2\htdocs\gallery2\g2data\tmp\g2dD4D7.tmp" "
getParameter exec.expectedStatus for core plugin
file_exists(C:\Server\Apache2.2\htdocs\gallery2\g2data\tmp\g2dD4D7.tmp)
filesize(C:\Server\Apache2.2\htdocs\gallery2\g2data\tmp\g2dD4D7.tmp)
unlink(C:\Server\Apache2.2\htdocs\gallery2\g2data\tmp\g2dD4D7.tmp)
Regular Output:
Error Output:
Status: 1 (expected 0)
Executing: cmd /c " ".\modules\ffmpeg\ffmpeg.exe" "-version" 2>
"C:\Server\Apache2.2\htdocs\gallery2\g2data\tmp\g2dD517.tmp" "
getParameter exec.expectedStatus for core plugin
file_exists(C:\Server\Apache2.2\htdocs\gallery2\g2data\tmp\g2dD517.tmp)
filesize(C:\Server\Apache2.2\htdocs\gallery2\g2data\tmp\g2dD517.tmp)
unlink(C:\Server\Apache2.2\htdocs\gallery2\g2data\tmp\g2dD517.tmp)
Regular Output:
Error Output:
Status: 1 (expected 0)
Executing: cmd /c " ".\modules\ffmpeg\ffmpeg.exe" "-h" 2>
"C:\Server\Apache2.2\htdocs\gallery2\g2data\tmp\g2dD556.tmp" "
getParameter exec.expectedStatus for core plugin
file_exists(C:\Server\Apache2.2\htdocs\gallery2\g2data\tmp\g2dD556.tmp)
filesize(C:\Server\Apache2.2\htdocs\gallery2\g2data\tmp\g2dD556.tmp)
unlink(C:\Server\Apache2.2\htdocs\gallery2\g2data\tmp\g2dD556.tmp)
Regular Output:
Error Output:
Status: 1 (expected 0)
Can one of you all knowing and wise, show me the error of my ways??
msteffens