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.
...
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.
...
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...
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...
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
...
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...
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...
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...
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?
...
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...
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...
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...
I need to get the width and height of a .mov-file with php.
How do I do that?
...
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 ...
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...
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...
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...
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 ...
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...
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...