📄 3gpconverter-0.6.kmdr
字号:
<!DOCTYPE UI><UI version="3.0" stdsetdef="1"><class>editor</class><comment>3gp converter is a GUI(kommander script) that uses ffmpeg to convert video files in the 3gp format, which is used by mobile phones. </comment><author>Grrl</author><license>GPL</license><version>0.5</version><widget class="Dialog"> <property name="name"> <cstring>editor</cstring> </property> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>600</width> <height>580</height> </rect> </property> <property name="minimumSize"> <size> <width>600</width> <height>580</height> </size> </property> <property name="maximumSize"> <size> <width>600</width> <height>580</height> </size> </property> <property name="caption"> <string>3gp converter</string> </property> <property name="icon"> <pixmap>image0</pixmap> </property> <property name="associations" stdset="0"> <stringlist> <string></string> <string> @LineEdit1.setText(@exec(which ffmpeg )) @LineEdit2.setText(@exec(ffmpeg -formats |grep amr_nb |awk {'print $2'} )) @LineEdit3.setText(@exec(ffmpeg -formats |grep amr_wb |awk {'print $2'} )) @LineEdit4.setText(@exec(ffmpeg -formats |grep "DEA aac"|awk {'print $2'} )) @LineEdit5.setText(@exec(ffmpeg -formats |grep "DEVSDT h263" |awk {'print $2'} )) @LineEdit6.setText(@exec(ffmpeg -formats |grep "DEVSDT mpeg4" |awk {'print $2'} )) @LineEdit7.setText(@exec(ffmpeg -formats |grep "E 3gp" |awk {'print $2'} )) @aac.setVisible(0) @stereo.setVisible(0) @if (!@String.isempty(@LineEdit4.text)) then @aac.setVisible(1) @stereo.setVisible(1) @endif </string> <string></string> </stringlist> </property> <widget class="GroupBox"> <property name="name"> <cstring>GroupBox1</cstring> </property> <property name="geometry"> <rect> <x>10</x> <y>10</y> <width>580</width> <height>560</height> </rect> </property> <property name="title"> <string></string> </property> <property name="associations" stdset="0"> <stringlist> <string></string> </stringlist> </property> <widget class="GroupBox"> <property name="name"> <cstring>GroupBox7</cstring> </property> <property name="geometry"> <rect> <x>310</x> <y>10</y> <width>260</width> <height>120</height> </rect> </property> <property name="title"> <string>Global options</string> </property> <widget class="TabWidget"> <property name="name"> <cstring>TabWidget2</cstring> </property> <property name="geometry"> <rect> <x>1</x> <y>20</y> <width>257</width> <height>100</height> </rect> </property> <property name="associations" stdset="0"> <stringlist> <string></string> </stringlist> </property> <widget class="QWidget"> <property name="name"> <cstring>tab</cstring> </property> <attribute name="title"> <string>Priorit&y</string> </attribute> <widget class="Label"> <property name="name"> <cstring>Label20</cstring> </property> <property name="geometry"> <rect> <x>10</x> <y>10</y> <width>52</width> <height>18</height> </rect> </property> <property name="text"> <string>highest</string> </property> </widget> <widget class="Label"> <property name="name"> <cstring>Label19</cstring> </property> <property name="geometry"> <rect> <x>100</x> <y>10</y> <width>52</width> <height>18</height> </rect> </property> <property name="text"> <string>normal</string> </property> </widget> <widget class="Label"> <property name="name"> <cstring>Label18</cstring> </property> <property name="geometry"> <rect> <x>200</x> <y>10</y> <width>42</width> <height>18</height> </rect> </property> <property name="text"> <string>lowest</string> </property> </widget> <widget class="Slider"> <property name="name"> <cstring>priority</cstring> </property> <property name="geometry"> <rect> <x>30</x> <y>30</y> <width>190</width> <height>24</height> </rect> </property> <property name="minValue"> <number>-20</number> </property> <property name="maxValue"> <number>19</number> </property> <property name="value"> <number>0</number> </property> <property name="orientation"> <enum>Horizontal</enum> </property> <property name="tickmarks"> <enum>Above</enum> </property> <property name="tickInterval"> <number>4</number> </property> <property name="associations" stdset="0"> <stringlist> <string></string> </stringlist> </property> <property name="toolTip" stdset="0"> <string>You can increase or decrease priority of encoding</string> </property> </widget> </widget> <widget class="QWidget"> <property name="name"> <cstring>tab</cstring> </property> <attribute name="title"> <string>T&ime</string> </attribute> <widget class="SpinBoxInt"> <property name="name"> <cstring>ss</cstring> </property> <property name="enabled"> <bool>false</bool> </property> <property name="geometry"> <rect> <x>210</x> <y>20</y> <width>30</width> <height>23</height> </rect> </property> <property name="maxValue"> <number>60</number> </property> <property name="toolTip" stdset="0"> <string>seconds</string> </property> </widget> <widget class="SpinBoxInt"> <property name="name"> <cstring>mm</cstring> </property> <property name="enabled"> <bool>false</bool> </property> <property name="geometry"> <rect> <x>180</x> <y>20</y> <width>30</width> <height>23</height> </rect> </property> <property name="maxValue"> <number>60</number> </property> <property name="toolTip" stdset="0"> <string>munutes</string> </property> </widget> <widget class="SpinBoxInt"> <property name="name"> <cstring>hh</cstring> </property> <property name="enabled"> <bool>false</bool> </property> <property name="geometry"> <rect> <x>150</x> <y>20</y> <width>30</width> <height>23</height> </rect> </property> <property name="maxValue"> <number>12</number> </property> <property name="toolTip" stdset="0"> <string>hours</string> </property> </widget> <widget class="CheckBox"> <property name="name"> <cstring>time</cstring> </property> <property name="geometry"> <rect> <x>10</x> <y>20</y> <width>130</width> <height>20</height> </rect> </property> <property name="text"> <string>Time &hh:mm:ss</string> </property> <property name="toolTip" stdset="0"> <string>Set the limit of recording time</string> </property> </widget> </widget> <widget class="QWidget"> <property name="name"> <cstring>tab</cstring> </property> <attribute name="title"> <string>Si&ze</string> </attribute> <widget class="SpinBoxInt"> <property name="name"> <cstring>kb</cstring> </property> <property name="enabled"> <bool>false</bool> </property> <property name="geometry"> <rect> <x>160</x> <y>20</y> <width>80</width> <height>23</height> </rect>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -