diff options
Diffstat (limited to 'tdeioslave/audiocd/plugins/lame/encoderlameconfig.ui')
-rw-r--r-- | tdeioslave/audiocd/plugins/lame/encoderlameconfig.ui | 930 |
1 files changed, 930 insertions, 0 deletions
diff --git a/tdeioslave/audiocd/plugins/lame/encoderlameconfig.ui b/tdeioslave/audiocd/plugins/lame/encoderlameconfig.ui new file mode 100644 index 00000000..f8149741 --- /dev/null +++ b/tdeioslave/audiocd/plugins/lame/encoderlameconfig.ui @@ -0,0 +1,930 @@ +<!DOCTYPE UI><UI version="3.2" stdsetdef="1"> +<class>EncoderLameConfig</class> +<widget class="TQWidget"> + <property name="name"> + <cstring>LameConfig</cstring> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>471</width> + <height>598</height> + </rect> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="TQGroupBox" row="0" column="1"> + <property name="name"> + <cstring>GroupBox1_2</cstring> + </property> + <property name="title"> + <string>Options</string> + </property> + <vbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <property name="margin"> + <number>11</number> + </property> + <property name="spacing"> + <number>6</number> + </property> + <widget class="TQCheckBox"> + <property name="name"> + <cstring>kcfg_copyright</cstring> + </property> + <property name="text"> + <string>Cop&yrighted</string> + </property> + <property name="toolTip" stdset="0"> + <string>Mark MP3 file as copyrighted</string> + </property> + <property name="whatsThis" stdset="0"> + <string>Mark MP3 file as copyrighted.</string> + </property> + </widget> + <widget class="TQCheckBox"> + <property name="name"> + <cstring>kcfg_original</cstring> + </property> + <property name="text"> + <string>Origi&nal</string> + </property> + <property name="checked"> + <bool>true</bool> + </property> + <property name="toolTip" stdset="0"> + <string>Mark MP3 file as an original</string> + </property> + <property name="whatsThis" stdset="0"> + <string>Mark MP3 file as an original.</string> + </property> + </widget> + <widget class="TQCheckBox"> + <property name="name"> + <cstring>kcfg_iso</cstring> + </property> + <property name="text"> + <string>&ISO encoding</string> + </property> + <property name="toolTip" stdset="0"> + <string>Try to use strict ISO encoding</string> + </property> + <property name="whatsThis" stdset="0"> + <string>This selects the maximal bitrate used for encoding.</string> + </property> + </widget> + <widget class="TQCheckBox"> + <property name="name"> + <cstring>kcfg_crc</cstring> + </property> + <property name="text"> + <string>&Error protection</string> + </property> + </widget> + <widget class="TQCheckBox"> + <property name="name"> + <cstring>kcfg_id3_tag</cstring> + </property> + <property name="text"> + <string>&Write ID3 tag</string> + </property> + <property name="checked"> + <bool>true</bool> + </property> + <property name="toolTip" stdset="0"> + <string>If checked and if cddb support is available, an id3 tag will be appended</string> + </property> + <property name="whatsThis" stdset="0"> + <string>If checked and if cddb support is available, an id3 tag will be appended</string> + </property> + </widget> + </vbox> + </widget> + <widget class="TQButtonGroup" row="0" column="0"> + <property name="name"> + <cstring>buttonGroup1</cstring> + </property> + <property name="title"> + <string>Encoding Method</string> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="TQLayoutWidget" row="3" column="0" rowspan="1" colspan="3"> + <property name="name"> + <cstring>Layout21</cstring> + </property> + <hbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <property name="margin"> + <number>0</number> + </property> + <property name="spacing"> + <number>6</number> + </property> + <widget class="TQLabel"> + <property name="name"> + <cstring>TextLabel3_2</cstring> + </property> + <property name="text"> + <string>Low</string> + </property> + </widget> + <widget class="TQSlider"> + <property name="name"> + <cstring>kcfg_quality</cstring> + </property> + <property name="minValue"> + <number>-9</number> + </property> + <property name="maxValue"> + <number>0</number> + </property> + <property name="pageStep"> + <number>1</number> + </property> + <property name="value"> + <number>-7</number> + </property> + <property name="orientation"> + <enum>Horizontal</enum> + </property> + <property name="tickmarks"> + <enum>NoMarks</enum> + </property> + </widget> + <widget class="TQLabel"> + <property name="name"> + <cstring>TextLabel2_2</cstring> + </property> + <property name="text"> + <string>High</string> + </property> + </widget> + </hbox> + </widget> + <widget class="TQLabel" row="2" column="0" rowspan="1" colspan="3"> + <property name="name"> + <cstring>TextLabel1_2</cstring> + </property> + <property name="text"> + <string>&Quality:</string> + </property> + <property name="alignment"> + <set>AlignLeft</set> + </property> + <property name="buddy" stdset="0"> + <cstring>kcfg_quality</cstring> + </property> + </widget> + <widget class="TQComboBox" row="1" column="0" rowspan="1" colspan="2"> + <item> + <property name="text"> + <string>Stereo</string> + </property> + </item> + <item> + <property name="text"> + <string>Joint Stereo</string> + </property> + </item> + <item> + <property name="text"> + <string>Dual Channel</string> + </property> + </item> + <item> + <property name="text"> + <string>Mono</string> + </property> + </item> + <property name="name"> + <cstring>kcfg_stereo</cstring> + </property> + <property name="whatsThis" stdset="0"> + <string>This option controls whether MP3 files are recorded with one or two channels. Note that choosing <i>"Mono"</i> reduces file size, but also kills the stereo signal.</string> + </property> + </widget> + <widget class="TQRadioButton" row="0" column="0"> + <property name="name"> + <cstring>kcfg_bitrate_constant</cstring> + </property> + <property name="text"> + <string>Constant bitrate</string> + </property> + </widget> + <widget class="TQRadioButton" row="0" column="1"> + <property name="name"> + <cstring>kcfg_bitrate_variable</cstring> + </property> + <property name="text"> + <string>Variable bitrate</string> + </property> + <property name="checked"> + <bool>true</bool> + </property> + </widget> + </grid> + </widget> + <spacer row="4" column="0"> + <property name="name"> + <cstring>spacer11</cstring> + </property> + <property name="orientation"> + <enum>Vertical</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>20</width> + <height>16</height> + </size> + </property> + </spacer> + <widget class="TQGroupBox" row="3" column="0" rowspan="1" colspan="2"> + <property name="name"> + <cstring>vbr_settings</cstring> + </property> + <property name="enabled"> + <bool>true</bool> + </property> + <property name="title"> + <string>Variable Bitrate Settings</string> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <property name="margin"> + <number>11</number> + </property> + <property name="spacing"> + <number>6</number> + </property> + <widget class="TQCheckBox" row="3" column="0"> + <property name="name"> + <cstring>kcfg_vbr_average_br</cstring> + </property> + <property name="text"> + <string>Specify avera&ge bitrate:</string> + </property> + <property name="whatsThis" stdset="0"> + <string>This selects the maximal bitrate used for encoding.</string> + </property> + </widget> + <widget class="TQComboBox" row="2" column="1"> + <item> + <property name="text"> + <string>32 kbs</string> + </property> + </item> + <item> + <property name="text"> + <string>40 kbs</string> + </property> + </item> + <item> + <property name="text"> + <string>48 kbs</string> + </property> + </item> + <item> + <property name="text"> + <string>56 kbs</string> + </property> + </item> + <item> + <property name="text"> + <string>64 kbs</string> + </property> + </item> + <item> + <property name="text"> + <string>80 kbs</string> + </property> + </item> + <item> + <property name="text"> + <string>96 kbs</string> + </property> + </item> + <item> + <property name="text"> + <string>112 kbs</string> + </property> + </item> + <item> + <property name="text"> + <string>128 kbs</string> + </property> + </item> + <item> + <property name="text"> + <string>160 kbs</string> + </property> + </item> + <item> + <property name="text"> + <string>192 kbs</string> + </property> + </item> + <item> + <property name="text"> + <string>224 kbs</string> + </property> + </item> + <item> + <property name="text"> + <string>256 kbs</string> + </property> + </item> + <item> + <property name="text"> + <string>320 kbs</string> + </property> + </item> + <property name="name"> + <cstring>kcfg_vbr_max_brate</cstring> + </property> + <property name="enabled"> + <bool>false</bool> + </property> + <property name="currentItem"> + <number>13</number> + </property> + </widget> + <widget class="TQCheckBox" row="2" column="0"> + <property name="name"> + <cstring>kcfg_vbr_max_br</cstring> + </property> + <property name="enabled"> + <bool>false</bool> + </property> + <property name="text"> + <string>Maximal bi&trate:</string> + </property> + <property name="whatsThis" stdset="0"> + <string>This selects the maximal bitrate used for encoding.</string> + </property> + </widget> + <widget class="TQCheckBox" row="4" column="0" rowspan="1" colspan="2"> + <property name="name"> + <cstring>kcfg_vbr_xing_tag</cstring> + </property> + <property name="text"> + <string>Write &Xing VBR tag</string> + </property> + <property name="checked"> + <bool>true</bool> + </property> + <property name="whatsThis" stdset="0"> + <string>This writes additional information related to VBR as introduced by Xing.</string> + </property> + </widget> + <widget class="TQComboBox" row="3" column="1"> + <item> + <property name="text"> + <string>32 kbs</string> + </property> + </item> + <item> + <property name="text"> + <string>40 kbs</string> + </property> + </item> + <item> + <property name="text"> + <string>48 kbs</string> + </property> + </item> + <item> + <property name="text"> + <string>56 kbs</string> + </property> + </item> + <item> + <property name="text"> + <string>64 kbs</string> + </property> + </item> + <item> + <property name="text"> + <string>80 kbs</string> + </property> + </item> + <item> + <property name="text"> + <string>96 kbs</string> + </property> + </item> + <item> + <property name="text"> + <string>112 kbs</string> + </property> + </item> + <item> + <property name="text"> + <string>128 kbs</string> + </property> + </item> + <item> + <property name="text"> + <string>160 kbs</string> + </property> + </item> + <item> + <property name="text"> + <string>192 kbs</string> + </property> + </item> + <item> + <property name="text"> + <string>224 kbs</string> + </property> + </item> + <item> + <property name="text"> + <string>256 kbs</string> + </property> + </item> + <item> + <property name="text"> + <string>320 kbs</string> + </property> + </item> + <property name="name"> + <cstring>kcfg_vbr_mean_brate</cstring> + </property> + <property name="enabled"> + <bool>false</bool> + </property> + <property name="currentItem"> + <number>9</number> + </property> + </widget> + <widget class="TQCheckBox" row="1" column="0" rowspan="1" colspan="2"> + <property name="name"> + <cstring>kcfg_vbr_min_hard</cstring> + </property> + <property name="enabled"> + <bool>false</bool> + </property> + <property name="text"> + <string>Minimal &value is a hard limit</string> + </property> + </widget> + <widget class="TQCheckBox" row="0" column="0"> + <property name="name"> + <cstring>kcfg_vbr_min_br</cstring> + </property> + <property name="enabled"> + <bool>false</bool> + </property> + <property name="text"> + <string>Minimal &bitrate:</string> + </property> + <property name="whatsThis" stdset="0"> + <string>This selects the minimal bitrate used for encoding.</string> + </property> + </widget> + <widget class="TQComboBox" row="0" column="1"> + <item> + <property name="text"> + <string>32 kbs</string> + </property> + </item> + <item> + <property name="text"> + <string>40 kbs</string> + </property> + </item> + <item> + <property name="text"> + <string>48 kbs</string> + </property> + </item> + <item> + <property name="text"> + <string>56 kbs</string> + </property> + </item> + <item> + <property name="text"> + <string>64 kbs</string> + </property> + </item> + <item> + <property name="text"> + <string>80 kbs</string> + </property> + </item> + <item> + <property name="text"> + <string>96 kbs</string> + </property> + </item> + <item> + <property name="text"> + <string>112 kbs</string> + </property> + </item> + <item> + <property name="text"> + <string>128 kbs</string> + </property> + </item> + <item> + <property name="text"> + <string>160 kbs</string> + </property> + </item> + <item> + <property name="text"> + <string>192 kbs</string> + </property> + </item> + <item> + <property name="text"> + <string>224 kbs</string> + </property> + </item> + <item> + <property name="text"> + <string>256 kbs</string> + </property> + </item> + <item> + <property name="text"> + <string>320 kbs</string> + </property> + </item> + <property name="name"> + <cstring>kcfg_vbr_min_brate</cstring> + </property> + <property name="enabled"> + <bool>false</bool> + </property> + <property name="currentItem"> + <number>1</number> + </property> + </widget> + </grid> + </widget> + <widget class="TQGroupBox" row="2" column="0" rowspan="1" colspan="2"> + <property name="name"> + <cstring>cbr_settings</cstring> + </property> + <property name="title"> + <string>Constant Bitrate Settings</string> + </property> + <hbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <property name="margin"> + <number>11</number> + </property> + <property name="spacing"> + <number>6</number> + </property> + <widget class="TQLabel"> + <property name="name"> + <cstring>TextLabel4_2</cstring> + </property> + <property name="text"> + <string>Bitrate:</string> + </property> + <property name="buddy" stdset="0"> + <cstring>kcfg_cbr_bitrate</cstring> + </property> + </widget> + <widget class="TQComboBox"> + <item> + <property name="text"> + <string>32 kbs</string> + </property> + </item> + <item> + <property name="text"> + <string>40 kbs</string> + </property> + </item> + <item> + <property name="text"> + <string>48 kbs</string> + </property> + </item> + <item> + <property name="text"> + <string>56 kbs</string> + </property> + </item> + <item> + <property name="text"> + <string>64 kbs</string> + </property> + </item> + <item> + <property name="text"> + <string>80 kbs</string> + </property> + </item> + <item> + <property name="text"> + <string>96 kbs</string> + </property> + </item> + <item> + <property name="text"> + <string>112 kbs</string> + </property> + </item> + <item> + <property name="text"> + <string>128 kbs</string> + </property> + </item> + <item> + <property name="text"> + <string>160 kbs</string> + </property> + </item> + <item> + <property name="text"> + <string>192 kbs</string> + </property> + </item> + <item> + <property name="text"> + <string>224 kbs</string> + </property> + </item> + <item> + <property name="text"> + <string>256 kbs</string> + </property> + </item> + <item> + <property name="text"> + <string>320 kbs</string> + </property> + </item> + <property name="name"> + <cstring>kcfg_cbr_bitrate</cstring> + </property> + <property name="currentItem"> + <number>9</number> + </property> + <property name="whatsThis" stdset="0"> + <string>The higher the bitrate, the better the quality and the larger the file.</string> + </property> + </widget> + </hbox> + </widget> + <widget class="TQGroupBox" row="1" column="0" rowspan="1" colspan="2"> + <property name="name"> + <cstring>GroupBox83_2</cstring> + </property> + <property name="title"> + <string>Filter Settings</string> + </property> + <property name="alignment"> + <set>AlignVCenter|AlignLeft</set> + </property> + <property name="hAlign" stdset="0"> + </property> + <property name="vAlign" stdset="0"> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <property name="margin"> + <number>11</number> + </property> + <property name="spacing"> + <number>6</number> + </property> + <widget class="TQCheckBox" row="0" column="0"> + <property name="name"> + <cstring>kcfg_enable_lowpass</cstring> + </property> + <property name="text"> + <string>&Lowpass filter cutoff above</string> + </property> + </widget> + <widget class="TQSpinBox" row="1" column="0"> + <property name="name"> + <cstring>kcfg_lowfilterfreq</cstring> + </property> + <property name="enabled"> + <bool>false</bool> + </property> + <property name="suffix"> + <string> Hz</string> + </property> + <property name="maxValue"> + <number>20000</number> + </property> + </widget> + <widget class="TQCheckBox" row="2" column="0"> + <property name="name"> + <cstring>kcfg_enable_highpass</cstring> + </property> + <property name="text"> + <string>&Highpass filter cutoff below</string> + </property> + </widget> + <widget class="TQSpinBox" row="3" column="0"> + <property name="name"> + <cstring>kcfg_highfilterfreq</cstring> + </property> + <property name="enabled"> + <bool>false</bool> + </property> + <property name="suffix"> + <string> Hz</string> + </property> + <property name="maxValue"> + <number>200</number> + </property> + </widget> + <widget class="TQCheckBox" row="0" column="1"> + <property name="name"> + <cstring>kcfg_set_lpf_width</cstring> + </property> + <property name="enabled"> + <bool>false</bool> + </property> + <property name="text"> + <string>Low&pass filter width</string> + </property> + </widget> + <widget class="TQSpinBox" row="1" column="1"> + <property name="name"> + <cstring>kcfg_lowfilterwidth</cstring> + </property> + <property name="enabled"> + <bool>false</bool> + </property> + <property name="suffix"> + <string> Hz</string> + </property> + <property name="maxValue"> + <number>5000</number> + </property> + </widget> + <widget class="TQCheckBox" row="2" column="1"> + <property name="name"> + <cstring>kcfg_set_hpf_width</cstring> + </property> + <property name="enabled"> + <bool>false</bool> + </property> + <property name="text"> + <string>Highpa&ss filter width</string> + </property> + </widget> + <widget class="TQSpinBox" row="3" column="1"> + <property name="name"> + <cstring>kcfg_highfilterwidth</cstring> + </property> + <property name="enabled"> + <bool>false</bool> + </property> + <property name="suffix"> + <string> Hz</string> + </property> + <property name="maxValue"> + <number>50</number> + </property> + </widget> + </grid> + </widget> + </grid> +</widget> +<connections> + <connection> + <sender>kcfg_bitrate_constant</sender> + <signal>toggled(bool)</signal> + <receiver>cbr_settings</receiver> + <slot>setShown(bool)</slot> + </connection> + <connection> + <sender>kcfg_enable_highpass</sender> + <signal>toggled(bool)</signal> + <receiver>kcfg_highfilterfreq</receiver> + <slot>setEnabled(bool)</slot> + </connection> + <connection> + <sender>kcfg_enable_highpass</sender> + <signal>toggled(bool)</signal> + <receiver>kcfg_highfilterwidth</receiver> + <slot>setEnabled(bool)</slot> + </connection> + <connection> + <sender>kcfg_enable_lowpass</sender> + <signal>toggled(bool)</signal> + <receiver>kcfg_lowfilterfreq</receiver> + <slot>setEnabled(bool)</slot> + </connection> + <connection> + <sender>kcfg_enable_lowpass</sender> + <signal>toggled(bool)</signal> + <receiver>kcfg_lowfilterwidth</receiver> + <slot>setEnabled(bool)</slot> + </connection> + <connection> + <sender>kcfg_enable_highpass</sender> + <signal>toggled(bool)</signal> + <receiver>kcfg_set_hpf_width</receiver> + <slot>setEnabled(bool)</slot> + </connection> + <connection> + <sender>kcfg_enable_lowpass</sender> + <signal>toggled(bool)</signal> + <receiver>kcfg_set_lpf_width</receiver> + <slot>setEnabled(bool)</slot> + </connection> + <connection> + <sender>kcfg_vbr_average_br</sender> + <signal>toggled(bool)</signal> + <receiver>kcfg_vbr_max_br</receiver> + <slot>setEnabled(bool)</slot> + </connection> + <connection> + <sender>kcfg_vbr_max_br</sender> + <signal>toggled(bool)</signal> + <receiver>kcfg_vbr_max_brate</receiver> + <slot>setEnabled(bool)</slot> + </connection> + <connection> + <sender>kcfg_vbr_average_br</sender> + <signal>toggled(bool)</signal> + <receiver>kcfg_vbr_mean_brate</receiver> + <slot>setEnabled(bool)</slot> + </connection> + <connection> + <sender>kcfg_vbr_average_br</sender> + <signal>toggled(bool)</signal> + <receiver>kcfg_vbr_min_br</receiver> + <slot>setEnabled(bool)</slot> + </connection> + <connection> + <sender>kcfg_vbr_min_br</sender> + <signal>toggled(bool)</signal> + <receiver>kcfg_vbr_min_brate</receiver> + <slot>setEnabled(bool)</slot> + </connection> + <connection> + <sender>kcfg_vbr_min_br</sender> + <signal>toggled(bool)</signal> + <receiver>kcfg_vbr_min_hard</receiver> + <slot>setEnabled(bool)</slot> + </connection> + <connection> + <sender>kcfg_bitrate_variable</sender> + <signal>toggled(bool)</signal> + <receiver>vbr_settings</receiver> + <slot>setShown(bool)</slot> + </connection> +</connections> +<tabstops> + <tabstop>kcfg_bitrate_variable</tabstop> + <tabstop>kcfg_stereo</tabstop> + <tabstop>kcfg_quality</tabstop> + <tabstop>kcfg_copyright</tabstop> + <tabstop>kcfg_original</tabstop> + <tabstop>kcfg_iso</tabstop> + <tabstop>kcfg_crc</tabstop> + <tabstop>kcfg_id3_tag</tabstop> + <tabstop>kcfg_cbr_bitrate</tabstop> + <tabstop>kcfg_vbr_min_br</tabstop> + <tabstop>kcfg_vbr_min_hard</tabstop> + <tabstop>kcfg_vbr_max_br</tabstop> + <tabstop>kcfg_vbr_average_br</tabstop> + <tabstop>kcfg_vbr_xing_tag</tabstop> + <tabstop>kcfg_vbr_min_brate</tabstop> + <tabstop>kcfg_vbr_max_brate</tabstop> + <tabstop>kcfg_vbr_mean_brate</tabstop> + <tabstop>kcfg_enable_lowpass</tabstop> + <tabstop>kcfg_lowfilterfreq</tabstop> + <tabstop>kcfg_enable_highpass</tabstop> + <tabstop>kcfg_highfilterfreq</tabstop> + <tabstop>kcfg_set_lpf_width</tabstop> + <tabstop>kcfg_lowfilterwidth</tabstop> + <tabstop>kcfg_set_hpf_width</tabstop> + <tabstop>kcfg_highfilterwidth</tabstop> +</tabstops> +<layoutdefaults spacing="6" margin="11"/> +</UI> |