fifonik

Results 173 comments of fifonik

Implemented in 1.5.0 beta 1 (just released).

> when i remove all files at the same time, app crashes. I'm unable to re-produce it. Any details?

Thanks a lot. Re-produced (I tried without calculation)

I've just uploaded beta 3 with the fix.

Is it supported by ffmpeg? If 'yes' you can simply adjust command for calculating VMAF in FFMetrics.conf (see FFMetrics.conf.example)

What kind of update you expecting? It is possible to adjust options passed to ffmpeg by editing FFMetrics.conf. So you can add an option that will force ffmpeg to use...

I'm sorry, I did not get what you asking.

I saw the question inside quotes and no, it is still not clear. Did you ask what exactly you need to add into config file to force ffmpeg to use...

If you'd like to use [libvmaf_cuda](https://ffmpeg.org/ffmpeg-all.html#toc-libvmaf_005fcuda) instead of [libvmaf](https://ffmpeg.org/ffmpeg-all.html#toc-libvmaf-1) you should create FFMetrics.conf with the following content: ``` { "Metrics": { "VMAF": { "Filter": "libvmaf_cuda=eof_action=endall:n_threads={{n_threads}}:log_fmt={{log_fmt}}:log_path='{{log_path}}':pool={{pool}}:phone_model={{phone_model}}:model_path='{{model_path}}':model=version={{model_version}}" } }, "Metric": { "Template":...

> disables VMAF. What does it mean? These lines not used for feature detection so they cannot "disable VMAF" (I mean disable the VMAF checkbox so user will not be...