Changes between Version 25 and Version 26 of Video_Users_Guide
- Timestamp:
- Nov 1, 2011 11:08:34 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Video_Users_Guide
v25 v26 95 95 a. libx264 (optional, if H264 is wanted), in MSYS console: 96 96 {{{ 97 98 97 $ ./configure # add any options if needed, e.g: optimization, install dir, search path 98 $ make && make install-lib-dev # default install dir is /usr/local 99 99 }}} 100 100 a. ffmpeg, in MSYS console: 101 101 {{{ 102 $ ./configure --enable-gpl --enable-libx264 \ 103 --enable-shared --disable-static \104 --enable-memalign-hack # add other options if needed105 102 $ ./configure --enable-shared --disable-static --enable-memalign-hack 103 # add other options if needed, 104 # e.g: to enable H264, add "--enable-gpl --enable-libx264" 105 $ make && make install 106 106 }}} 107 107 1. !DirectShow SDK, included in Windows SDK. The minimum component required within the SDK is ''Windows Development Headers and Libraris'' and ''Samples''. As there are several versions of SDK we found they have different issues: