I am trying to create an application for the Mac that would create live video streaming. I know about VLC and other solutions, but still.
I have a simple audio playing app that uses QTMovie for a few of it\'s features. I\'m also developing a little ethernet-enabled board to stream MP3 or PCM data to.
I\'m finding it difficult to determine how to extract the following information from a QuickTime movie, either using QTKit or the older QuickTime APIs in OS X, targeting 10.5+:
I am using QTKit for recording and playing, but when i am recording the resultant file having lot of noise(air pressure).
I\'ve downloaded this example. It compiles fine and runs but gives this: http://charliewilliams.org/images/screengarbage.png
I\'m having an issue with an existing QTKit codebase which I need to support for OSX Lion. On upgrading to Lion our QT based capture (via QTCaptureSession) mostly seems to work fine.However, on certai
I\'m updating an applicati开发者_如何学JAVAon to be 64-bit-compatible, but I\'m having a little difficulty with our movie recording code.We have a FireWire camera that feeds YUV frames into our applic
I\'m trying to d开发者_StackOverflowo some metadata tagging to some video files using QTKit. I\'ve got things down for tagging atom that take a string as their value, but having a hard time setting at
I\'m recording a video from the iSight camera using QTCaptureSession. I would like to add an image at the end of the video, so I\'ve implemented the didFinishRecordingToOutputFileAtURL delegate meth
I have an NSTableView (URLs of s开发者_JAVA百科ongs) and QTMovieView elements. I need to create an action that will execute when previous/next buttons on QTMovieView will be pressed. what I need to do