You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
after checking out the new update with hardware acceleration, I've noticed that a few minutes after starting the task, hardware acceleration is no longer being used, validated by checking nvidia-smi during the task, and by checking resource usage.
When starting the task, nvidia-smi output:
+-----------------------------------------------------------------------------+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=============================================================================|
| 0 N/A N/A 1629 G /usr/lib/xorg/Xorg 80MiB |
| 0 N/A N/A 1925 G /usr/bin/gnome-shell 56MiB |
| 0 N/A N/A 3961253 C ...ib/jellyfin-ffmpeg/ffmpeg 125MiB |
+-----------------------------------------------------------------------------+
After a few minutes (10 in my case):
+-----------------------------------------------------------------------------+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=============================================================================|
| 0 N/A N/A 1629 G /usr/lib/xorg/Xorg 80MiB |
| 0 N/A N/A 1925 G /usr/bin/gnome-shell 56MiB |
+-----------------------------------------------------------------------------+
Jellyscrub logs everytime a bif file is generated. Do the logs indicate that a bif file was attempted with hw accel but when you check it isn't actually using it?
I'd think it's more likely that you have a common decode profile like HEVC 10 unchecked, so most of the generation is done without hw accel.
did you try checking again after a few seconds?
I noticed if you refresh in-between file generation you can catch it without a process showing, but if you refresh again it show back up.
Hey there,
after checking out the new update with hardware acceleration, I've noticed that a few minutes after starting the task, hardware acceleration is no longer being used, validated by checking
nvidia-smi
during the task, and by checking resource usage.When starting the task,
nvidia-smi
output:After a few minutes (10 in my case):
Any other logs you want attached @nicknsy ?
The text was updated successfully, but these errors were encountered: