Page 1 of 1

Compiling FFMPEG on Ubuuntu 13

PostPosted: Wed Aug 21, 2013 10:25 am
by spudy12
If anyone is struggling to compile FFMPEG for Ubuntu following the guide on the Wiki, try this

http://ffmpeg.org/trac/ffmpeg/wiki/Ubun ... ationGuide

When following the guide on the wiki, I was getting ffmpeg build failed among other errors but after lots of searching found this guide worked well.
If you follow this guide to compile it, you will then need to add
  Code:
 -Dffmpeg.location=/home/[user-name]/bin/ffmpeg
replacing [user-name] with your username (and no square brackets) to the serviio.sh file under the bin directory where you installed serviio.

Spud

Re: Compiling FFMPEG on Ubuuntu 13

PostPosted: Thu Aug 22, 2013 12:56 pm
by zip
cool. maybe you could update the wiki guide with this?

Re: Compiling FFMPEG on Ubuuntu 13

PostPosted: Thu Aug 22, 2013 5:01 pm
by spudy12
Yes i'd be happy to. Give me a few days to test it out with Mac devices and iOS then i'll be happy to write it up

Spud

Re: Compiling FFMPEG on Ubuuntu 13

PostPosted: Thu Aug 22, 2013 5:19 pm
by will
Its referenced in the main how to build ffmpeg guide (http://wiki.serviio.org/doku.php?id=build_ffmpeg_linux) which is ubuntu/debian based, so maybe we just just point to that from the ubuntu page.