fifonik / FFMetrics

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

.ini file preferences #156

Open tormento opened 1 month ago

tormento commented 1 month ago

Perhaps a .ini file to store the last settings could be useful.

My first thought is to have ffmpeg outside the main program folder and save that path.

fifonik commented 1 month ago

FFMetrics.conf is used and the format is json. It is easier to work with the format for me so I'm not going to change it to ini, sorry.

Path fo ffmpeg cannot be specified in the config and from my point of view this is not needed. In 99.5% cases ffmpeg should be in system path or in program folder. But I will think about changing this.

Any other preferences you have in mind?