Changes between Version 4 and Version 5 of UbuntuCompilationGuide
- Timestamp:
- 05/03/2012 02:40:04 AM (13 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UbuntuCompilationGuide
v4 v5 11 11 }}} 12 12 13 Get the dependencies :13 Get the dependencies ('''Ubuntu Desktop''' users): 14 14 {{{ 15 15 sudo apt-get update … … 17 17 libmp3lame-dev libopencore-amrnb-dev libopencore-amrwb-dev libsdl1.2-dev libtheora-dev \ 18 18 libva-dev libvdpau-dev libvorbis-dev libx11-dev libxfixes-dev texi2html yasm zlib1g-dev 19 }}} 20 21 Get the dependencies ('''Ubuntu Server''' or headless users): 22 {{{ 23 sudo apt-get update 24 sudo apt-get -y install build-essential checkinstall git libfaac-dev libmp3lame-dev \ 25 libopencore-amrnb-dev libopencore-amrwb-dev libtheora-dev libvorbis-dev texi2html yasm \ 26 zlib1g-dev 19 27 }}} 20 28 … … 60 68 hash x264 ffmpeg ffplay ffprobe 61 69 }}} 70 71 '''Note:''' Ubuntu Server users should omit `--enable-x11grab`. 72 73 == Finish == 62 74 Installation is now complete and FFmpeg is now ready for use. You can keep the x264, libvpx, and ffmpeg directories in your home directory if you plan on updating later. See [#update Updating FFmpeg] below for more details. Some optional steps are next followed by instructions on updating FFmpeg and finally instructions on reverting all changes made by this guide. 75 76 ---- 63 77 64 78 == Optional Installation == … … 84 98 --fstrans=no --default 85 99 }}} 100 101 ---- 86 102 87 103 == Updating FFmpeg ==#update … … 120 136 Now run `./configure`, `make`, and `make install` as shown in the [#ffmpeg Install FFmpeg] section. 121 137 138 ---- 139 122 140 == Reverting Changes Made by This Guide == 123 141 To remove FFmpeg/x264 and other packages added for this guide:


