[SOLVED] FFMPEG not found - transcoding not work
Transcoding doesn't work for me. Scanning serviio logs I have found this message
ERROR [MediaServer] FFMPEG not found. Serviio will not work properly.
...
ERROR [ResourceTransportRequestHandler] Error while processing resource, sending back 500 error. Message: Transcoded file '/tmp/Serviio/transcoding-temp-1000000010001210-7-ORIGINAL.stf' cannot be found, FFmpeg execution probably failed
java.io.IOException: Transcoded file '/tmp/Serviio/transcoding-temp-1000000010001210-7-ORIGINAL.stf' cannot be found, FFmpeg execution probably failed
I'm using Ubuntu 12.04, Serviio 1.2, FFMPEG package installed from the repo. I have also installed additional packages as described in the wiki for the case of Ubuntu 12.04. But no success.
xxx@britta-TravelMate-5740:~$ ffmpeg
ffmpeg version 0.8.5-4:0.8.5-0ubuntu0.12.04.1, Copyright (c) 2000-2012 the Libav developers
built on Jan 24 2013 18:03:14 with gcc 4.6.3
*** THIS PROGRAM IS DEPRECATED ***
This program is only provided for compatibility and will be removed in a future release. Please use avconv instead.
Hyper fast Audio and Video encoder
usage: ffmpeg [options] [[infile options] -i infile]... {[outfile options] outfile}...
Use -h to get full help or, even better, run 'man ffmpeg'
Have anyone a idea how can I fix it?
Thanks!
BR,
VSN