-
Notifications
You must be signed in to change notification settings - Fork 12
Unparsable ffmpeg output #94
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
base: develop
Are you sure you want to change the base?
Conversation
|
@theAeon @gingerbreadassassin @felix920506 @skalthoff Please be so kind and test this branch. If this line is NOT showing up, the issue was NOT reproduced. Kind regards and thank you all! |
|
ok finally got around to testing, still recieved and error and didn't complete, sorta thinking that it may be an intel arc issue?: jellybench-ffmpeg.log |
Possible. I'm running an arc A380. @gingerbreadassassin, @felix920506, are you? |
|
I had problems with the Linux commands from the server as well. The provided ffmpeg version is too old and didn't work for me on Ubuntu 24.04 When I modified the program to override the ffmpeg executable it failed because the command was invalid I am running Intel Arc A750 |
|
@skalthoff @theAeon @felix920506 If you guys have time please try to reproduce the original issue again. |
thats what i get for not reading the entire post i responded to. will do. |
|
Whoops accidentally opened for review 🗿 |
|
still getting so if you're trying to mark that as a failure it isn't working |
|
@theAeon interesting... |
|
here ya go |
This is a temporary solution to mark unparsable runs as failed.
This is related to the fact that ffmpeg does not always output the required values.
This implementation not only handles these issues but will also log and warn the user when issues have occured.
That way we can collect more data about this issue!