I cannot get this module to work for me. I am working with five separate subdomains with simple video module installations, each with specific differences in order to troubleshoot where some problems are. While working with one I noticed the video module was actually showing a valid copy of FFmpeg as 0.6.1 until I was messing with the theme settings and then Poof! it went away.

Here is what is says now, which is the same for all my installations, both 7.x-2.4 and 7.x-2.x-dev:

FFmpeg	Not found
Missing the transcoder library. Please install FFmpeg in to your server if you intend to transcode or to auto create thumbnails. 

I have been wrestling with a lot of problems with this video module for a long time now, and I simply can't get it to work. I'm posting this because it may relate to something that solves another issue on my list.

Comments

Jorrit’s picture

Status: Active » Postponed (maintainer needs more info)

Is this bug fixed now? It was probably caused by a bug in version detection.

michael.k’s picture

Yes this is working now and shows the current version as git: 2012-02-19-04f7eee.

Awesome. :)

Jorrit’s picture

Status: Postponed (maintainer needs more info) » Fixed

That's good to hear.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

cyph3rn3tz’s picture

Issue summary: View changes

To install FFmpeg in Ubuntu 14.04 execute the following commands in the Terminal:

sudo add-apt-repository ppa:kirillshkrogalev/ffmpeg-next
sudo apt-get update
sudo apt-get install ffmpeg

Note : Please have a look at noobcodes for more instruction Go Noobcodes