In short, I want to create a simple video player which can play some major video formats like quicktime *.mov, for example. What I need is:
- video playback (at least the most major formats would be great)
- play, pause
- need information about where the movie currently is (how many seconds passed, or how much percent)
I'm targeting the mac, for the beginning. So the preferred technology is Cocoa and Objective-C. But if there's just nothing for that, I could also imagine to do something with Java. Any idea?