Changes between Version 35 and Version 36 of Video_Users_Guide


Ignore:
Timestamp:
Feb 6, 2012 10:18:52 AM (12 years ago)
Author:
ismangil
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Video_Users_Guide

    v35 v36  
    3232 1. Optional for H.264: [http://www.videolan.org/developers/x264.html libx264]. We tested with the latest from git (as of October 2011): 
    3333     {{{ 
    34 $ ./configure                   # add options if needed, e.g: optimization, install dir, search path 
    35 $ make && make install-lib-dev  # default install dir is /usr/local 
     34$ ./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 
    3636      }}} 
    3737 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. 
     
    100100       - It is recommended to use gcc 4 or above to build ffmpeg. 
    101101       - 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]. 
    105105       - To use ffmpeg with VS, [http://ffmpeg.arrozcru.org/wiki/index.php?title=Inttypes.h these headers] will be needed. 
    106106