translation for video aspect ratio

This commit is contained in:
nyanmisaka
2020-11-17 22:55:48 +08:00
parent 17142dc6d3
commit d3ee7b68fb
3 changed files with 9 additions and 5 deletions
+3 -1
View File
@@ -1428,5 +1428,7 @@
"SubtitleVerticalPositionHelp": "Line number where text appears. Positive numbers indicate top down. Negative numbers indicate bottom up.",
"Preview": "Preview",
"LabelMaxMuxingQueueSize": "Max muxing queue size:",
"LabelMaxMuxingQueueSizeHelp": "Maximum number of packets that can be buffered while waiting for all streams to initialize. Try to increase it if you still encounter \"Too many packets buffered for output stream\" error in ffmpeg logs. The recommended value is 2048."
"LabelMaxMuxingQueueSizeHelp": "Maximum number of packets that can be buffered while waiting for all streams to initialize. Try to increase it if you still encounter \"Too many packets buffered for output stream\" error in ffmpeg logs. The recommended value is 2048.",
"AspectRatioCover": "Cover",
"AspectRatioFill": "Fill"
}