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...
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,...
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...
Hello is there a way in PHP to save an image from video/quicktime video ?
...
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?
...
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.
...
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
...
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?
...
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 ...
I'm looking for a encoder that creates a Quicktime Movie (PhotoJpeg) from OpenEXR image sequences.
Any help would be really appreciated
...
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 do I replace a flash movie on a website with a quicktime movie?
I don't even know where to begin.
...
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...
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?
...
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...
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...
Here is what I have:
<script type="text/javascript" src="http://www.polycysticliverdisease.com/html/swfobject.js"></script> <div id="flashcontentab3445" align="center"> You probably do not have the Flash Player (<a href="http://get.adobe.com/flashplayer/">Get Adobe Flash Player Here</a>) installed for your browser or the vi...
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?
...
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 ...
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...