Forum Replies Created

Viewing 1 replies (of 1 total)
  • Hello,

    I’m using trying out the plugin and loving it so far… However, I’m getting an error that I can’t seem to solve. Every time I try to encode WEBM videos I get the message ‘FFMPEG missing library ‘libvorbis’ or ‘libvpx’ required for WEBM encoding.’

    I had my server techs review the plugin code and they tell me ‘There appears to be something wrong with how the plugin detects those libraries’. They printed out the ffmpeg command and ran it from the command line as the same user as the server runs as and it worked 1, 2, 3.

    Which leads them to believe the problem is a detection issue with the plugin code itself. Any ideas how to correct this?

    Just in case you need it, I’ve included a copy of the ffmpeg command that worked via command line.

    ffmpeg command:
    /usr/local/bin/ffmpeg -y -i “/web/sites/user/site.com/wp-content/uploads/2011/11/hf084_ws-_TUBE_tube5.mp4” -acodec libfaac -ab 128k -s 640×480 -vcodec libx264 -threads 1 -b 1440k -bt 800k -f ipod “/web/sites/user/site.com/wp-content/uploads/2011/11/hf084_ws-_TUBE_tube5-ipod.m4v” > /web/sites/user/site.com/wp-content/uploads/2011/11/hf084_ws-_TUBE_tube5_0713_encode.txt

Viewing 1 replies (of 1 total)