Changeset f4de5d4bb2fe4e28ce947cd232360350353d5628

Show
Ignore:
Timestamp:
25/08/08 22:28:52 (3 months ago)
Author:
Antoine Cellerier <dionoea@videolan.org>
git-committer:
Antoine Cellerier <dionoea@videolan.org> 1219696132 +0200
git-parent:

[41e490d185f91018286b78649a8549fd89406cfc]

git-author:
Antoine Cellerier <dionoea@videolan.org> 1219696109 +0200
Message:

Add description for transrate options.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/stream_out/transrate/transrate.c

    rbb255df rf4de5d4  
    6060#define VB_TEXT N_("Video bitrate") 
    6161#define VB_LONGTEXT N_( \ 
    62     "... FIXME ..." ) 
     62    "New target video bitrate. Quality is ok for -10/15\% of the original" \ 
     63    "bitrate." ) 
    6364 
    6465#define SHAPING_TEXT N_("Shaping delay") 
    6566#define SHAPING_LONGTEXT N_( \ 
    66     "... FIXME ..." ) 
     67    "Amount of data used for transrating in ms." ) 
    6768 
    6869#define MPEG4_MATRIX_TEXT N_("Use MPEG4 matrix") 
    6970#define MPEG4_MATRIX_LONGTEXT N_( \ 
    70     "... FIXME ..." ) 
     71    "Use the MPEG4 quantification matrix." ) 
    7172 
    7273#define SOUT_CFG_PREFIX "sout-transrate-"