| 167 | | Installation is now complete and ffmpeg is now ready for use. Check to see if you're using your new ffmpeg: |
| 168 | | |
| 169 | | {{{ |
| 170 | | $ ffmpeg 2>&1 | head -n1 |
| 171 | | ffmpeg version git-2013-10-30-f031531 Copyright (c) 2000-2013 the FFmpeg developers |
| 172 | | }}} |
| 173 | | |
| 174 | | If you do not see `FFmpeg developers` in your output then something went wrong and you're probably using the [http://stackoverflow.com/a/9477756/1109017 fake "ffmpeg"] from the repository. |
| 175 | | |
| 176 | | You can keep the `ffmpeg_sources` directory if you plan on updating later. See [#update Updating FFmpeg] below for more details followed by instructions for [#RevertingChangesMadebyThisGuide reverting all changes] made by this guide. |
| | 167 | |
| | 168 | * Installation is now complete and ffmpeg is now ready for use. See the [[x264EncodingGuide|x264 Encoding Guide]] for examples. |
| | 169 | * If you do not see `FFmpeg developers` in your ffmpeg console output then something went wrong and you're probably using the [http://stackoverflow.com/a/9477756/1109017 fake "ffmpeg"] from the repository. |
| | 170 | * HTML formatted documentation is available in `~/ffmpeg_build/share/doc/ffmpeg`. |
| | 171 | * You can keep the `ffmpeg_sources` directory if you plan on updating later. See [#update Updating FFmpeg] below for more details followed by instructions for [#RevertingChangesMadebyThisGuide reverting all changes] made by this guide. |