aaronwmorris / indi-allsky

Software to manage a Linux-based All Sky Camera.
GNU General Public License v3.0
252 stars 42 forks source link

ffmpeg hardware acceleration #1620

Closed USA-RedDragon closed 2 weeks ago

USA-RedDragon commented 2 weeks ago

This draft adds support for Intel QSV (QuickSync Video) encoding with ffmpeg into the Docker image.

The Raspberry PI should have some encoding hardware as well ffmpeg might be able to take advantage of, and that's the next goal with this patchset, though I'll need to do some additional work to get it working proper in Docker.

aaronwmorris commented 2 weeks ago

I am ready to merge this if you are.

USA-RedDragon commented 2 weeks ago

Yep, this patchset's been working for me in my Kubernetes cluster for a couple days now.