Changeset f4de5d4bb2fe4e28ce947cd232360350353d5628
- 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
| rbb255df |
rf4de5d4 |
|
| 60 | 60 | #define VB_TEXT N_("Video bitrate") |
|---|
| 61 | 61 | #define VB_LONGTEXT N_( \ |
|---|
| 62 | | "... FIXME ..." ) |
|---|
| | 62 | "New target video bitrate. Quality is ok for -10/15\% of the original" \ |
|---|
| | 63 | "bitrate." ) |
|---|
| 63 | 64 | |
|---|
| 64 | 65 | #define SHAPING_TEXT N_("Shaping delay") |
|---|
| 65 | 66 | #define SHAPING_LONGTEXT N_( \ |
|---|
| 66 | | "... FIXME ..." ) |
|---|
| | 67 | "Amount of data used for transrating in ms." ) |
|---|
| 67 | 68 | |
|---|
| 68 | 69 | #define MPEG4_MATRIX_TEXT N_("Use MPEG4 matrix") |
|---|
| 69 | 70 | #define MPEG4_MATRIX_LONGTEXT N_( \ |
|---|
| 70 | | "... FIXME ..." ) |
|---|
| | 71 | "Use the MPEG4 quantification matrix." ) |
|---|
| 71 | 72 | |
|---|
| 72 | 73 | #define SOUT_CFG_PREFIX "sout-transrate-" |
|---|