📄 3gpconverter-0.6.kmdr
字号:
</widget> <widget class="Slider"> <property name="name"> <cstring>Sliderleft</cstring> </property> <property name="geometry"> <rect> <x>10</x> <y>120</y> <width>190</width> <height>20</height> </rect> </property> <property name="maxValue"> <number>40</number> </property> <property name="lineStep"> <number>2</number> </property> <property name="pageStep"> <number>2</number> </property> <property name="orientation"> <enum>Horizontal</enum> </property> <property name="tickmarks"> <enum>Above</enum> </property> <property name="toolTip" stdset="0"> <string>left crop size must be a multiple of 2</string> </property> </widget> <widget class="SpinBoxInt"> <property name="name"> <cstring>cropleft</cstring> </property> <property name="geometry"> <rect> <x>220</x> <y>120</y> <width>57</width> <height>23</height> </rect> </property> <property name="maxValue"> <number>40</number> </property> <property name="lineStep"> <number>2</number> </property> </widget> <widget class="Slider"> <property name="name"> <cstring>Sliderright</cstring> </property> <property name="geometry"> <rect> <x>10</x> <y>160</y> <width>190</width> <height>20</height> </rect> </property> <property name="maxValue"> <number>40</number> </property> <property name="lineStep"> <number>2</number> </property> <property name="pageStep"> <number>2</number> </property> <property name="orientation"> <enum>Horizontal</enum> </property> <property name="tickmarks"> <enum>Above</enum> </property> <property name="tickInterval"> <number>0</number> </property> <property name="toolTip" stdset="0"> <string>right crop size must be a multiple of 2</string> </property> </widget> <widget class="SpinBoxInt"> <property name="name"> <cstring>cropright</cstring> </property> <property name="geometry"> <rect> <x>220</x> <y>160</y> <width>57</width> <height>23</height> </rect> </property> <property name="maxValue"> <number>40</number> </property> <property name="lineStep"> <number>2</number> </property> </widget> <widget class="Slider"> <property name="name"> <cstring>Slidertop</cstring> </property> <property name="geometry"> <rect> <x>10</x> <y>40</y> <width>190</width> <height>20</height> </rect> </property> <property name="maxValue"> <number>40</number> </property> <property name="lineStep"> <number>2</number> </property> <property name="pageStep"> <number>2</number> </property> <property name="tracking"> <bool>true</bool> </property> <property name="orientation"> <enum>Horizontal</enum> </property> <property name="tickmarks"> <enum>Above</enum> </property> <property name="toolTip" stdset="0"> <string>top crop size must be a multiple of 2</string> </property> </widget> <widget class="SpinBoxInt"> <property name="name"> <cstring>crpoptop</cstring> </property> <property name="geometry"> <rect> <x>220</x> <y>40</y> <width>57</width> <height>23</height> </rect> </property> <property name="maxValue"> <number>40</number> </property> <property name="lineStep"> <number>2</number> </property> </widget> </widget> <widget class="QWidget"> <property name="name"> <cstring>tab</cstring> </property> <attribute name="title"> <string>O&thers</string> </attribute> <widget class="CheckBox"> <property name="name"> <cstring>dump</cstring> </property> <property name="geometry"> <rect> <x>10</x> <y>20</y> <width>230</width> <height>20</height> </rect> </property> <property name="text"> <string>Dump video encodin&g statistics</string> </property> <property name="toolTip" stdset="0"> <string>Dump video coding statistics to /homedir/vstats_HHMMSS.log</string> </property> </widget> <widget class="CheckBox"> <property name="name"> <cstring>deinterlace</cstring> </property> <property name="geometry"> <rect> <x>10</x> <y>50</y> <width>190</width> <height>20</height> </rect> </property> <property name="text"> <string>Deinterlace picture</string> </property> </widget> </widget> </widget> </widget> <widget class="GroupBox"> <property name="name"> <cstring>GroupBox4</cstring> </property> <property name="geometry"> <rect> <x>10</x> <y>470</y> <width>560</width> <height>80</height> </rect> </property> <property name="title"> <string>Controls</string> </property> <widget class="ExecButton"> <property name="name"> <cstring>ExecButton9_2</cstring> </property> <property name="geometry"> <rect> <x>10</x> <y>30</y> <width>100</width> <height>30</height> </rect> </property> <property name="text"> <string>Co&nvert</string> </property> <property name="iconSet"> <iconset>image1</iconset> </property> <property name="associations" stdset="0"> <stringlist> <string>#!kommanderif str_isempty (audiosourse.text) then message_error("Please select an audio file.", "warning")elseif str_isempty (audiodest.text) then message_error("Please select a destination folder.", "warning")elseif str_isempty (LineEdit1.text) then message_error("No ffmpeg found,please install ffmpeg", "warning")elseif str_isempty (LineEdit2.text) then message_error("No amr_nb codec support,please recompile ffmpeg", "warning")elsestatus.setText(" Encoding:... ")GroupBox5.setEnabled(false)ButtonGroup1.setEnabled(false)GroupBox7.setEnabled(false)ScriptObject2.execute status.setText(" Done!")ButtonGroup1.setEnabled(true)GroupBox5.setEnabled(true)GroupBox7.setEnabled(true)endif</string> </stringlist> </property> <property name="toolTip" stdset="0"> <string>Press the button to start encoding</string> </property> </widget> <widget class="ExecButton"> <property name="name"> <cstring>ExecButton9</cstring> </property> <property name="geometry"> <rect> <x>10</x> <y>30</y> <width>100</width> <height>30</height> </rect> </property> <property name="text"> <string>&Convert</string> </property> <property name="iconSet"> <iconset>image1</iconset> </property> <property name="associations" stdset="0"> <stringlist> <string>#!kommanderif str_isempty (filesource.text) then message_error("Please select a video file.", "warning")elseif str_isempty (filedest.text) then message_error("Please select a destination folder.", "warning")elseif str_isempty (LineEdit1.text) then message_error("No ffmpeg found,please install ffmpeg", "warning")elseif str_isempty (LineEdit5.text) then message_error("No h263 codec support,please recompile ffmpeg", "warning")elseif str_isempty (LineEdit6.text) then message_error("No mpeg4 codec support,please recompile ffmpeg", "warning")elseif str_isempty (LineEdit7.text) then message_error("No 3gp codec support,please recompile ffmpeg", "warning")elseif str_isempty (LineEdit2.text) then message_error("No amr_nb codec support,please recompile ffmpeg", "warning")elsestatus.setText(" Encoding:... ") GroupBox5.setEnabled(false) GroupBox2.setEnabled(false) ButtonGroup1.setEnabled(false) GroupBox7.setEnabled(false)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -