fifonik / FFMetrics

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

Aplication crash without error when click on Extrac bad frames #52

Closed Blaztix closed 3 years ago

Blaztix commented 3 years ago

Aplication crash without error when click on Extrac bad frames

FFMetric Versión: v0.9.7b Windows 10 Home 19043.1081

Original file:

3 files to analyze: differents config in ffmpeg

fifonik commented 3 years ago

Unfortunately, I do not have any idea about the issue yet. Could you try the following:

fifonik commented 3 years ago

I've found a few ways to crash the program:

Fixed already. Will be available in the next version. However, if your case is different I need more details.

Blaztix commented 3 years ago

Thanks for reply, I think the video file are not relevant. Or all my video files are strange or version of ffmpeg.

More explained steps

FFMetrics.log

fifonik commented 3 years ago

2021-07-06 21:06:39 DEBUG: FF.ExecStatus.Started, -hide_banner -accurate_seek -ss 20,1834862385321 -i D:\path\to\crf.mkv -frames:v 1 -f image2 C:\path\to\Temp\6f24683e-75b7-40e9-9d01-31e7c61ed7d3.png ... 2021-07-06 21:06:40 DEBUG: FF.ExecStatus.StdErr: Invalid duration specification for ss: 20,1834862385321

Regional settings were used internally to build duration and they have comma as a decimal separator. Will fix it.

fifonik commented 3 years ago

Should be fixed in 0.9.8 that I've just released

Blaztix commented 3 years ago

Fixed!

fifonik commented 3 years ago

Thanks for checking.