iPaulis
iPaulis
> config.json @beanp02 Where is this json file you are referring to? how should I configure it?
Hi, thank you for your help, but I don't see any config.json in the repo. Is it the one called [package.json](https://github.com/FlareSolverr/FlareSolverr/blob/master/package.json)? or is there a different one I can't find?
I believe that a very safe way to do it would be to create a framerate arg with the following behaviour: - If the arg is manually set to `-r...
Setting an `-r` value is [recommended by VMAF developers](https://github.com/Netflix/vmaf/blob/master/resource/doc/ffmpeg.md) in their documentation and it actually does help and fixes very odd vmaf scores for some files when `-r` is omitted...
At first I thought displaying this info in a tooltip would be nice (and still would be), but I saw that in the new version you added a section in...
I agree with @mr44er, everything I've read so far recommends tune=0 as a harmless universal param to set. It seems to give an slightly worse PSNR score and a little...
So these results are also printed by the progress bar library? > crf 36 VMAF 94.89 (15%) > crf 45 VMAF 90.95 (8%) > crf 55 VMAF 83.72 (4%) I...
It kinda works? I mean, the results are output through stderr now, but they are messy to read, as they are mixed with other stderr error messages, like this: >...
I understand. However, the attempts could be considered part of the result, as they provide very useful context to understand how the program achieved the final result, and `crf 46...
Trying to get rid of that powershell error message was giving me a headache, I made some advancement using the Start-Process powershell command to run ab-av1, it got rid of...