| Version 3 (modified by burek, 9 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://source.ffmpeg.org/ffmpeg.git cd ffmpeg ./configure --enable-gpl --enable-libx264 make # make install # ldconfig


