Merge branch 'master' into develop

This commit is contained in:
Jaex 2025-11-03 22:33:33 +03:00
commit 19f90c1cb9

View File

@ -283,6 +283,9 @@ namespace ShareX.ScreenCaptureLib
args.Append(":new=1");
}
// https://ffmpeg.org/ffmpeg-filters.html#mpdecimate
args.Append(",mpdecimate");
args.Append("\" ");
args.Append("-y ");
args.Append($"\"{output}\"");
@ -324,4 +327,4 @@ namespace ShareX.ScreenCaptureLib
}
}
}
}
}