How to implement frame by frame?
Posted: 28 Jul 2009 16:10
I've written a wrapper for libvlc.dll and have been able to implement nearly all of the functionality we need however frame by frame isn't in the API. I think in the QT code it appears:
Will this API be exposed in a future release?
Any suggestions for simulating frame by frame??
Thanks!
ed
Code: Select all
input_thread_t *p_input = THEMIM->getInput();
if( p_input )
var_SetVoid( p_input, "frame-next" );
Any suggestions for simulating frame by frame??
Thanks!
ed