Updated and improved tool tips.
This commit is contained in:
parent
383bf1c0dd
commit
09e6e4fe7f
@ -55,7 +55,7 @@
|
|||||||
<item>
|
<item>
|
||||||
<widget class="QLineEdit" name="editSource">
|
<widget class="QLineEdit" name="editSource">
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string>Select the source video file. This can be an Avisynth/VapourSynth script or any type of video file supported by FFmpegSource2 (libavformat).</string>
|
<string>Select the source video file. This can be an Avisynth or VapourSynth script. Alternatively, you can select any type of video file supported "natively" by the selected encoder.</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="readOnly">
|
<property name="readOnly">
|
||||||
<bool>true</bool>
|
<bool>true</bool>
|
||||||
@ -90,7 +90,7 @@
|
|||||||
<string>Select the output H.264/AVC file. This can be a Matroska (MKV,) MPEG-4 Part-14 (MP4) or "raw" H.264 file.</string>
|
<string>Select the output H.264/AVC file. This can be a Matroska (MKV,) MPEG-4 Part-14 (MP4) or "raw" H.264 file.</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Output H.264/MP4/MKV File:</string>
|
<string>Output H.264/HEVC/MP4/MKV File:</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
@ -99,7 +99,7 @@
|
|||||||
<item>
|
<item>
|
||||||
<widget class="QLineEdit" name="editOutput">
|
<widget class="QLineEdit" name="editOutput">
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string>Select the output H.264/AVC file. This can be a Matroska (MKV,) MPEG-4 Part-14 (MP4) or "raw" H.264 file.</string>
|
<string>Select the output file. This can be a Matroska (MKV), MPEG-4 Part-14 (MP4) or a "raw" stream (H.264/HEVC).</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="readOnly">
|
<property name="readOnly">
|
||||||
<bool>true</bool>
|
<bool>true</bool>
|
||||||
@ -162,7 +162,7 @@
|
|||||||
</size>
|
</size>
|
||||||
</property>
|
</property>
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string>Here you can load a user-defined template that you have saved before. Use the "Save As" button to save your current configuration to a new template.</string>
|
<string>Here you can load a <i>user-defined</i> template that you have saved before. Use the "Save As" button to save your current configuration to a new template.</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="currentIndex">
|
<property name="currentIndex">
|
||||||
<number>-1</number>
|
<number>-1</number>
|
||||||
@ -247,6 +247,9 @@
|
|||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QComboBox" name="cbxEncoderType">
|
<widget class="QComboBox" name="cbxEncoderType">
|
||||||
|
<property name="toolTip">
|
||||||
|
<string>Choose the <b>encoder</b> to be used (e.g. x264 vs. x265). This also decides which output <i>format</i> you will get (e.g. H.264 vs. HEVC).</string>
|
||||||
|
</property>
|
||||||
<item>
|
<item>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>x264 (AVC)</string>
|
<string>x264 (AVC)</string>
|
||||||
@ -291,6 +294,9 @@
|
|||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QComboBox" name="cbxEncoderArch">
|
<widget class="QComboBox" name="cbxEncoderArch">
|
||||||
|
<property name="toolTip">
|
||||||
|
<string>Choose the <b>architecture</b> of the encoder (e.g. 32-Bit vs. 64-Bit). Generally the "native" architecture of your system should give the best performance.</string>
|
||||||
|
</property>
|
||||||
<property name="currentIndex">
|
<property name="currentIndex">
|
||||||
<number>1</number>
|
<number>1</number>
|
||||||
</property>
|
</property>
|
||||||
@ -338,6 +344,9 @@
|
|||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QComboBox" name="cbxEncoderVariant">
|
<widget class="QComboBox" name="cbxEncoderVariant">
|
||||||
|
<property name="toolTip">
|
||||||
|
<string>Choose the <b>variant</b> of the encoder (e.g. 8-Bit vs. 10-Bit). If you don't know which variant you need, stick with the <i>default</i> one!</string>
|
||||||
|
</property>
|
||||||
<item>
|
<item>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>8-Bit</string>
|
<string>8-Bit</string>
|
||||||
@ -405,7 +414,7 @@
|
|||||||
<item>
|
<item>
|
||||||
<widget class="QComboBox" name="cbxRateControlMode">
|
<widget class="QComboBox" name="cbxRateControlMode">
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string>Select the x264 rate-control mode. Use 'CRF' mode to hit a specific level of quality or use '2-Pass' mode to hit a specific file size.</string>
|
<string>Select the <b>rate-control</b> mode. Use <i>CRF</i> mode in order to hit a specific level of quality. Or use <i>2-Pass</i> mode in order to hit a specific file size.</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="currentIndex">
|
<property name="currentIndex">
|
||||||
<number>0</number>
|
<number>0</number>
|
||||||
@ -468,7 +477,7 @@
|
|||||||
<item>
|
<item>
|
||||||
<widget class="QDoubleSpinBox" name="spinQuantizer">
|
<widget class="QDoubleSpinBox" name="spinQuantizer">
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string>Select the quantizer or CRF value. Smaller value means better quality, but bigger file. Higher value means smaller file, but lower quality. A value of '0' triggers lossless mode.</string>
|
<string>Select the <b>quantizer</b> or the <b>CRF</b> value. Smaller values result in better quality, at the cost of increased file size. Higher values result in smaller files, at the cost of reduced quality. A value of <b>0</b> triggers <i>lossless</i> mode.</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="decimals">
|
<property name="decimals">
|
||||||
<number>1</number>
|
<number>1</number>
|
||||||
@ -517,7 +526,7 @@
|
|||||||
<item>
|
<item>
|
||||||
<widget class="QSpinBox" name="spinBitrate">
|
<widget class="QSpinBox" name="spinBitrate">
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string>Select the target average(!) bitrate, in kilobit/sec. Higher value means better quality, but bigger file. Lower value means smaller file, but lower quality.</string>
|
<string>Select the target <b>average</b> bitrate, in kilobit per second (kbps). Higher values result in better quality, at the cost of increased file size. Lower values result in smaller files, at the cost of reduced quality.</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="minimum">
|
<property name="minimum">
|
||||||
<number>10</number>
|
<number>10</number>
|
||||||
@ -598,7 +607,7 @@
|
|||||||
<item>
|
<item>
|
||||||
<widget class="QComboBox" name="cbxPreset">
|
<widget class="QComboBox" name="cbxPreset">
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string>This option controls the "Speed -vs- Quality" trade-off. Use a slower preset to improve the quality at the same bitrate (file size). Use a faster preset to save encoding time, at the cost of reduced quality.</string>
|
<string>This option controls the "Speed -vs- Quality" trade-off of the encoder. Use a <i>slower</i> Preset in order to improve the quality at the same bitrate (file size), at the cost of increased encoding time. Or use a <i>faster</i> Preset in order to save encoding time, at the cost of reduced quality.</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="currentIndex">
|
<property name="currentIndex">
|
||||||
<number>5</number>
|
<number>5</number>
|
||||||
@ -691,7 +700,7 @@
|
|||||||
<item>
|
<item>
|
||||||
<widget class="QComboBox" name="cbxTuning">
|
<widget class="QComboBox" name="cbxTuning">
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string>This option tweaks x264 for a specific type of source/content. For real-life footage, CGI and most other stuff, use the "Film" option. For anime/cartoon use the "Animation" option.</string>
|
<string>This option tweaks the encoder for a specific type of content of for a specific application scenario. Make sure you pick the Tuning that matches your type of source best!</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="currentIndex">
|
<property name="currentIndex">
|
||||||
<number>1</number>
|
<number>1</number>
|
||||||
@ -784,46 +793,11 @@
|
|||||||
<item>
|
<item>
|
||||||
<widget class="QComboBox" name="cbxProfile">
|
<widget class="QComboBox" name="cbxProfile">
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string>This option can be used to enforce the restrictions of a specific H.264/AVC Proifle, though it won't force a higher profile than needed. Use "Auto" for an unrestricted encode.</string>
|
<string>This option can be used to enforce the <i>restrictions</i> of a specific Profile, but it won't force a higher Profile than what is needed. <i>Unrestricted</i> mode is recommended, unless you know with certainty that you need to enforce a specific Profile.</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="currentIndex">
|
<property name="currentIndex">
|
||||||
<number>0</number>
|
<number>-1</number>
|
||||||
</property>
|
</property>
|
||||||
<item>
|
|
||||||
<property name="text">
|
|
||||||
<string>Auto</string>
|
|
||||||
</property>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<property name="text">
|
|
||||||
<string>Baseline</string>
|
|
||||||
</property>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<property name="text">
|
|
||||||
<string>Main</string>
|
|
||||||
</property>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<property name="text">
|
|
||||||
<string>High</string>
|
|
||||||
</property>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<property name="text">
|
|
||||||
<string>High10</string>
|
|
||||||
</property>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<property name="text">
|
|
||||||
<string>High422</string>
|
|
||||||
</property>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<property name="text">
|
|
||||||
<string>High444</string>
|
|
||||||
</property>
|
|
||||||
</item>
|
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
@ -1073,7 +1047,7 @@
|
|||||||
<enum>Qt::ActionsContextMenu</enum>
|
<enum>Qt::ActionsContextMenu</enum>
|
||||||
</property>
|
</property>
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string><nobr>All command&minus;line parameters you enter here will be passed to x264 unmodified and unchecked. Some parameters are forbidden, as they are reserved for the GUI.<br>The following macros can be used:<tt> $(INPUT)</tt> expands to the current source file path and<tt> $(OUTPUT)</tt> expands to the current output file path.</nobr></string>
|
<string>Here you can enter <i>additional</i> parameters to be passed to the encoder. All command-line parameters you enter here will be passed to the encoder <i>unmodified</i> and completely <i>unchecked</i>. Some parameters are forbidden, as they are reserved for the GUI. Furthermore, the following macros can be used:<tt> $(INPUT)</tt> expands to the current source file path and<tt> $(OUTPUT)</tt> expands to the current output file path.</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="placeholderText">
|
<property name="placeholderText">
|
||||||
<string>You can enter custom command-line options here...</string>
|
<string>You can enter custom command-line options here...</string>
|
||||||
@ -1287,7 +1261,7 @@
|
|||||||
<enum>Qt::ActionsContextMenu</enum>
|
<enum>Qt::ActionsContextMenu</enum>
|
||||||
</property>
|
</property>
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string>All command-line parameters you enter here will be passed to Avs2YUV unmodified and unchecked. Only relevant for Avisynth input!</string>
|
<string>Here you can enter <i>additional</i> parameters to be passed to Avs2YUV. All command-line parameters you enter here will be passed to Avs2YUV <i>unmodified</i> and completely <i>unchecked</i>. Only relevant for Avisynth input!</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="placeholderText">
|
<property name="placeholderText">
|
||||||
<string>You can enter custom command-line options here...</string>
|
<string>You can enter custom command-line options here...</string>
|
||||||
|
Loading…
Reference in New Issue
Block a user