You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: gui.go
+12-12
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ const encoderTooltip = "Codec for encoding output file. In most cases GPU based
21
21
"AV1 is compatible only with RTX 4000+ and RX 6500XT+"
22
22
constcrfTooltip="Constant Rate Factor parameter encoder. \nDon't set it too high - file will be very big. "+
23
23
"\n\nCorrect values: 0 - 51 \nIf you don't know what to enter, leave it as 20"
24
-
constoutputFormatTooltip="If your input file have subtitles stream (mainly in MKV files) you MUST select MKV as output, otherwise ffmpeg will throw error"
24
+
constoutputFormatTooltip="If your input file contains subtitles streams you must use MKV as output format due to other formats limitations"
25
25
constcompatibilityModeTooltip="Should be used only for compatibility troubleshooting, disables most of features"
26
26
constdebugModeTooltip="Show more detailed logs, useful for troubleshooting and debugging"
0 commit comments