Changes between Version 26 and Version 27 of Video_Users_Guide
- Timestamp:
- Nov 1, 2011 11:21:11 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Video_Users_Guide
v26 v27 95 95 a. libx264 (optional, if H264 is wanted), in MSYS console: 96 96 {{{ 97 $ ./configure # add anyoptions if needed, e.g: optimization, install dir, search path97 $ ./configure # add options if needed, e.g: optimization, install dir, search path 98 98 $ make && make install-lib-dev # default install dir is /usr/local 99 99 }}} … … 101 101 {{{ 102 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"103 # add other options if needed, e.g: optimization, install dir, search path 104 # to enable H264, add "--enable-gpl --enable-libx264" 105 105 $ make && make install 106 106 }}} 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: 107 a. To use ffmpeg with VS, [http://ffmpeg.arrozcru.org/wiki/index.php?title=Inttypes.h these headers] will be needed. 108 109 2. !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: 108 110 a. If you don't need Windows 7 features, the recommended SDK is [http://www.microsoft.com/downloads/en/details.aspx?FamilyID=ff6467e6-5bba-4bf5-b562-9199be864d29 Windows SDK Update for Windows Vista]. This is because it doesn't have [wiki:FAQ#vs2008 IP Helper API header bug]. 109 111 a. If you need Windows 7 features then use [http://www.microsoft.com/downloads/en/confirmation.aspx?FamilyID=6B6C21D2-2006-4AFA-9702-529FA782D63B Windows SDK for Windows 7 and .NET Framework 4] and follow the instructions on [wiki:FAQ#vs2008 fixing IP Helper API header bug]. Also if you are using Visual Studio 2005 then you will need to patch it using [http://support.microsoft.com/kb/949009/ MS Knowledge Base 949009]