| 145 | | Once you have compiled all of the codecs/libraries you want, you can now download the FFmpeg source either with Git or the from release tarball links on the website. Study the output of {{{./configure --help}}} and make sure you've enabled all the features you want, remembering that `--enable-nonfree` and `--enable-gpl` will be necessary for some of the dependencies above. A sample command is: |
| | 145 | Once you have compiled all of the codecs/libraries you want, you can now download the FFmpeg source either with Git or the from release tarball links on the website. |
| | 146 | |
| | 147 | Consult the [[CompilationGuide/Generic|Generic compilation guide]]. The information there is applicable to the Mac OS environment. |
| | 148 | |
| | 149 | Run {{{./configure --help}}}, and study its output to learn what options are available. Make sure you've enabled all the features you want. Note that `--enable-nonfree` and `--enable-gpl` will be necessary for some of the dependencies above. |
| | 150 | |
| | 151 | A sample compilation command is: |
| | 152 | |