10 2021 档案
摘要:使用cmd命令行录制的可以加入参数-qscale 取值范围是0.01-255,设置的数值越小,则越清晰 下面是我录制时使用的命令行 string command = "ffmpeg -f gdigrab -framerate 20 -video_size 1920*1080 -i desktop -
阅读全文
摘要:后台代码 WindowsFormsHost host = new WindowsFormsHost(); System.Windows.Forms.PictureBox picture = new System.Windows.Forms.PictureBox(); host.Child = pic
阅读全文
摘要:总是记不住,放上来方便复制 单个参数 [ValueConversion(typeof(int), typeof(string))] public class SexConverter : IValueConverter { public object Convert(object value, Ty
阅读全文
摘要:private double GetTextWidth(string text) { var textBlock = new System.Windows.Controls.TextBlock { Text = text, TextWrapping = TextWrapping.NoWrap, Fo
阅读全文