Python: wxpython wx.media.MediaCtrl - millisecond seek capability

Posted by PPTim on Stack Overflow See other posts from Stack Overflow or by PPTim
Published on 2010-03-17T20:59:13Z Indexed on 2010/03/17 21:01 UTC
Read the original article Hit count: 350

Filed under:
|
|

I've been searching for a media player that can display sub-second resolution in videos. Some pointed me to the Frame stepping functionality in MPC, but I'd like even more than that.

I know from previous experience with wxPython that the wx.media.MediaCtrl both displays and (as fast as i can click with the mouse anyway) stops the video with millisecond-precision. The code is here, and runs no-problem with python +wxpython module.

Has anyone come across other video players that handle this functionality, or has seen a more robust/developed video player written with wxPython that allows for this level of precision? This is possibily a one-off task so I'd like to use existing solutions if possible. Thanks.

© Stack Overflow or respective owner

Related posts about python

Related posts about wxpython