Page 1 of 1

Using libvlc for decoding frames

Posted: 23 Feb 2016 11:57
by s0nicyouth
Hi.
I would like to use LibVLC to decode video frame by frame supplying frame data from memory. Is this possible? Are there any examples of doing this?
Thanks in advance.

Re: Using libvlc for decoding frames

Posted: 23 Feb 2016 17:41
by RĂ©mi Denis-Courmont
LibVLC is not frame accurate. Regardless, a lower level API, in other words libavcodec would probably be more suited for this.

Re: Using libvlc for decoding frames

Posted: 29 Feb 2016 11:15
by s0nicyouth
Thanks you!