How to implement frame by frame?

This forum is about all development around libVLC.
ekennedy
Blank Cone
Blank Cone
Posts: 38
Joined: 18 Sep 2008 22:05
VLC version: 1.0
Operating System: Windows
Location: Texas

How to implement frame by frame?

Postby ekennedy » 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:

Code: Select all

input_thread_t *p_input = THEMIM->getInput(); if( p_input ) var_SetVoid( p_input, "frame-next" );
Will this API be exposed in a future release?

Any suggestions for simulating frame by frame??

Thanks!

ed

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: How to implement frame by frame?

Postby Jean-Baptiste Kempf » 28 Jul 2009 16:11

You should be able to var_SetVoid( p_input, "frame-next" ); if you have the input, no?
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

ekennedy
Blank Cone
Blank Cone
Posts: 38
Joined: 18 Sep 2008 22:05
VLC version: 1.0
Operating System: Windows
Location: Texas

Re: How to implement frame by frame?

Postby ekennedy » 28 Jul 2009 16:26

That I can tell there is no access to input_thread_t exposed in libvlc.dll. ( Kinda hoping I'm wrong here!! :) )

Nor var_SetVoid..

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: How to implement frame by frame?

Postby Jean-Baptiste Kempf » 28 Jul 2009 17:12

You are right. Fill a feature request.
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.


Return to “Development around libVLC”

Who is online

Users browsing this forum: No registered users and 20 guests