~ubuntu-branches/ubuntu/saucy/gst-plugins-ugly0.10/saucy

« back to all changes in this revision

Viewing changes to docs/plugins/gst-plugins-ugly-plugins.args

  • Committer: Package Import Robot
  • Author(s): Sebastian Dröge
  • Date: 2012-04-23 08:52:35 UTC
  • mfrom: (1.4.15 sid)
  • Revision ID: package-import@ubuntu.com-20120423085235-sri9p1t4lgw8v16h
Tags: 0.10.19-2
* debian/patches/01_opencore-amr-0.1.3.patch:
  + Fix build with opencore-amrnb 0.1.3 (Closes: #668011).

Show diffs side-by-side

added added

removed removed

Lines of Context:
472
472
<NAME>GstLameMP3Enc::bitrate</NAME>
473
473
<TYPE>gint</TYPE>
474
474
<RANGE>[8,320]</RANGE>
475
 
<FLAGS>rw</FLAGS>
 
475
<FLAGS>rwx</FLAGS>
476
476
<NICK>Bitrate (kb/s)</NICK>
477
477
<BLURB>Bitrate in kbit/sec (Only valid if target is bitrate, for CBR one of 8, 16, 24, 32, 40, 48, 56, 64, 80, 96, 112, 128, 160, 192, 224, 256 or 320).</BLURB>
478
478
<DEFAULT>128</DEFAULT>
482
482
<NAME>GstLameMP3Enc::cbr</NAME>
483
483
<TYPE>gboolean</TYPE>
484
484
<RANGE></RANGE>
485
 
<FLAGS>rw</FLAGS>
 
485
<FLAGS>rwx</FLAGS>
486
486
<NICK>CBR</NICK>
487
487
<BLURB>Enforce constant bitrate encoding (Only valid if target is bitrate).</BLURB>
488
488
<DEFAULT>FALSE</DEFAULT>
492
492
<NAME>GstLameMP3Enc::encoding-engine-quality</NAME>
493
493
<TYPE>GstLameMP3EncEncodingEngineQuality</TYPE>
494
494
<RANGE></RANGE>
495
 
<FLAGS>rw</FLAGS>
 
495
<FLAGS>rwx</FLAGS>
496
496
<NICK>Encoding Engine Quality</NICK>
497
497
<BLURB>Quality/speed of the encoding engine, this does not affect the bitrate!.</BLURB>
498
498
<DEFAULT>Standard</DEFAULT>
502
502
<NAME>GstLameMP3Enc::mono</NAME>
503
503
<TYPE>gboolean</TYPE>
504
504
<RANGE></RANGE>
505
 
<FLAGS>rw</FLAGS>
 
505
<FLAGS>rwx</FLAGS>
506
506
<NICK>Mono</NICK>
507
507
<BLURB>Enforce mono encoding.</BLURB>
508
508
<DEFAULT>FALSE</DEFAULT>
512
512
<NAME>GstLameMP3Enc::quality</NAME>
513
513
<TYPE>gfloat</TYPE>
514
514
<RANGE>[0,9.999]</RANGE>
515
 
<FLAGS>rw</FLAGS>
 
515
<FLAGS>rwx</FLAGS>
516
516
<NICK>Quality</NICK>
517
517
<BLURB>VBR Quality from 0 to 10, 0 being the best (Only valid if target is quality).</BLURB>
518
518
<DEFAULT>4</DEFAULT>
522
522
<NAME>GstLameMP3Enc::target</NAME>
523
523
<TYPE>GstLameMP3EncTarget</TYPE>
524
524
<RANGE></RANGE>
525
 
<FLAGS>rw</FLAGS>
 
525
<FLAGS>rwx</FLAGS>
526
526
<NICK>Target</NICK>
527
527
<BLURB>Optimize for quality or bitrate.</BLURB>
528
528
<DEFAULT>Quality</DEFAULT>
881
881
<ARG>
882
882
<NAME>GstX264Enc::key-int-max</NAME>
883
883
<TYPE>guint</TYPE>
884
 
<RANGE><= G_MAXLONG</RANGE>
 
884
<RANGE><= G_MAXINT</RANGE>
885
885
<FLAGS>rw</FLAGS>
886
886
<NICK>Key-frame maximal interval</NICK>
887
887
<BLURB>Maximal distance between two key-frames (0 for automatic).</BLURB>
1011
1011
<ARG>
1012
1012
<NAME>GstX264Enc::subme</NAME>
1013
1013
<TYPE>guint</TYPE>
1014
 
<RANGE>[1,6]</RANGE>
 
1014
<RANGE>[1,10]</RANGE>
1015
1015
<FLAGS>rw</FLAGS>
1016
1016
<NICK>Subpixel Motion Estimation</NICK>
1017
 
<BLURB>Subpixel motion estimation and partition decision quality: 1=fast, 6=best.</BLURB>
 
1017
<BLURB>Subpixel motion estimation and partition decision quality: 1=fast, 10=best.</BLURB>
1018
1018
<DEFAULT>1</DEFAULT>
1019
1019
</ARG>
1020
1020
 
1124
1124
<RANGE></RANGE>
1125
1125
<FLAGS>rw</FLAGS>
1126
1126
<NICK>H.264 profile</NICK>
1127
 
<BLURB>Apply restrictions to meet H.264 Profile constraints. This will override other properties if necessary.</BLURB>
 
1127
<BLURB>Apply restrictions to meet H.264 Profile constraints. This will override other properties if necessary. This will only be used if downstream elements do not specify a profile in their caps (DEPRECATED).</BLURB>
1128
1128
<DEFAULT>main</DEFAULT>
1129
1129
</ARG>
1130
1130