]> git.sesse.net Git - vlc/commitdiff
Add description for transrate options.
authorAntoine Cellerier <dionoea@videolan.org>
Mon, 25 Aug 2008 20:28:29 +0000 (22:28 +0200)
committerAntoine Cellerier <dionoea@videolan.org>
Mon, 25 Aug 2008 20:28:52 +0000 (22:28 +0200)
modules/stream_out/transrate/transrate.c

index 3483a3f6323492a8802f147cdcbd9f54fa638886..4bf444b17ed93017c18c58c4cdebd47bb55a6857 100644 (file)
@@ -59,15 +59,16 @@ static int  transrate_video_process( sout_stream_t *, sout_stream_id_t *, block_
 
 #define VB_TEXT N_("Video bitrate")
 #define VB_LONGTEXT N_( \
-    "... FIXME ..." )
+    "New target video bitrate. Quality is ok for -10/15\% of the original" \
+    "bitrate." )
 
 #define SHAPING_TEXT N_("Shaping delay")
 #define SHAPING_LONGTEXT N_( \
-    "... FIXME ..." )
+    "Amount of data used for transrating in ms." )
 
 #define MPEG4_MATRIX_TEXT N_("Use MPEG4 matrix")
 #define MPEG4_MATRIX_LONGTEXT N_( \
-    "... FIXME ..." )
+    "Use the MPEG4 quantification matrix." )
 
 #define SOUT_CFG_PREFIX "sout-transrate-"