Changes between Version 22 and Version 23 of Video_Users_Guide
- Timestamp:
- Oct 28, 2011 4:06:21 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Video_Users_Guide
v22 v23 21 21 1. [http://www.libsdl.org/ SDL] '''version 1.3'''. 22 22 - Note that this is the newer and not yet released SDL library, hence most likely it won't be installed by default on your system. You can download the source snapshot or from the Mercurial repository from http://www.libsdl.org/hg.php. 23 1. [http://ffmpeg.org/ ffmpeg] development library. We tested with ffmpeg version ranging from 0.5.1 (from circa 2009) to the latest git version as of August 2011. For H.264 support, you need the latest from git (as of October 2011). 23 1. [http://ffmpeg.org/ ffmpeg] development library. We tested with ffmpeg version ranging from 0.5.1 (from circa 2009) to the latest git version as of August 2011. 24 - Note that for H.264 support, you need the latest from git (as of October 2011), and it needs libz too. 24 25 1. For H.264: [http://www.videolan.org/developers/x264.html libx264]. We tested with the latest from git (as of October 2011) 25 26 1. Optional: [http://qt.nokia.com/downloads/ Qt development SDK] for building the [#vidgui video GUI sample]. We tested with version 4.6 or later.