ffmpeggpuraspberry-pi3hardware-acceleration

FFmpeg hardware acceleration on Raspberry PI


I am building a program that use ffmpeg to stream webcam content over internet. I would like to know if it is possible to use the GPU for the streaming part on the raspberry pi model 3. If yes, how could I implement this on ffmpeg?


Solution

  • You'll need some additional configure options:

    For Arch Linux users:

    Copy the PKGBUILD file for the ffmpeg package (perhaps via the ABS if you prefer). Add the two new configure options shown above, and add the two mentioned packages to the depends line. Compile/install with the makepkg command.

    Disclaimer: I don't have one of these devices to test any of this. Most of this info was acquired from the FFmpeg configure file.