Skip to content

ffmpeg compile directives

gtaylor edited this page Aug 22, 2011 · 1 revision

This is more here for scribbling than anything, but here's how we compiled ffmpeg for the media-nommer ec2nommerd AMI on EC2:

./configure --enable-gpl --enable-version3 --enable-nonfree --enable-postproc --enable-libfaac --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxvid --enable-x11grab

Clone this wiki locally