raysv

Results 7 comments of raysv
trafficstars

not sure why, but useing jellyfin-ffmpeg dosnt result in it useing the supplied drivers that comes with the jellyfin package either, but defaults to: Trying to open /usr/lib/x86_64-linux-gnu/dri/iHD_drv_video.so, which is...

@HaveAGitGat Fairly certain it is because LIBVA_DRIVERS_PATH="/usr/lib/x86_64-linux-gnu/dri" is beeing forced in the dockerfile :) So we are getting this: root@Enterprise:/# /usr/share/jellyfin-ffmpeg/vainfo Trying display: drm libva info: VA-API version 1.16.0 **libva...

@HaveAGitGat just did a new test, manually building the libva drivers on the docker localy worked :) i also pretty sure i cleared the env:) Following this one: https://github.com/intel/libva root@Enterprise:/app/libva/libva#...

Having the same problems with this one, works on my Linux nodes, but will error out on the nodes running windows 11

I'm not, thats the problem: .cargo/bin/ab-av1 crf-search --pix-format yuv420p10le --min-vmaf 95 --preset slow --max-encoded-percent 80 --min-samples 6 --encoder hevc_qsv -i /media/test/file.mkv 00:00:00 ########################################################################################################################################################################################################################################################################### (sampling crf 32, eta 0s)Error: ffmpeg encode_sample...

oh lord, was running two ffmpegs on the system, and the one ab-av1 was using i had forgot to build with enabled libvpl !!

You say you use ab-av1 and crf-search to find suitable crf for each file, and then use the parameter for fileflows and it still get inconsistent results? Or do you...