Tagged Questions

QuickTime is an extensible proprietary multimedia framework developed by Apple Inc.

learn more… | top users | synonyms

10
votes
3answers
499 views

What is a 10.6-compatible means of recording video frames to a movie without using the QuickTime API?

I'm updating an application 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 application, which we ...
8
votes
1answer
761 views

How can I get image data from QTKit without color or gamma correction in Snow Leopard?

Since Snow Leopard, QTKit is now returning color corrected image data from functions like QTMovies frameImageAtTime:withAttributes:error:. Given an uncompressed AVI file, the same image data is ...
7
votes
1answer
410 views

IE browser script to determine which (if any) ActiveX control will handle specific mime type

I'm trying to figure out in an IE script (javascript or vbscript) which ActiveX control will handle a specific mime type, "image/tiff" in this case. This is easy to do in other browsers that use ...
7
votes
2answers
450 views

64-bit Quicktime Question

Does anyone out there know if there is a way to pull raw, still-compressed audio and video samples out of a Quicktime .mov file using an Apple API / Framework targeting the Mac that can be compiled ...
7
votes
4answers
696 views

Inserting a Quicktime Player similar to apple.com

Looking at Apple Website they do an outstanding job with the quicktime movies they show off to their users. When I've included quicktime links before, the player that actually shows to users is quite ...
6
votes
2answers
312 views

Flash ActiveX API documentation?

I am trying to put a Flash ActiveX control into a Windows Form but I am running into a problem: a lack of documentation. The best I have found is a site called "F-IN-BOX" that has some documentation ...
6
votes
5answers
2k views

generating MIDI in javascript

I'd like to generate a sequence of MIDI notes in javascript and then play it. Many plugins support MIDI, but I'm not aware of any supporting "data:" URL. Generating MIDI content is not a big deal - ...
6
votes
4answers
3k views

Cross-Platform webcam access

I'm looking for a cross-platform video capture library, for webcam access. One that wraps V4L/V4L2 on Linux, DirectShow on Windows, and QuickTime on the Mac. C or C++ is preferred, but I can work in ...
5
votes
2answers
217 views

Add support to QuickTime for custom video-input hardware

I have a custom hardware device sending a video stream. How can make this stream available to a QuickTime application ? Long story: On Windows, I create a DirectShow filter, so any ...
5
votes
1answer
241 views

QTMovieCurrentSizeAttribute and QTMovieSizeDidChangeNotification replacements

Does anyone know the correct way to replace old QTMovieCurrentSizeAttribute and QTMovieSizeDidChangeNotification tasks? I'm trying to clean out old deprecated code. I've found that ...
5
votes
1answer
442 views

iPhone : How to get the access to the default quicktime player that is launched?

I am loading a YouTube video link in UIWebView and when I click the play button, it launches the Quicktime player and plays the video in it. The issue here is that the default orientation of the ...
5
votes
3answers
2k views

Playing Quicktime video on iPhone using HttpHandler and IIS 5.1

I'm trying to stream QuickTime video to an iPhone from an ASP.NET web application using an HttpHandler. When hosting the web application from IIS 5.1 (Windows XP), the video player opens and then ...
5
votes
3answers
3k views

Creating MP4/M4A files with Chapter marks

I am trying to join together several audio files into one mp4/m4a file containing chapter metadata. I am currently using QTKit to do this but unfortunately when QTKit exports to m4a format the ...
4
votes
1answer
79 views

How do I detect if quicktime is installed with javascript?

I want to play a sound notification, so I used the method described here: Cross-platform, cross-browser way to play sound from Javascript? However, when quicktime is not installed on the client ...
4
votes
3answers
123 views

How do I find solutions for deprecated code?

I'm new to Mac programming. When I open sample projects, I often get 'deprecated' code warnings during a build. I'd like to fix these and get a clean build using XCode 4. When Apple deprecates ...
4
votes
2answers
407 views

Can JavaScript listen for state changes from a QuickTime object embedded in a web page?

I'm attempting to control a QuickTime object that I have embedded into a webpage using JavaScript, and want to listen to and react to the DOM events that the object throws. Apple has published a ...
4
votes
3answers
3k views

How to extract start timecode and duration/length metadata from a .mov file?

I have C# .net client on windows and need to extract start timecode and duration/length metadata from a .mov file. Anyone out there who knows how to do it? I looked around on net but not found ...
4
votes
1answer
654 views

quicktime movie layering issues

I have a site (link below) where the clients work displays on a long horizontal page. The menu is fixed on the left hand side and the images disappear under the menu when scrolling across. The client ...
4
votes
2answers
4k views

How do i create a movie from a set of images using qtj and java?

I have a set of images i want to add one after another and create a movie. I will be using Quicktime for java for this(I'm on a mac). I searched the web i have found lots of examples that show how ...
4
votes
3answers
2k views

In-memory mime-type detection with Cocoa (OS X)?

My application is a viewer for a custom format, a zip file with a well defined XML manifest and resources, such as images and movies. I use zlib to open up the zip file in memory and then proceed to ...
4
votes
5answers
3k views

How to password protect streaming videos with php

What is the best way to password protect quicktime streaming videos using php/.htaccess. They are being streamed using rtsp, but I can use other formats if necessary. I know how to do authentication ...
3
votes
2answers
43 views

Determine quicktime version with C#

I am writing a C# application and I need to determine if quicktime is installed on the system and what version. This is on windows.
3
votes
2answers
60 views

Tools to help me learning Apple Quick time file format?

When I was learning Portable Executable (PE) file format for windows, tools like PE-Explorer and PEView helped me in learning things quickly and nicely. Now, I need to learn and understand the apple ...
3
votes
1answer
353 views

Mac OS X equivalent for DirectShow, GraphEdit

New to Mac OS X, familiar with Windows. Windows has DirectShow, a good number of built-in filters, COM programming, and GraphEdit for very fast prototyping and snooping on the graphs you've ...
3
votes
1answer
227 views

Mac OS X public APIs for checking/requiring HDCP/DPCP protection?

Are there any public APIs in Mac OS X for checking the High-bandwidth Digital Content Protection (HDCP), and/or Display Port Content Protection (DPCP) compliance of connected displays, or for ...
3
votes
1answer
383 views

How to convert CVPixelBufferRef from kCVPixelFormatType_32ARGB to kCVPixelFormatType_24RGB

I'm a new Apple developer and I'm struggling with the different image representations... I would Have a CVPixelBufferRef in kCVPixelFormatType_32ARGB format, and I would like to create a new ...
3
votes
1answer
504 views

Streaming from webcam on OS X - what technology to use?

I'm building a videoconferencing application in OS X. What technology would be best to use for real-time streaming video/audio captured from webcam/microphone in OS X? So far I was unsuccessful ...
3
votes
4answers
797 views

Using canvas to grab pixel data from page

If I have a QT video on a page (where QT is a requirement that can't be changed) how can I grab the pixel data of the current frame that is being shown with canvas? I am aware that this is possible ...
3
votes
3answers
1k views

Take a thumbnail from a quicktime (movie) file

Does someone know if it's even possible (in PHP) to take a frame/thumbnail from a quicktime movie on the server? Something like the usual GD thumbnail generation, but for .mov files. note: I'm using ...
3
votes
2answers
2k views

Is there any way of reading a timecode track of a Quicktime movie with applescript

I want to extract the timecode from a quicktime movie in Applescript. By using this script tell application "QuickTime Player" set themovie to open thefile set thetracks to tracks of ...
3
votes
2answers
624 views

How to tell when a QTMovie starts playing?

So QTMovies have QTMovieDidEndNotification, but no QTMovieDidStartNotification. How can I be notified when a QTMovie starts playing?
2
votes
0answers
48 views

Reading Geolocation from Quicktime Movies with Java (Xuggler)?

I need to retrieve geolocation data from QuickTime MOVs recorded on the iPhone/iPad, from a Java application. I am currently investigating the Xuggler media framework; I was hoping I could use ...
2
votes
2answers
53 views

How to stop people having an mp3 play through quicktime

I send out a http link for an mp3 to people and when they click on it they are complaining that the file plays in quictime. Obviously they need to do 'right click' --> 'save target as' but is there a ...
2
votes
1answer
99 views

I am looking for QTAtomContainer in headerfiles

a lot of quicktime examples refer to QTAtomContainer to set Movie export parameters. I've got all that working code from ancient times. Now I am using xcode 4 and the compiler cannot find ...
2
votes
2answers
294 views

Prevent Downloading of Mobile Safari Video

Via HTTP Live Streaming or any other method, is it possible to embed videos in a web page that: Are viewable in Mobile Safari? and Cannot be directly downloaded? (when the user navigates to the ...
2
votes
2answers
203 views

Quicktime 7 on Delphi 7

Is it possible to play/control Quicktime 7 movies in Delphi 7? I would need to control the play direction (forward/backward) and displayed tracks.
2
votes
2answers
188 views

How can I record a Java Swing GUI as a video file on Mac OS X?

My Java Swing application has an animated playback of a poker hand. I'd like to let users record this playback so that it can be sent to other people and played back in, for example, QuickTime. Any ...
2
votes
0answers
104 views

Cover - art display for songs

I am developing a music player for streaming online data and i need to display cover -art of songs being played. I need to know whether cover - art is a part of data stream or do players set a default ...
2
votes
1answer
245 views

Turning a screen into a virtual web cam

Is there an app (preferable a Mac app) that will turn an area of your screen into a virtual web cam, such that it would be available as an input source for other apps that want to access your web cam? ...
2
votes
2answers
389 views

extract every audio-channel in a quicktime file

I want to extract every audio channel in a quicktime movie with the QuickTime-API. That means if the file has 5.1 surround, i want 6 audio files in the end. But at the moment I don't know how to ...
2
votes
1answer
114 views

Quicktime Directshow Filters

I'm looking into DirectShow Source Filters for playing QuickTime media. Can anyone who has been down the same path offer any advice? I've tested offerings from MediaLooks and RogueStream. Are there ...
2
votes
1answer
78 views

Vibrations when exploding/repacking movie

Please bear with me, I know that what I'm doing can sound strange, but I can guarantee there's a very good reason for that. I took a movie with my camera, as avi. I imported the movie into iMovie and ...
2
votes
5answers
3k views

PHP detecting if flash is installed

is it possible to detect if flash is installed using PHP. My aim is, that if it is installed it will play a flv file, and if not it will use another player eg; quicktime? If it is possible how do I go ...
2
votes
1answer
275 views

QuickTime movie disappearing from Javascript when scrolled offscreen in non-Safari Mac browsers?

I have a web page I'm creating that uses Javascript to control an embedded QuickTime player. I add the QuickTime movie to the page using the AC_QuickTime.js file from Apple (as described here - ...
2
votes
0answers
475 views

Using QTVisualContextCopyImageForTime to unpack Quicktime movies in YUV

I am creating a pixel buffer using QTPixelBufferContextCreate with the native size for current movie. Then opening the movie on the context and cue to required frame, checking using ...
2
votes
2answers
2k views

Can you play a <video> inside the page with Safari iPhone?

I would like to play a video from inside the rendered page with an iPhone/Safari. When I put a <video>, it's always opened and played in a separate full-screen Quicktime window. Is there a way ...
2
votes
2answers
2k views

Is it possible to resize an embedded .mov?

I embed .mov clips that sometimes are bigger than the place where I show it, so I want to resize the clip. Have tried with width and height but that only changes the area to display it; it does not ...
2
votes
0answers
467 views

Movie time from QTVisualContext given CVTimeStamp in CAOpenGLLayer rendering method?

I'm using the standard CoreVideo Display Link + QTVisualContext to render a QuickTime movie into an NSOpenGLView subclass. I would now like to synchronize a timeline view with movie playback. The ...
2
votes
1answer
913 views

How can I make custom UI controls for the QuickTime Player?

How can I make custom UI controls for the QuickTime Player in HTML pages? (like Apple does on its site)
2
votes
2answers
244 views

DId Quicktime 7.6.5 Windows fix QT for Java? Best video for JavaFX?

Greetings, I have read that QuickTime for Java is esentially broken on both Windows 7 and Snow Leopard. I can't tell how broken -- doesn't seem broken, but could just be my setup. I'm trying to ...

1 2 3 4 5 8