Michael Higgins
Michael Higgins
Hm you're on an ubuntu based image? I fired up a quick jammy instance and I'm able to find the package on there
https://packages.ubuntu.com/jammy/all/allpackages libssl-dev is part of the security repo, make sure you have that in your sources `cat /etc/apt/sources.list /etc/apt/sources.list.d/*`
You are running `apt update` before trying to run these installs correct?
I have a suspicion that no one has gotten ffmpeg working on alpine with nvidia hardware acceleration Most people either don't use hardware or use quicksync What errors were you...
Is this going back to the "build" tag? Cause if you use the old version (pre alpine) plus the nvidia build tag I would think it should work
So it looks like this issue is multifactorial First problem is that the QSV protcol in SMA doesn't have a specific override like VAAPI or NVENC to handle the resizing...
Haven't had free time to work on this. Could you post a sample of a working version of the command you're looking for and I'll try to tweak things to...
Hm so this command is not ideal because you're not specifying any sort of output format, you're just letting it pick defaults. What pix_fmt does this ultimately output? nv12 is...
What was the pix fmt that was created using your sample command? Should be able to pull this from ffprobe
Pix_fmt should be supported and is included in the QSV documentation https://trac.ffmpeg.org/wiki/Hardware/QuickSync I'll see if I can find a solution