jrottenberg/ffmpeg

Question: Is there / can there be a build for linux with video toolbox included?

Junto026 opened this issue · 2 comments

I am using docker for my conversions on a MacOS host, hoping to leverage hardware acceleration.

ttyS0 commented

Docker on macOS is running in a Linux VM, and macOS hardware like media encoder engines doesn't get passed through. Your best bet is to use ffmpeg natively on macOS to use video toolbox.

Makes sense why I could find it in the ffmpeg builds for MacOS but none of the builds for Linux had it. I was hoping there'd still be a way to pass through to the linux VM to do it. Thanks for the answer!