imageio / imageio-ffmpeg

FFMPEG wrapper for Python
BSD 2-Clause "Simplified" License
233 stars 52 forks source link

Can I use ffmpeg gpu build from source? #54

Closed abhiksark closed 3 years ago

abhiksark commented 3 years ago

Will it use gpu for video to frames process?

almarklein commented 3 years ago

I don't think the standard ffmpeg build uses the GPU but I could be wrong. If you have a special build/implementation that does this, than sure. Just use the IMAGEIO_FFMPEG_EXE env var.