Questions tagged [.mov]

.mov is the file extension for QuickTime movies.

.mov is the extension for QuickTime multimedia files. It is is used by Apple's QuickTime framework. QuickTime is the basis for the ISO MPEG-4 standard, which extends it. A QuickTime file is a media container that contains one or more data tracks. Each track either contains a digitally-encoded media stream or a data reference to the media stream located in another file.

54 questions
36
votes
3 answers

How to embed a .mov file in HTML?

What's the correct way of adding a .mov file to a webpage? I'm just adding this functionality to an existing file so I can't convert it to HTML5. The file is on the same server about 1G in size. The client also doesn't want to use YouTube or Vimeo…
Charles Marsh
  • 411
  • 1
  • 4
  • 9
24
votes
10 answers

video captured from iphone gets rotated when converted to .mp4 using ffmpeg

When I try to upload videos captured from my iPhone in my app, the server performs a conversion from .mov to .mp4 so that it can be played in other platforms. However the problem is that when I shoot the video (in portrait orientation) and it is…
aqs
  • 5,632
  • 3
  • 24
  • 24
7
votes
0 answers

videoWidth and videoHeight properties on html5 video element are 0 for .mov quicktime video

In javascript I'm trying to get the videoWidth and videoHeight of a html5 video element that I have loaded with a .mov quicktime video. Here's is an excerpt of the relevant code: var video = $(''); video.prop('src',…
5
votes
1 answer

Workaround playing a video .mov file in iOS app? Also related to Adobe Flash Animations

After researching lots on StackOverflow and Class References, iOS MPMoviePlayerController cannot play .mov video files. AVPlayer can play .mov files but there are no controls. I want my app to play .mov files, because Adobe Flash Animation provides…
VideoGamingIOs
  • 119
  • 1
  • 9
5
votes
1 answer

Core video - displaylink I need help interpreting CVTimeStamp

Core video experts, I'm creating a custom video player for .mov files. I have the .mov parser working and using the QTCoreVideo101 sample I am trying to play video. The problem I have is the display link getFrameForTime I don't know how the time…
user1127081
  • 161
  • 1
  • 3
  • 13
4
votes
2 answers

Webpack 3 locates .mp4 file but video is not playable

Webpack 3 locates .mp4 file but video is not playable Clone this project on GitHub I've created an animation in Adobe's new Animate CC and exported it as an .mp4 file In my webpack.config.js file, I stated that the file-loader should be used to load…
ihodonald
  • 745
  • 1
  • 12
  • 27
3
votes
2 answers

MPMoviePlayerController iPhone 3G & .mov file format

Just posting a question to the world... My app is currently setup to play video files. The app is setup to play .mov files and when tested on a 3GS, iPhone 4, and an iPad, it works great. But when playing on an iPhone 3G, the file does not play. …
Matt
  • 161
  • 9
2
votes
0 answers

I have a blender animation with a transparent background that is showing on all browsers but safari

portfolio57333.herokuapp.com Hello, I just created this page and was trying out something new. I render an animation in blender with a transparent background as a .webm and it displays perfectly fine on every browser but safari. When I tried the…
2
votes
1 answer

Play an ARGB .mov video in a transparent JWindow

I'm trying to code a splash screen for my program cause it takes too long to open. I managed to do it with an image but I have no idea how to do it with an ARGB video. First, I've tried with an image: (on a JWindow extended class) JLabel l = new…
Crih.exe
  • 502
  • 4
  • 16
2
votes
0 answers

how to show .mov files from gallery? is any other way to get .mov files?

actually, I need to show .mov files in my project with a thumb(media store). same like video fetch from a gallery I know android does not support .mov file. but I need to show using any other way? Example : Mx player all type of video formate Now…
prakash Mp
  • 363
  • 2
  • 15
2
votes
0 answers

Quicktime (.mov) video blob to audio in JavaScript (Mobile Safari)?

I am trying to work around the restrictions on Mobile Safari on uploading files via HTML 5 forms. According to the research I've done so far, Mobile Safari (iOS 9+) doesn't allow you to specify audio only for file uploads, but it does allow video.…
praine
  • 405
  • 1
  • 3
  • 14
2
votes
1 answer

HTML for playing .MOV files in Safari 8 -- What Changed?

I have a fairly large library of QuickTime .MOV files that get served by a page that used to work great; the HTML hasn't changed in years, but someone noticed it no longer works in Safari, although all other browsers seem to be fine. Instead, now in…
Walt Stoneburner
  • 2,562
  • 4
  • 24
  • 37
2
votes
1 answer

Get width and height of quicktime clip (.mov) with php?

I need to get the width and height of a .mov-file with php. How do I do that?
Johan
  • 18,814
  • 30
  • 70
  • 88
2
votes
3 answers

How to add and play .mov file in unity project

I'm trying to add .mov file into my unity project and want to play that video file in a scene.how can i create a scene with video playing in unity 3d?
Ananya
  • 345
  • 2
  • 5
  • 15
1
vote
1 answer

Loading a .mov format video in a Nuxt app (for Safari)

In my Nuxt app I'm loading a video of the .webm format which works as expected. As a fallback for Safari I would like to load a .mov formatted video: