quicktime

Is it possible to create a QTTimeRange from two frame numbers?

All QTKit examples use seconds for making ranges. I, unfortunately, have frame numbers and need to be frame accurate. I suppose I could multiply up by the frame rate if I could figure out how to get that out of my movie. ...

export to MP3 from quicktime API

A question for Apple,QT programmers. Would like to know if it's possible to export a Movie object to MP3 using the QuickTime API. Preferably the ConvertMovieToFile function. I've looked at QTComponentTypes.h but don't see an entry for MP3. I need to export audio in a format that can do > 4GB. ...

Quicktime to Flash using PHP ? And chapters.

For a client, i need to write a complex application used to stream tv episodes in flash format, at least, the player will be in flash. It's a first for me, and i've a lot of question, since i don't really know about streaming. But well, first, here is the constraints : Mac server (might be migrated to linux) PHP5 Flash external libra...

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 determine whether this is a good technology stack, or if I should look elsewhere. Objective: I want to build a specialized desktop video playe...

QuickTime Sequence Grabber SGIdle error

Hello everyone, I get paramErr code (-50) while executing SGIdle function of QuickTime Sequence Grabber. What does this mean? How I can fix this. I get this error only after first few samples received in calback. Thanks ...

Why does QuickTime QTSession.open fail when packaged using OSX Jar Bundler?

I am using QuickTime for Java to display video within a Java desktop application. Everything works fine when this application is built as a jar file, but for some reason when I use this maven plugin to package the application to look like a native OSX application bundle, the following code: try { QTSession.open(); } catch (Throwable t...

Discovering "Stop Points" in an Interactive Quicktime Movie

Keynote lets you export a Quicktime movie that is interactive... it will automatically pause after each transition and you can click anywhere on the movie (if you're running in quicktime) to make it continue to the next slide. Does anyone know where I could learn more about this type of quicktime file? Can the QTKit library (or any oth...

Export every frame as image from a Movie-File (QuickTime-API)

I want to open an existing Movie-File and export every frame of this file to an image like JPEG or TIFF. I got so far until now: int main(int argc, char* argv[]) { char filename[255]; // Filename to ping. OSErr e; // Error return. FSSpec filespec; // QT file specification short filemovie; // QT movie h...

Extract specified channel from MIDI file with Quicktime framework

The task is to extract a specific MIDI channel and save it to WAV file using MacOS X APIs Is it possible? If "yes", please advice where to start dig on it? ...

Access to the contents of a QuickTime Movie Track's Edit Atom?

Hi folks. Is there any way to get hold of the contents of a QuickTime Movie Track's Edit Atom ( i.e. 'edts' ) in general and the contents of its Edit List Atom ( i.e. 'elst' ) in special using the QuickTime (C) API? The goal is to identify any edits in a given track along with their duration and start time. I have been checking the Qu...

Why QuickTime API for Windows

QuickTime provides a set of APIs named "Windows API", as described here. Its description tells the APIs are used for Windows, but the references also says the APIs are available on OS X 10.3 and later. The function of those APIs are mainly thread synchronization or thread scheduling. Why those APIs marked "for Windows" are available on...

New Quicktime Look for Embedded mp3s

Hi there, With the release of Snow Leopard, Apple has also unveiled a newer, slicker looking version of the quicktime controls for when html links to an mp3. I'm working on a site with embedded mp3s, and would like them to show up inside Quicktime's newer skin, but I can't figure out how to do it. Everything I've tried results in the sa...

Get width and height of quicktime clip (.mov) with php?

I need to get the width and height of a .mov-file with php. How do I do that? ...

Alternative options for displaying video in Java?

At the moment I use QuickTime for Java to display video in a swing application. However, Apple has deprecated support for QTJava and I was wondering what options other are available right now+ for moving forward? Requirements: Must be cross platform (WIN & OSX). Must be able to support many different video formats. Must be capable of ...

JavaScript to Replace One QuickTime movie with Another

hi I am very new to javascript so bear with me: I am trying to replace one quicktime movie with another one, so far i have used this code from apple and it works great you can see my efforts here: http://www.centurysunstudios.co.uk/test/ please look at the source code (i tried to past the code here but would not let me for some reaso...

Quicktime Framework and opening Transport Streams

I have noticed that Quicktime 10 is now able to open Transport Stream Video files and also search reliably within that video file(Which is something that VLC can not seem to handle). Quicktime 7, on the other hand, is not able to open the same Video File. When I try to open that same Video File within my Cocoa Application, which is usi...

Problem with Quicktime interop for 64bit

I want to build an application using Quicktime ActiveX interop that could run on a 64bit windows seven OS. My problem is that the 3 dll : AxInterop.QTOControlLib.dll, Interop.QTOControlLib.dll, Interop.QTOLibrary.dll seems not to be compatible with 64bit OS => It leads to a crash as soon as the application is started. How can I pass thro...

Display MPEG-4 Export Component Dialog

Below is my code for a doc based QTKit app that exports to the fixed Apple device formats by way of a popUp that displays the three device options. The [NSNumberWithLong:mpg4'] option works fine as well, but it lacks custom output settings. I want to integrate the familiar QT MPEG-4 export component dialog so that the user can customize ...

Quicktime embed renders too light in Safari 4

I've embedded a quicktime video via: <embed src="http://iphone.broadersheet.com/wp-content/themes/broadersheet/images/iphone-tour.mov" type="video/quicktime" width="284" height="564" autoplay="true" controller="false" kioskmode="true" loop="True" wmode="transparent"></embed> and it renders perfectly in Firefox but in Safari it rend...

Quicktime Web Player resizes in iPhone Safari

Hello all, I am using the following code to show a quicktime player in my website when it detects an iPhone Safari browser: {document.write('<object id="id1" type="video/quicktime" width="326" height="16" style="height: 16px; left: 187px; position: absolute; top: 266px; width: 326px; z-index: 1; "> <param name="src" value="http://websit...