Changes between Version 35 and Version 36 of Video_Users_Guide
- Timestamp:
- Feb 6, 2012 10:18:52 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Video_Users_Guide
v35 v36 32 32 1. Optional for H.264: [http://www.videolan.org/developers/x264.html libx264]. We tested with the latest from git (as of October 2011): 33 33 {{{ 34 $ ./configure # add options if needed, e.g: optimization, install dir, search path35 $ make && make install-lib- dev# default install dir is /usr/local34 $ ./configure --enable-static # add options if needed, e.g: optimization, install dir, search path 35 $ make && make install-lib-static # default install dir is /usr/local 36 36 }}} 37 37 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. … … 100 100 - It is recommended to use gcc 4 or above to build ffmpeg. 101 101 - To avoid problems, put MSYS, libx264, and ffmpeg in folders that do not contain space, e.g: {{{C:\msys, C:\devlib\ffmpeg}}}. 102 a. libx264 (optional, if H264 is wanted), in MSYS console :103 104 a. ffmpeg, in MSYS , as detailed in [#reqdesk common requirements].102 a. libx264 (optional, if H264 is wanted), in MSYS console, as detailed in [#reqdesk common requirements]. 103 104 a. ffmpeg, in MSYS console, as detailed in [#reqdesk common requirements]. 105 105 - To use ffmpeg with VS, [http://ffmpeg.arrozcru.org/wiki/index.php?title=Inttypes.h these headers] will be needed. 106 106