-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Permutor CLI erroring out when trying to parse VMAF score #58
Comments
Testing with different ffmpeg releases, this bug is only present with fmpeg 6.1 and 6.1.1, not present with 6.0 or 5.1.2. I guess there must have been some change in log file format/ordering between 6.0 and 6.1. |
I'm also having the same issue with ffmpeg 6.1 and above.
From my ffmpeg log:
|
Hey there! Thanks for opening this issue. I can take a look and see about adding compatibility support for newer versions of ffmpeg! I think I tested 6.0 excusively but well worth making sure it parses better. Glad ya'll enjoy the tool! @masgritz @Zekfoo |
Hi @Proryanator ! I wanted to let you know I did some experimentation. I posted more info in the discord, but in short I think it would be better to parse standard out than reading the log file. The last line has the VMAF score. |
Hey there, thanks for the tools!
I'm running into an error when running
permuter-cli
with-c
to calculate VMAF scores, for example:The last several lines of my ffmpeg log:
Digging into the rust code and the ffmpeg log file, my guess is that the log file parsing is simply looking at the wrong line.
I am running Windows 11 with
ffmpeg-release-full
from gyan.dev, as instructed by the README.The text was updated successfully, but these errors were encountered: