Matt LaPaglia
Matt LaPaglia
Here is the URL in VLC:  When I look in the UI however, I get a much larger image:  I'll take a debug strep through the code and...
i don't think i'm explaining myself well enough. The image on the web server is 1440p resolution. that means the program is analyzing the 1440p web stream, which takes up...
https://github.com/karamanolev/WhatManager2/pull/91 should fix it
I have created support for downsampling here https://github.com/karamanolev/WhatManager2/pull/91
Right, but the issue comes in with racing other users to complete a transcode. If you are transcoding 1 single album it's only going to transcode one file at a...
Any chance this will get looked at? I'm a gif loon!
### Validate the approach: Does it really work? Does it reduce the CPU load? This requires the nvidia drivers to be installed on the docker host. The drivers include all...
do you also have the ``` -e 'NVIDIA_VISIBLE_DEVICES'='all' -e 'NVIDIA_DRIVER_CAPABILITIES'='all' -e 'PHOTOPRISM_FFMPEG_ENCODER'='nvidia' flags set?
ok try the command i used `/usr/bin/ffmpeg -hwaccel auto -i /photoprism/originals/2022/08/20220819_223142_5D930210.mp4 -pix_fmt yuv420p -c:v h264_nvenc -c:a aac -preset 15 -pixel_format yuv420p -gpu any -vf format=yuv420p -rc:v constqp -cq 0 -tune...
`[h264 @ 0x55c6944e70c0] Auto hwaccel disabled: no device found.` are you running `nvidia-smi` from inside the container? it looks like it isn't seeing your gpu