Changes between Version 9 and Version 10 of Tuning MediaMosa

Show
Ignore:
Timestamp:
02/28/11 16:50:18 (2 years ago)
Author:
forgacs
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Tuning MediaMosa

    v9 v10  
    1 = Additional application = 
    2 [[BR]] 
    3 To be able use MediaMosa capabilities at a full speed, you're encouraged to install a several external tools beside FFMpeg. Although it is optional, installing these may enhance services of your site.[[BR]] 
    4 [[BR]] 
     1= Tuning MediaMosa = 
     2 
     3== Additional application == 
     4To be able use MediaMosa capabilities at a full speed, you're encouraged to install a several external tools beside FFMpeg. Although it is optional, installing these may enhance services of your site. 
     5 
    56MediaMosa documentation page: http://mediamosa.org/node/71 [[BR]] 
    6 MediaMosa Forum: http://mediamosa.org/forum/index.php [[BR]] 
    7 [[BR]] 
    8 [[BR]] 
    9 == Yamdi == 
     7MediaMosa Forum: http://mediamosa.org/forum/index.php 
     8 
     9=== Yamdi === 
    1010yamdi stands for Yet Another MetaData Injector and is a metadata injector for FLV files. It adds the onMetaData event to your FLV files.[[BR]] 
    1111Project homepage is http://yamdi.sourceforge.net/ You can either download version from there or, in some OS, install it as a well-known package with the command like[[BR]] 
    12 {{{apt-get install yamdi}}}[[BR]] 
    13 [[BR]] 
    14 == Lav2yuv == 
     12{{{apt-get install yamdi}}} 
     13 
     14=== Lav2yuv === 
    1515Lav2yuv is a helper application for MediaMosa creating still images with scene changes ( http://mediamosa.org/node/218230 still_type="SCENE").[[BR]] 
    1616Lav2yuv is part of the mjpegtools. Homepage is http://mjpeg.sourceforge.net/ [[BR]] 
    1717Or in some systems you can install it with this command:[[BR]] 
    1818{{{apt-get install mjpegtools}}} 
    19 [[BR]] 
    20 [[BR]] 
    21 == MP4Box == 
     19 
     20=== MP4Box === 
    2221Site of the project is http://www.videohelp.com/tools/mp4box [[BR]] 
    23 [[BR]] 
    24 [[BR]] 
    25 = Tuning MySQL = 
    26 [[BR]] 
     22 
     23== Tuning MySQL == 
    2724We expect that during installation DB type was set to InnoDB as recommended in [wiki:'Pre requirement']. You may be asked to optionally tune up some parameters.[[BR]] 
    28 [[BR]] 
    29 == innodb_flush_log_at_trx_commit == 
    30 [[BR]] 
     25 
     26=== innodb_flush_log_at_trx_commit === 
    3127To achieve optimal settings please add to your ''my.cnf'' file the following line[[BR]] 
    3228{{{innodb_flush_log_at_trx_commit=2}}} 
    3329 
    34 == innodb_flush_method ==  
     30=== innodb_flush_method === 
    3531To achieve optimal settings please add to your ''my.cnf'' file the following line[[BR]] 
    36 {{{innodb_flush_method=O_DIRECT}}}[[BR]] 
    37 [[BR]] 
    38 [[BR]] 
     32{{{innodb_flush_method=O_DIRECT}}}