Keep getting:
"FFmpeg Wrapper could not find the path to the FFmpeg binary. You will need to set this by hand at: admin/settings/ffmpeg_wrapper"
What path am I supposed to supply? Is it relative to my Mac folder structure og relative to the Drupal folder structure?
I've tried everything (I know I haven't, off course). Can't find any README or documentation...? Using MAMP as dev platform and the ffmpeg folder/files found here: http://ffmpeg.org/releases/ffmpeg-0.6.1.tar.gz
Best,
Thomas
Comments
Comment #1
arthurf commentedDo you know if your ffmpeg version is executable? On the command line type ffmpeg -v and see if you get any output.
Comment #2
thomas1977 commentedDo you mean command line like in Windows command prompt? Entering "ffmpeg -v" produces "command not found" in Terminal (Mac).
Comment #3
arthurf commentedYou need to provide the path to where the ffmpeg binary is installed. Have you installed ffmpeg already?
Comment #4
thomas1977 commentedI've unpacked http://ffmpeg.org/releases/ffmpeg-0.6.1.tar.gz to my Drupal root dir. I'm not sure if this is what you call "installing" ffmpeg. Anyway, I've tried moving the folder to other paths as well. No luck.
Comment #5
arthurf commentedSo that looks to be the ffmpeg source- you still need to compile it before it is useable for you. There are lots of guides out there for doing this, but if you're not familiar with compiling software I don't think starting with ffmpeg is going to be an easy first try. You might want to look here http://24b6.net/content/ffmpeg-binary.
Comment #6
thomas1977 commentedThanks for your time and the link :-) I had no idea it was going to be so relatively complicated to install a video format converter on my Drupal installation. Would be helpful to have some kind of downloadable step-by-step explanation on the "homepage" of the module.
Comment #7
arthurf commentedThe unfortunate truth is that anything regrading video is neither easy or obvious. I'd gladly accept a installation writeup if you wanted to do one!
Comment #8
anuarlezama commentedthomas1977 just want to know if you installed the ffmpeg and if its working properly, I am having problems with the ffplay
Comment #9
thomas1977 commented@ anuarlezama
I'm afraid I never succeeded in getting it to work...
Comment #10
arthurf commentedOn the command line type: whereis ffmpeg
This will give you the path to the binary. You can put this in the configuration. It can be the case on shared hosts that ffmpeg is not executable because of basedir settings. In this case copy ffmpeg into your drupal root and use that path.