How to compile FFMPEG for ARM

FFMPEG for ARM processors

Hossein Abbasi
Oct 25, 2018
Image via nvidia.com

First, clone the source code from videolan.org website, like below:

git clone git://git.videolan.org/ffmpeg.git

Then, go to that ffmpeg folder and copy below bash file there:

Now, just run it!

Note: Your built binaries are under the build folder.

--

--