https://www.bitpi.co/2015/08/19/how-to-compile-ffmpeg-on-a-raspberry-pi/
I want libfaac support, so #5 is a prerequisite to this.
My notes on installing ffmpeg on a Pi:
cd ~;
git clone git://source.ffmpeg.org/ffmpeg.git ffmpeg;
Configure:
cd ffmpeg;
./configure --enable-libfreetype --enable-gpl --enable-nonfree --enable-libx264 --enable-libass --enable-libfaac --enable-libmp3lame --bindir="/usr/local/bin"
Make:
Go get a beer. (Seriously. This takes a long time)
Install:
Test
https://www.bitpi.co/2015/08/19/how-to-compile-ffmpeg-on-a-raspberry-pi/
I want libfaac support, so #5 is a prerequisite to this.
My notes on installing ffmpeg on a Pi:
Configure:
Make:
Go get a beer. (Seriously. This takes a long time)
Install:
Test