https://sourceforge.net/p/ffmpeg-hi/code/ci/master/tree/
- Creating an AWS Lambda compatible static ffmpeg binary with
libfdk_aac
andopenssl
support.
to create a package run the following commands and follow the instructions on the screen:
sudo su
./configure
sudo make
Source | Description |
---|---|
bzip2 | Data Compressor |
expat | XML Parser |
fdk-aac | High Efficient Advanced Audio Codec |
ffmpeg | Multimedia Framework |
fontconfig | Font Accessor |
freetype | Font Renderer |
fribidi | Unicode Algorithm |
harfbuzz | Text Shaping Engine |
lame | Audio Codec |
libass | Subtitle Renderer |
libiconv | Font Character Encoding Converter |
libogg | Multimedia Container Format |
libtheora | Video Codec |
libvorbis | Audio Codec |
libvpx | Video Codec |
libxml2 | XML Parser |
x264 | Video Codec |
x265 | Video Codec |
xvidcore | Video Codec |
zlib | Data Compressor |
openssl | OpenSSL |