Changes between Version 83 and Version 84 of CompilationGuide/Ubuntu
- Timestamp:
- Nov 25, 2013, 9:06:08 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CompilationGuide/Ubuntu
v83 v84 3 3 [[PageOutline(2, Contents)]] 4 4 5 This guide for supported releases of '''Ubuntu''', '''Debian''', and '''Linux Mint''' will provide a local install of the latest FFmpeg tools and libraries including several external encoding and decoding libraries (codecs). This will not provide a system installation and therefore will not interfere with anything such asrepository packages. Recent [http://ffmpeg.org/download.html#LinuxBuilds static builds] are also available for lazy people or those who are unable to compile.5 This guide for supported releases of '''Ubuntu''', '''Debian''', and '''Linux Mint''' will provide a local install of the latest FFmpeg tools and libraries including several external encoding and decoding libraries (codecs). This will not provide a system installation and therefore will not interfere with repository packages. Recent [http://ffmpeg.org/download.html#LinuxBuilds static builds] are also available for lazy people or those who are unable to compile. 6 6 7 7 ---- … … 19 19 }}} 20 20 21 {{{ 22 #!div style="border: 1pt dotted; margin: 1em" 21 23 * Server users can omit the ffplay and x11 dependencies: `libsdl1.2-dev libva-dev libvdpau-dev libx11-dev libxext-dev libxfixes-dev`. 22 24 * Ubuntu 10.04 Lucid users will need to install the `git-core` package instead of the `git` package. Lucid lacks the package `libva-dev`. This can be ignored. 25 }}} 26 27 23 28 24 29 ---- … … 60 65 }}} 61 66 62 '''Note:''' You can download the nightly [ftp://ftp.videolan.org/pub/x264/snapshots/last_x264.tar.bz2 x264 source snapshot] as an alternative to using `git`. 67 {{{ 68 #!div style="border: 1pt dotted; margin: 1em" 69 '''Note:''' You can download the nightly [ftp://ftp.videolan.org/pub/x264/snapshots/last_x264.tar.bz2 x264 source snapshot] as an alternative to using `git`. 70 }}} 63 71 64 72 === fdk-aac === … … 77 85 }}} 78 86 79 '''Note:''' You can download a [https://github.com/mstorsjo/fdk-aac/zipball/master fdk-aac source snapshot] as an alternative to using `git`. 87 {{{ 88 #!div style="border: 1pt dotted; margin: 1em" 89 '''Note:''' You can download a [https://github.com/mstorsjo/fdk-aac/zipball/master fdk-aac source snapshot] as an alternative to using `git`. 90 }}} 80 91 81 92 === libmp3lame === … … 88 99 sudo apt-get install libmp3lame-dev 89 100 }}} 90 91 101 92 102 Ubuntu 10.04 and Debian Squeeze users must compile: … … 137 147 }}} 138 148 139 '''Note:''' You can download a [http://code.google.com/p/webm/downloads/list libvpx source snapshot] as an alternative to using `git`. 149 {{{ 150 #!div style="border: 1pt dotted; margin: 1em" 151 '''Note:''' You can download a [http://code.google.com/p/webm/downloads/list libvpx source snapshot] as an alternative to using `git`. 152 }}} 140 153 141 154 === ffmpeg === 142 155 143 '''Note:''' Server users should remove `--enable-x11grab` from the following command: 156 {{{ 157 #!div style="border: 1pt dotted; margin: 1em" 158 '''Note:''' Server users should remove `--enable-x11grab` from the following command: 159 }}} 144 160 145 161 {{{ … … 160 176 }}} 161 177 162 '''Note:''' You can download the nightly [http://ffmpeg.org/releases/ffmpeg-snapshot.tar.bz2 FFmpeg source snapshot] as an alternative to using `git`. 178 {{{ 179 #!div style="border: 1pt dotted; margin: 1em" 180 '''Note:''' You can download the nightly [http://ffmpeg.org/releases/ffmpeg-snapshot.tar.bz2 FFmpeg source snapshot] as an alternative to using `git`. 181 }}} 163 182 164 183 ---- … … 185 204 }}} 186 205 187 Server users can omit: `libsdl1.2-dev libva-dev libvdpau-dev libx11-dev libxext-dev libxfixes-dev`. 206 {{{ 207 #!div style="border: 1pt dotted; margin: 1em" 208 '''Note:''' Server users can omit: `libsdl1.2-dev libva-dev libvdpau-dev libx11-dev libxext-dev libxfixes-dev`. 209 }}} 188 210 189 211 === x264 === … … 253 275 * [[AACEncodingGuide|AAC Encoding Guide]] 254 276 255 === External Links ===256 257 * [http://ubuntuforums.org/showthread.php?t=2141949 Howto: Compile the development version of VLC under the latest Ubuntu release]258 * [http://ubuntuforums.org/showthread.php?t=2149564 Howto: Build the svn MPlayer under the latest release version of Ubuntu]259 260 277 {{{#!comment 261 278 * Make man pages actually work
