quicktime

how to Resize Quick TIme Player to the size of an HTML/CSS DIV

Hello there I am using Quick time via javascript so that I can play video on my web browser. I want to resize the video so that it fits the size of the DIV. The problem is that when the player launches the video the size of the DIV remains the same but the player gets out of the DIV. I want the size of the DIV remain the same doesnt mat...

S3 QuickTime Vid loaded w/ exp URL in 3 months not cached. Why?

Hello all, I am using the ruby gem AWS::S3 to generate expiring urls for my assets on S3, some of them are quicktime movies of size. I would prefer them not repeatedly downloaded each time requested to the client's browser. Since they are protected and whose access is done in authenticated urls, I set the expiration usually in 3 months,...

how to set a dynamic video/quicktime sizes ?

Hello i have a problem. i'm using PHP to build my website and there is a dynamic video content that each time a different video/quicktime will be posted. the problem that i'm facing is setting the width,height of a video because i have many videos with different sized i want the videos to be posted in their sized i don't want to set w...

how to save an image from video/quicktime video ?

Hello is there a way in PHP to save an image from video/quicktime video ? ...

What is the 3 × 3 matrix for a rotation of 180 degrees?

Hi,I wont to rotate QuickTime Move 180 degrees. Now my file's matrix(tkhd) is 1 0 0 0 1 0 0 0 1 I got this matrix form Dumpster. What is the 3 × 3 matrix for a rotation of 180 degrees? ...

How can i fetch the location in terms of IP address of a URL

Hi Can anyone tell me which APIs can be used to fetch link location of a radio server. Eg: if i enter following URL http://www.di.fm/mp3/electro.pls in Qt player it does not play. How can i get its link location which is playable. ...

streaming a number of .mov files as if they where one movie on a web page

Hello, I have movie (.mov) segments arriving on a server backend and i want to be able to play them back in a webpage as if they were one continuous movie, does anyone have any suggestions as of how to go about this? I been looking into quicktime but havent found a solution yet, any input is appriciated Thanks Daniel ...

How to get the Start Timecode (SMPTE) of a Quicktime-Movie?

I'm working on Windows with the Quicktime-API and I wonder, how to get the start timecode (SMPTE) of a movie file? Can someone post a link or an example how to do that? ...

Dump Sprite Track from Quicktime Movie (.mov)

Hallo, i wonder if it is possible to extract the content or certain information inside a sprite track of a Quicktime movie. The QTkit doesn't offer anything for this task and tools which were able to do this were outdated or not available anymore. In addition, these tools (e.g. atomic dumpster) are not opensource so i can't see how its ...

Converting EXR image sequence to .MOV

I'm looking for a encoder that creates a Quicktime Movie (PhotoJpeg) from OpenEXR image sequences. Any help would be really appreciated ...

Quicktime Playback using Javascript

I have been reading the JavaScript Scripting Guide for Quicktime and in there it gives you an example on how to play a video using a javascript command. Unfortunately whenever I try, I am given the error document.Camera_0.Play() is not a function in firebug. My code is as follows: QT_WriteOBJECT_XHTML( 'video_place...

How to replace Flash movie with QuickTime movie?

How do I replace a flash movie on a website with a quicktime movie? I don't even know where to begin. ...

Does QTMovie handle URL redirects?

I was just wondering if the QTMovie class does handle URL redirects, because I'm streaming audio files with it and the stream URLs can contain redirects. Sometimes the movie won't start playing but doesn't throw an error (i always operate on the main thread, i know this class is not thread safe). Any ideas why QTMovie might not start pl...

How can I record a Java Swing GUI as a video file on Mac OS X?

My Java Swing application has an animated playback of a poker hand. I'd like to let users record this playback so that it can be sent to other people and played back in, for example, QuickTime. Any ideas how to go about recording a Swing JFrame over time? ...

Handle missing QuickTime plugin with Firefox

I have a web page that uses the QuickTime plugin to display a 360-degree panorama file. The code to display the 360 looks like this: <object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab" height="260" width="320"> <param name="src" value="/images/x/360/x.pano"> <param name="au...

Display HTML elements overtop embedded QuickTime

I have a site where a jQuery dialog is used to show videos in a modal frame. I would like to be able to rest the close button so that it partially covers the embedded QuickTime object, much like the modal frame in this picture: http://ajaxdump.com/wp-content/uploads/2009/08/MooTools_SqueezeBox-Expandable-Lightbox-308x400.gif QT always...

Replacing Flash movie with QuickTime movie in a website

Here is what I have: <script type="text/javascript" src="http://www.polycysticliverdisease.com/html/swfobject.js"&gt;&lt;/script&gt; <div id="flashcontentab3445" align="center"> You probably do not have the Flash Player (<a href="http://get.adobe.com/flashplayer/"&gt;Get Adobe Flash Player Here</a>) installed for your browser or the vi...

How can I create an animated .gif from a movie?

How can I create an animated .gif file from a movie I have? I guess it is pretty simple in objective-C and cocoa, by using the QTKit, to extract images from a movie, now how can I glue them together as an animated gif? ...

QuickTime plugin hotkeys

Hello, I'm using the QuickTime plugin to play audio on a webpage but the player keeps stealing the keyboard focus even though controller is set to false. This is annoying since I don't want the space bar to keep triggering the player, but I can't find any way to disable the damn hot keys for it. This doesn't happen in IE8, but I've had ...

Accessing iPhone native video player that opens instead of HTML5 video

Annoyingly, when you have an HTML5 video on an HTML page, loaded inside an UIWebView, it opens the native player to play that video when you finally press the play button. Is there a way to access that native player so I can either override the aspect ratio or hide the controls? I tried checking all of the views that were added to my U...