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

learn more… | top users | synonyms

0
votes
0answers
14 views

Properly dispose quicktime control in C++

I have the same problem of this question but in C++, that is my application crashes when I dispose a quicktime control. That post solves this way: I wired a path to an actual image file ...
0
votes
0answers
14 views

AVAsset writer orientation issue

I'm using AVAsset writer to create a quicktime movie, but I'm running into an issue where the movie ends up not having any orientation data. So, videos recorded in landscape-right are playing back ...
-1
votes
0answers
23 views

Color shift when encoding DNxHD QuickTime Video [closed]

I have been tasked with developing the Editorial submission pipeline for an animated feature film project. Our studio is based on Windows 7 and the Editing team is using Avid Media Composer. We have ...
0
votes
0answers
33 views

AVFoundation: How To Add Chapter Markers to a Quicktime AVAsset?

I'm trying to figure out how to add chapter markers to a Quicktime stream. According to this page, it's possible to add metadata to a stream being captured on the fly. So, I tweaked the sample code ...
0
votes
0answers
20 views

QTKit currentFrameImage fails on RTSP (but works fine on file:// and others)

For some odd reasons - currentFrameImage fails on a QTKit QTMovie(player) - when the latter is handling RTSP; though is fine when playing things like file::///.../some.h264 Relevant code movie1 = ...
0
votes
0answers
24 views

QTKit/QTMovie/QTMovieView and (digest) authentication

How does one pass a username/password for (digest) authentication to quicktime ? Passing it in the URL in 'rtps://:@..' does not quite seem to cut it: movieUrlStr = [NSString ...
0
votes
0answers
65 views

Quicktime X - How to hide mouse during screen capture?

I am attempting to record an app demo on the simulator, and want to use the Quicktime screen capture feature. However, I would like to hide the mouse during the capture. Is this possible? Doesn't ...
1
vote
0answers
23 views

Unable to reset HTML video on iPhone to start from the beginning

Using a shared video object I'm loading and playing different source movies dynamically. Resetting the current time like this works fine on the desktop; $('video').bind('loadeddata', function () { ...
0
votes
1answer
35 views

Viewing QTMovie duration attributes?

I've probably spent the last 2 weeks searching through Apple Quicktime documentation to resolve what seems like a pretty basic question, but to no avail. Here's the issue... I've got several short ...
-2
votes
0answers
23 views

How can I disable the quicktime player in UIwebview? [closed]

I need to download mp3 file while clicking the link in a UIwebviw, but that will bring the quicktime player out, I don't like this. So how can I disable the player in uiwebview?
0
votes
0answers
12 views

Set interlacing information in QuickTime

I'm trying to set the correct interlacing information via the QuickTime 7 API on a movie that I am creating. I want to make my movie progressive scan but when I visually check the output, every frame ...
1
vote
0answers
31 views

Read AVCHD files to QTMovie on Mac OS 10.8

I really want to read AVCHD files to QTMovie. I found that Quicktime player can read AVCHD file on Mac 10.8 so does Mac OS 10.8 have API to read AVCHD file to QTMovie or another object. I tried some ...
-1
votes
1answer
214 views

mpeg-ts h264/aac into mp4 container change unplayable on Quicktime playable on VLC [closed]

I'm trying to change the container of a video streamed with HLS into an mp4 file. The capture and conversion is being done with ffmpeg libavformat, the output video is playable in VLC but not on ...
0
votes
1answer
47 views

Creating MOV from PNGs with ffmpeg: playback issue in older quicktime (7.6.6)

I'm using ffmpeg to create a MOV file from a series of images. When I view the movie in Quicktime 7.7.x, it looks great (left image). When I view in Quicktime 7.6.6 I get this weird issue (on the ...
0
votes
0answers
10 views

Quicktime video embed lighbox issue

I've got a quicktime video embedded on a page like so: <embed width="450" height="450" wmode="opaque" src="mymov.mov"> I've also got a lightbox that popups on the same page and overlays the ...
0
votes
0answers
19 views

Check QtKit Dependencies for embedded Player

I have an application written in C# with MonoMac, that embeds a QuickTime player, so i want to know: Is possible uninstall QuickTime? If it is possible uninstall QuickTime, this prevents use the ...
-1
votes
1answer
89 views

Itunes crashing While launch on Windows PC [closed]

This is a little weird problem I use a windows 8 PC and after a recent upgrade to iTunes it started to fail on launch. Looked in multiple forums but there is no help available even on apple online ...
0
votes
0answers
57 views

Applescript TimeOffset property: values and delimiters?

I have a piece of Applescript that gets the time-code from a Quicktime movie and puts it in Word in the format hh:mm:ss. It works like a charm, but there is one problem: not all movies I work with ...
0
votes
0answers
116 views

Function could not be resolved Eclipse

I am trying to use quicktime in order to play sounds from my C++ code running on eclipse. This is just an example: #include <iostream> #include <QuickTime/Movies.h> using namespace std; ...
0
votes
0answers
70 views

Codec component debugging

I have codec component, that works nice. I want to debug it. I put breakpoints, set executable QuickTime Player.app and GDB debugger and Run it. After QuickTime was launched, I open mow file, that ...
0
votes
0answers
79 views

QuickTime X component issue

We have server, that stored videos in QuickTime mov format, encoded by proprietary codec. We can download this videos and after that open it locally, or we can just play it streamed directly from ...
0
votes
0answers
26 views

Accessing Flip4Mac through Cocoa-AppleScriptObjC to export a WMV file

I have this cocoa-applescriptobjc application that opens a movie file and exports it in MPEG4 or Quicktime h264. But now I would like to add a Windows Media export option. Applescript cannot access ...
0
votes
1answer
598 views

Is there any way to play .MOV files in and android app using SDK?

I want to play an .mov file (QuickTime Movie file) uploaded to a server via an iPhone app in the android app. It seems like .mov is not supported in Android Video Player. So I would like to know ...
2
votes
1answer
167 views

Get frame number (like Quicktime Player 7) from QTKit

This has been driving me nuts for a while now. I have very little knowledge of QTKit / QTMovie, but have created a little Cocoa app that previews a video and lets you save a 3 second version of it ...
0
votes
1answer
213 views

change wav, aiff or mov audio sample rate of MOV or WAV WITHOUT changing number of samples

I need a very precise way to speed up audio. I am preparing films for OpenDCP, an open-source tool to make Digital Cinema Packages, for screening in theaters. My source files are usually quicktime MOV ...
0
votes
0answers
62 views

How do I get a audiofile not to autostart in HTML?

I am trying to add audio to my blog and am having some difficulties. I am trying to get it to not auto start, but inevitably it will when using Google Chrome, but it works fine in IE9 and Firefox. ...
0
votes
1answer
78 views

CVPixelBuffer to FBO

I have an application where I would like to use an FBO to display an image of a QuickTime movie. I'm totally new to FBOs and only got a little bit of knowledge on OpenGL. I got problems understanding ...
0
votes
0answers
90 views

Quicktime Logo Display Whilst Loading Video Content

We are currently building a HTML5 platform using VIDEOJS and have come up against an issue when using it on an ipad. We have several videos loading in a sequence which can be played when an icon is ...
0
votes
0answers
50 views

Stop Quicktime from being the default browser plugin

For some reason all my browsers have started using quicktime for the embed tag, <embed src="Test.wav" type="audio/wav" autoplay="true" /> Quicktime seems to crash and hang after running a few ...
0
votes
0answers
45 views

Wowza DRM with QuickTime player

I want to use Wowza DRM service (with DRM service by third party DRM provider) with Apple QuickTime player running on iPhone device. I have go through following link which describes server side ...
1
vote
1answer
135 views

extract poster image from quicktime movie? is there an easier format to do this?

i've been searching the net for a way to extract the set poster image from a quicktime movie on the backend once a file has been uploaded. is there an effective way to do this? or is there a way to ...
0
votes
1answer
94 views

Movie controller obscured in QTMovieView when movie is made editable for 10.7+

When running with OS X 10.7 or newer, the cursor area in the QTMovieView controller becomes completely black whenever the QTMovie is made editable. As such, there is no visible cursor, and selections ...
-1
votes
2answers
39 views

Screen Cast Programs [closed]

My group and I are starting a youtube channel and will be recording a number of screen casts. What are some good free programs to use for screen recording? I know of quicktime but what else is out ...
0
votes
1answer
198 views

QTKit didn't find any attached Video Input Devices

The following error occurs whenever I try to run a simple application to grab frames from the camera of a Macbook Pro 13" (built-in iSight): QTKit didn't find any attached Video Input Devices! ...
0
votes
2answers
79 views

OSX- is there an easy way to play mp4, avi, and wmv files? [closed]

On Windows 7-8 Media Foundation allows playback of many types of video files. Is there something similar on OSX 10.6 and above? Is there an easy way to use Quicktime, for example? I don't need to ...
0
votes
4answers
537 views

Can't register .dll with RegAsm in Windows 7

I am trying to use the QuickTime 2.0 ActiveX plugin for a winforms application written in C#. Firstly I drag the object from my toolbox to the form but I get an error saying that the ActiveX control ...
2
votes
1answer
105 views

How to get PCM audio from QTKit in a 64-bit app?

I have a 64-bit Mac OS X Cocoa app that uses AV Foundation for most of its media I/O needs, however I would like it to also be able to read other formats, most notably Motion JPEG inside of an AVI ...
0
votes
1answer
222 views

Issue in streaming mov file in browsers using quicktime player plugin

I am embedding .mov file in the webpage using following HTML code <embed border="1" autoplay="false" cache="false" loop="false" setcontrollervisible="true" ...
0
votes
0answers
108 views

NewMovieFromProperties Quicktime to change resolution of .mov movie file

I have a .mov file that has resolution 1920*1920. I want it to change the .mov file to .mp4 format. But, unable to do so. I was able to convert with the resolution of 320*640. Can I use ...
0
votes
0answers
72 views

QTKit replicate cinema tools conform tool with correct audio scaling

I'm trying to write a tool that changes a QuickTime clip to a different frame rate, replicating CinemaTools' "conform" function. I've managed to get the movie and the video tracks to behave properly ...
0
votes
1answer
46 views

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. ...
0
votes
0answers
53 views

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 = ...
0
votes
1answer
165 views

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 ...
0
votes
0answers
67 views

QuickTime openComponent failed

I am using QuickTime SDK in a Microsoft Visual C++ environment to convert a movie from ".mov " format to ".mp4" format. My function works fine for for small sized videos with about 20 to 30 MB etc. ...
0
votes
0answers
66 views

Is this a BUG of QTKit? I failed to play a m3u8 URL using QTKit, but I can play the same m3u8 using QuickTime X successfully

URL : http://odioshlslive237.ngcdn.telstra.com/hlsdemo.m3u8 The URL will do a HTTP redirection. When I played the URL using QTKit, it failed. But when I played the same URL using QuickTime X, it ...
0
votes
0answers
54 views

Making the video player clickable

I have made a custom video player for myself by extending the ofNode. So, the new VideoPlayer now has the lookAt and rotation functions. The video player is drawn by overriding the ofNode's ...
1
vote
2answers
53 views

Get Quicktime Video Info

Is there a way to get QuickTime video information? (In googling it, I found one cl option for QT that was broken.) I am looking to find pasp, length, audio channels, audio assignment, clap, and an ...
0
votes
1answer
333 views

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 ...
-1
votes
1answer
48 views

How to convert audio stream from PureTool/CVS video? [closed]

I apologize if there is a better place to post this. I recently came across a couple CVS single-use video cameras that I had been using back in 2005. I still have the USB cable I made and now that ...
0
votes
0answers
26 views

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 ...

1 2 3 4 5 10