Post edited 2:24 pm – April 26, 2011 by Matti Pastell
Hi,
You can sort of do this with MPlayer, but it doesn't always jump back exactly one frame. What you do is you calculate the time position of the previous frame and jump to that position which gives you something like +-2 frames of accuracy with most codecs.
At some point I thought I'll try to support both MPlayer and VLC player, but then the VLC player python bindings changed and the code I have doesn't work with the new versions any more etc. so I'm not currently planning to support VLC.
The windows media player actually has very good API and can play some commercial codecs that MPLayer can't but using it would mean CowLog would work only in Windows.