m4v

What language/script can I use to embed a .M4V file into a webpage?

I'm trying to embed a .M4V video file on a web page and it seems to disagree with all my attempts. I need it in this format as it is for someone else's ongoing project. I am trying to use this java library file to initialize/talk with: <script type="text/javascript" src="qtobject.js"></script> Here is my code attempt (not working, b...

How about M4V Converter Plus? Anyone use it?

How about M4V Converter Plus? Anyone use it ![alt text][1] ...

How do you stream M4V video on the web without using Flash?

I'm building a web site that needs to stream video and be friendly for handheld devices (especially the iPhone). Some handhelds don't support Flash so I'm avoiding the use of a Flash player. How does Youtube stream its videos so that they play on both desktops and iPhones? I'm looking for a player, or multiple players, which can be someh...

Problems with video conversions through the web (local host)

Hello, I get the following errors when I attempt video format conversions called from the local host: “An invalid media type was specified” for M4V to WMV conversions. “One or more arguments are invalid” for MP4 to WMV conversions. Here are the details of the problems: I’ve written a dll in C# that accepts videos in the formats AVI, ...

Using PHP to hide video URL

I'm trying to play videos on my site, but I want to hide the location of the video. I found a php script somewhere that has me do this: $iFile = '/path/to/file.m4v'; header('Content-Type: video/x-m4v'); header('Content-Disposition: inline; filename="'.basename($iFile).'"'); header('Content-Length: '.filesize($iFile)); header(...

Tip: How-to repackage youtube video for iPhone

Hi, I was wondering why youtube video saved locally were not accepted by iTunes even if most of them are effectively using h264 video codec and AAC sound codec. iPhone and iPad are able to read them natively in YouTube.app and MobileSafari as well. This is a matter of container. There are many way, out here, to re-encode such video but ...

Dashcode - mp4 or m4v not playing

Hi all, I have put my video on my server and tried to link my dashcode application to them for playback. But i noticed that only .mov files can be played. .mp4 or .m4v files cannot be played. Is this true? or there's something wrong with my files? I have used iTunes to convert them into iphone format but it still doesn't work. Can any...

video only shows the first frame on iPad

I have an iPad application that allows a user to select between 5 different videos. However, three of these videos only display the first frame when selected. These videos were all made in iMovie, exported (shared) to iTunes, and added to the application bundle. These videos work fine both on the Mac AND on the iPad if I sync them throu...