quicktime

Configure AVID codec in quicktime

In AVID Composer program in import settings it is possible to customise Colour Levels by installation of options RGB (0-255) or 601 (16-235). How I can call this dialog to configure import settings using quicktime? ...

When play a movie using safari on iPhone device, i got a warning ... /Symbols/System/Library/Internet Plug-Ins/QuickTime Plugin.webplugin/QuickTime Plugin" (file not found).

warning: Unable to read symbols for "/Developer/Platforms/iPhoneOS.platform/DeviceSupport/3.0 (7A341)/Symbols/System/Library/Internet Plug-Ins/QuickTime Plugin.webplugin/QuickTime Plugin" (file not found). I'm not sure, but this causes the movie to take a long time to load. What i meant by play a movie using safari is that I use the s...

php: 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. thanks! note: I'm using dreamhost, so I don't have more than web-panel access to the server. ...

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 anything yet. Thanks in advance for your time. ...

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 iPhone app, but see no methods on an MPMoviePlayerController to do anything other than pl...

flash video smoothing

I have a short flv I want to play on my website. I use the below actionscript 2 code to play the video, but the anti-aliasing of text is really poor quality. I added a line to introduce "smoothing" to the video, but it appears to have no visible effect. var my_video:Video; var my_nc:NetConnection = new NetConnection(); my_nc.connect(nul...

Is it possible to enable DOM events from a dynamically inserted QuickTime <object> in Internet Explorer

I have a specific question about instantiating a QuickTime object in Internet Explorer. QuickTime in IE uses an <object> as a 'behaviour' template in order to enable DOM events. The behaviour <object> is referenced from the QuickTime plugin instance with IE's behavior style: style="behavior: url(#id_of_behavior_object)". This works gre...

QT for windows CE

Hi friends I have installed QT for windows CE using this link http://qt.nokia.com/products/platform/qt-for-windows-ce for visual studio8, I can see Qt tab in VS IDE. I tried to create new application for QT am getting error that "There are no Qt/CE platforms defined. Please add your Qt/CE build in the Tools/Options/Qt/Builds dial...

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 strip out the 64bit architecture from the Java application stub because the QuickTime libr...

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 movie currently is (how many seconds passed, or how much percent) I'm targeting the ma...

OSX API for accessing data structures similar to Quicktime atoms or MPEG boxes

Hi, Quicktime-, MPEG- or AIFF-files all seem to organize their data elements in chunks like this: 0x00 chunk 1 header (size as UInt32 + ID as 4-char-code) 0x08 chunk 1 data ... 0xA0 chunk 2 header 0xA8 chunk 2 data ... and so on. When reading a file like that, it's easy to skip to the chunk of interest, because each chunk declares it...

privatize video streaming.

Hello, you know on YouTube, once you uploaded a video, it would ask you to make it either public or private. public being that it is accessible by any. private being accissible by only you the original uploader and you have to be logged in to do so, too. I need to make something of the same kind as that. I am making a rails app that uses...

Play back MOV in WPF

I know this has been asked before, but the answer seemed incomplete... Is there a way to playback .mov files in the MediaElement control in WPF, or what's the alternative? Has anyone done it here? ...

QuickTime HTTP Basic Authentication on Safari 4

I am using Mac OS X Leopard 10.5.8, which is running Safari 4.0.3. My cross platform Java app has an embedded native web browser with its own internal web server. Whenever the browser tries to serve up a file that needs quicktime (mov, mp4, m4v, etc) i get a username/password credential dialog. I can see every request coming through and ...

Embed quicktime movie. a "Play again" button at the end?

Forgive me if this was a silly question that I missed in the documentation, but I have no idea how this is done (having a "replay" button at the end of a video). I am guessing it's a callback to a javascript function when the movie ends? And load some new markup (with the replay button) in the function. Any thoughts? ...

How can you customize embedded QuickTime controls like Apple does?

I'd like to embed QuickTime movies on my site using custom controls (play/pause/volume) like Apple does on its website. I'm assuming it's just some fancy JavaScript and .gifs/.pngs? ...

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 displays the error 'The server is not correctly configured'. However, when using IIS 7.5 (Windows 7), the video plays fine. The production e...

customize quicktime iphone.

Did anyone tried to customize the window in which the quicktime is playing video? If so, can you give me a hint hoe to start implementing something like this. Thank you indeed. UPDATE: Some apps have implemented it. See it here. ...

How to embed QuickTime VR "thingy" in an HTML page?

Tag this with send-me-the-codez if you will. I've been asked to assist in putting a Quicktime VR thingy (for lack of better term. movie? applet?) in an HTML page. How would I go about this? Pointers to examples online are most appreciated. Note: I checked out Apple's iPhone 360-degree views, which (I think) are the only examples of Quic...

Which Objective-C framework do I have to use to record my screen?

I'm already recording from my iSight from a python script using the pyobjc bridge and the QTKit framework. Which framework/device/... should I use to capture the video of my screen instead of the built-in iSight? P.S. I'm using Leopard (not Snow Leopard) and thus I don't have the Quicktime X API at my disposal. ...