Fix label text

This commit is contained in:
Jaex 2018-10-01 21:41:16 +03:00
parent 41ed5a38e2
commit e8f3ae4fbb
2 changed files with 1164 additions and 3062 deletions

File diff suppressed because it is too large Load diff

View file

@ -260,8 +260,6 @@ private static void StartRecording(ScreenRecordOutput outputType, TaskSettings t
{
path = Path.Combine(taskSettings.CaptureFolder, TaskHelpers.GetFilename(taskSettings, taskSettings.CaptureSettings.FFmpegOptions.Extension));
screenRecorder.FFmpegEncodeVideo(input, path);
DebugHelper.WriteLine("Two pass encoding result:\nInput file size: {0}\nOutput file size: {1}",
new FileInfo(input).Length.ToSizeString(), new FileInfo(path).Length.ToSizeString());
}
if (taskSettings.CaptureSettings.RunScreencastCLI && !taskSettings.CaptureSettings.ScreenRecordTwoPassEncoding)