mpenkov / ffmpeg-tutorial

A set of tutorials that demonstrates how to write a video player based on FFmpeg
http://www.ffmpeg.org/documentation.html
1.22k stars 395 forks source link

unable to compile ffmpeg with gpu support #34

Open DrissiReda opened 6 years ago

DrissiReda commented 6 years ago

I'm trying to use my gpu for my frame decoding in C++, but I am unable to activate gpu hardware acceleration.

I tried stuff mentionned in this thread : https://stackoverflow.com/questions/25791722/using-hardware-acceleration-with-libavcodec#25952193