fifonik / FFMetrics

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

Improvement Suggestions #95

Closed ls-milkyway closed 6 months ago

ls-milkyway commented 2 years ago

This is a strange problem ,,,,,,sometimes in the reference section with "path to file" ....the selected reference file changes to one of the distorted files & vice-versa ....specially when many distorted files & the reference file are in the same folder?? This occurs even when reference file is selected first or if distorted files are selected first??

Plus results auto save files can overwrite the previous file ...if it is not renamed. I lost my previous results once (6 hours of calculations)?? If possible then rectify please.

fifonik commented 2 years ago

Usually it is a good idea to create one ticket for one issue. Otherwise it might be hard to follow discussion.

This is a strange problem ,,,,,,sometimes in the reference section with "path to file" ....the selected reference file changes to one of the distorted files & vice-versa

I have not seen such behaviour. Are you sure that you are not drag & drop it manually? (this is possible).

results auto save files can overwrite the previous file ...if it is not renamed.

I've double checked and program appending to file (not overwriting) if it is already exist. I will try to check the code later.

fifonik commented 2 years ago

I've checked code that saves results and file opened as: Stream = new StreamWriter(FS, true); So I do not know how results file can be overwritten (assuming no issues in used NET). I do not think I can do anything until steps to re-produce the issue provided.