Questions tagged [quicktime]

QuickTime is an extensible proprietary multimedia framework developed by Apple Inc. A framework called qtkit can be used to develop multimedia applications on top of quicktime.

QuickTime has been decommissioned ... as per the Apple page :

This library is no longer being updated.

https://developer.apple.com/library/archive/navigation/index.html#section=Frameworks&topic=QuickTime

Find the latest API reference, articles, and sample code on our Developer Documentation page.

https://developer.apple.com/documentation

670 questions
0
votes
3 answers

Is there a framework or cocoa API for playing video?

In short, I want to create a simple video player which can play some major video formats like quicktime *.mov, for example. What I need is: video playback (at least the most major formats would be great) play, pause need information about where the…
HelloMoon
0
votes
1 answer

Issue in streaming mov file in browsers using quicktime player plugin

I am embedding .mov file in the webpage using following HTML code
Pradip Prajapati
  • 152
  • 1
  • 4
  • 18
0
votes
1 answer

data reference (dref) atom support in iOS

quiktime file format has suport for dref atom. Where actual video data can reside in separate file on webserver. to test the feature I created a file with dref atom. http://vihosting.net/sample_iTunes_reference.mov This file plays nicely on…
rajneesh
  • 1,709
  • 1
  • 13
  • 13
0
votes
1 answer

How to set the alpha mode for a QTMedia / QTTrack using QTKit

I'm trying to add subtitles to an existing movie and everything seems to work as expected except for the background of the subtitles track that should be transparent. MediaHandler media = GetMediaHandler([[subtitlesTrack media]…
Bruno Ferreira
  • 942
  • 9
  • 22
0
votes
1 answer

applescripted quicktime image sequence export creates green frames

I have an applescript used to create image sequences from videos. It works great for movies taken with my nikon camera. It creates a bunch of solid green images for movies taken with my canon camera. The weird thing is that if I use quicktime to…
tavis
  • 200
  • 2
  • 9
0
votes
1 answer

Error playing a .mov video from Videos folder (using MediaElement)

What am I trying? I am trying to load a quicktime movie from the Video Library like this: async void SetupVideoAsyncAndPlay() { StorageFolder folder = await KnownFolders.VideosLibrary.GetFolderAsync("Video Folder"); …
Tiago Almeida
  • 14,081
  • 3
  • 67
  • 82
0
votes
1 answer

What colour transfer function to use for a QuickTime file without NCLC atom?

I have various 1080P QuickTimes files using H.264 and MPEG-4 codecs created via QuickTime and Handbrake. They don't seem to have the NCLC atom. I want to know which transfer function to use to generate RGB video. Under the Finder inspector, some of…
koan
  • 3,596
  • 2
  • 25
  • 35
0
votes
1 answer

Playback State in QTKit

I have an application that reads audio from internet using QTkit, the problem is, that i need get the state of the playback from the QTMovie object (e.g.: Buffering, Playing, Paused, etc.) but can't find any method or property to do that Anyone…
GustavoTM
  • 485
  • 6
  • 13
0
votes
1 answer

Snow Leopard QTJava Support

I am looking for information regarding support for QTJava on the latest Mac OS, 10.6. An application we are developing that worked fine both on 10.4 and 10.5 is now getting unexpected crashes on load when ran on 10.6. In the past we have had to…
cweston
  • 11,297
  • 19
  • 82
  • 107
0
votes
0 answers

move and maximize QuickTime Player window

I am wondering how can I move and maximize a QuickTime window from C#, I can use this code for regular windows like explorer window SetWindowPos(handle, 0, 0, 0, 500, 400, SWP_NOZORDER | SWP_NOSIZE | SWP_SHOWWINDOW); ShowWindow(handle,…
hoooman
  • 580
  • 3
  • 6
  • 15
0
votes
1 answer

Scaling a QTMovie before appending

Using the QTKit framework, I'm developing a little app. In the app, I'm trying to append a movie after a other movie, which in essence is already working (most of the time), but I'm having a little trouble with the appended movie. The movie is which…
rien333
  • 1,154
  • 13
  • 15
0
votes
1 answer

Playing quicktime files with pause points via Keynote (forward and backward)

I have a quicktime file (.mov) generated by Keynote. When played in quicktime, it pauses itself at dozens of pre-defined points waiting for user input. It is basically a slide show with transitions pre-rendered to video. I want to wrap this in an…
Sam
  • 607
  • 1
  • 8
  • 13
0
votes
1 answer

Libquicktime support on Linux

I am trying to encode and decode (playback and record) a .mov file on Linux with libquicktime. This is the source for libquicktime: http://libquicktime.sourceforge.net/ and these are the APIs:…
gunjan
  • 11
  • 4
0
votes
2 answers

How to start Quicktime streaming immediately

I am trying to make Quicktime files stream from a HTML document using the
forthrin
  • 2,709
  • 3
  • 28
  • 50
0
votes
2 answers

How to display a button above a QTCaptureView?

How can i display a button above a QTCaptureView? I have tried to put a button above the QTCaptureView on IB but when i run it, after the QTCaptureView starts showing the iSight camera image, the button hides behind the QTCaptureView...
Pedro Vieira
  • 3,330
  • 3
  • 41
  • 76