Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
I'm not quite sure if you're asking for the ffmpeg binary for windows- if so, I don't use windows, so I'm not of much help, however, http://ffmpeg.org/index.html maybe of use to you and you can also just search for a windows binary.
The path for ffmpeg is configured in admin/settings/ffmpeg_wrapper
I'm having trouble with the video module, ffmpeg wrapper locates the binary at /usr/local/bin/ffmpeg and when I type that location into the video module setup I get the error Please specify correct executable path to Transcoder.
Will the ffmpeg wrapper help me use the video module?
Has anyone run into this before?
My gallery2 installation uses ffmpeg in the same location, /usr/local/bin/ffmpeg
I'm using the transcode module from flashyourweb.com and it runs fine. It seems like drupal can't access that system path. Do you know why that might be?
Comments
Comment #1
arthurf commentedYou need to know where your ffmpeg binary is and then enter it at admin/settings/ffmpeg_wrapper
An easy way to find out is to log into your server and type "whereis ffmpeg"
Comment #2
rashid_786 commentedhow to get ffmpeg binary file for window and how to set path in ffmpeg wrapper
please see the link to get ffmpeg binary
Comment #3
arthurf commentedI'm not quite sure if you're asking for the ffmpeg binary for windows- if so, I don't use windows, so I'm not of much help, however, http://ffmpeg.org/index.html maybe of use to you and you can also just search for a windows binary.
The path for ffmpeg is configured in admin/settings/ffmpeg_wrapper
Comment #4
rashid_786 commentedis it possible to run ffmpeg module on window
Comment #5
arthurf commentedHi-
I don't run windows, but searching for "windows ffmpeg binary" yields many results.
Comment #6
arne.olafson commentedI'm having trouble with the video module, ffmpeg wrapper locates the binary at /usr/local/bin/ffmpeg and when I type that location into the video module setup I get the error
Please specify correct executable path to Transcoder.Will the ffmpeg wrapper help me use the video module?
Has anyone run into this before?
Comment #7
arthurf commented@webmayin - is your ffmpeg binary executable by the webserver? Check your php error log to see if have issues with open base dir.
Comment #8
arne.olafson commentedMy gallery2 installation uses ffmpeg in the same location, /usr/local/bin/ffmpeg
I'm using the transcode module from flashyourweb.com and it runs fine. It seems like drupal can't access that system path. Do you know why that might be?