Hi all,
Is there any simple way to access .264 video file (using libVLC) and getting single frames for display? (0, 1, 2, 3, 4....) I want to have a control over the frames display, for example to display frame 0, do some things, and then display the next frame.
I'm using C#, is there any simple way for doing this?
Thanks.