fifonik / FFMetrics

Visualizes Video Quality Metrics (PSNR, SSIM & VMAF) calculated by ffmpeg.exe
570 stars 22 forks source link

Windows magnifier gets crazy while calculating metric #50

Open fifonik opened 3 years ago

fifonik commented 3 years ago

Metric value in program is in TextBox so it is possible to focus the field and click Ctrl+C to copy value. However, magnified focusing TextBox if its value is changed. So the metric values should be changed to TextBlock/Label when calculating metric instead of TextBox.