-
using FFmpeg API for H264 frame capture
I would like to use FFmpeg to grab still frames from video files. i’m only interested in H264 encoded videos, and maybe one another codec later.
how is it possible to use the ffmpeg code in my project, so that i’ll be able to do this?thanks,
c.s.