-
Notifications
You must be signed in to change notification settings - Fork 27
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
Error while creating BIF file. Unable to set process priority. #86
Comments
Well the "unable to set process priority" is fine. At least on linux, anything above normal seems requires elevated permissions and it will just default to normal priority on error. "Cannot make BIF file from 0 images" is bad because it means ffmpeg exited without generating any images, but ffmpeg didn't output any errors so I'm not sure whats going on there. You say you have generated some in the past--was it working fine and just errored on this one movie? Was it working a couple weeks ago until you updated it? Did it stop working after you changed anything like hardware acceleration settings? |
I used to have it working with HWA set to "None" without realizing but that was super stressing on the CPU so I changed it to Full. I am not sure if the error started happening after I switched to Full HWA or updating to 1.0.0.9. I will try downgrading the version and test again. |
AMD does not support mjpeg encoding, so if you set it to "No Encode" it should start working. That's my bad since when I initially wrote the description about "on older hardware set to No Encode..." I didn't realize that all AMD hardware didn't support mjpeg encoding at all through vaapi. |
Okay let me try that. |
Whats weird is that you had no error from ffmpeg, as when I tried with an AMD graphics card I got an error about no suitable encoding profiles. |
If I run the command mentioned in the logs straight through my terminal, I get the following: Not sure why it is not in the logs. Changing the setting to "No Encode" seems to have fixed it. This is the log from the first bif file it created. [2023-02-22 00:03:00.983 -05:00] [INF] [23] Nick.Plugin.Jellyscrub.Drawing.VideoProcessor: Finished creation of trickplay file "/mnt/manshare/Jellyfin/Movies/22 Jump Street (2014) [1080p]/trickplay/22 Jump Street (2014) Bluray-1080px264 AAC-320.bif" |
Glad that solved it for you. I'll have to look into why it's not logging errors though. |
My Jellyfin logs are filled with the following error for a lot of my content:
I have generated some .bif files for other movies or shows in the past but I am not sure why this is happening now. I am not sure what additional information you might need to look into this, so do let me know.
The text was updated successfully, but these errors were encountered: