qtkit
QTKit, capture video for live streaming
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.[详细]
2023-04-13 02:20 分类:问答Send audio from QTMovie over internet
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.[详细]
2023-04-12 07:29 分类:问答Get QuickTime metadata: codecs, bitrates, dimensions
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+:[详细]
2023-04-11 04:09 分类:问答Noise in recording in mac app
I am using QTKit for recording and playing, but when i am recording the resultant file having lot of noise(air pressure).[详细]
2023-04-08 09:23 分类:问答QTKit video playback gives screen garbage with ofxQTKitVideoPlayer
I\'ve downloaded this example. It compiles fine and runs but gives this: http://charliewilliams.org/images/screengarbage.png[详细]
2023-04-02 10:52 分类:问答QTKit issue on OSX Lion
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[详细]
2023-04-01 21:54 分类:问答What is a 10.6-compatible means of recording video frames to a movie without using the QuickTime API?
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[详细]
2023-03-22 13:21 分类:问答QT Movie Metadata Tagging with QTKit
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[详细]
2023-03-21 21:54 分类:问答Cocoa Add Image At End Of Video
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[详细]
2023-03-14 04:35 分类:问答next/previous track buttons action
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[详细]
2023-03-13 20:42 分类:问答