| Version 2 (modified by llogan, 10 months ago) (diff) |
|---|
How to quickly compile FFmpeg with libx264 (x264, H.264)
- Compile x264. See How to quickly compile libx264 for instructions.
- Compile FFmpeg:
cd /my/path/where/i/keep/compiled/stuff git clone git://git.videolan.org/ffmpeg.git cd ffmpeg ./configure --enable-gpl --enable-libx264 make # make install # ldconfig


