video

Can I use javascript to dynamically change a video's source?

How can I change a video's source using JS? <video id="myVideoTag" width="670" height="377" autoplay="true" controls="controls"> <source src="http://www.test.com/test.mp4" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"'> </video> ...

how to get default thumbnails of a video

i want all the thumbnails of the video when someone pastes a link on my site like one happening in facebook.dat gives the option to select the thumbnail from its actual thumbnails. ...

Windows Media Video (WMV) Specification and Resources

Hi, I would like to write my own cross-platform library (codec etc..) for Windows Media Video format, so I'm looking for a specification and other papers about this video format, but I didn't found any so I'm asking you if you know about any good resources... Note: I found the ASF specs. ...

Sharing Youtube video to Facebook using FBStreamDialog

Hi, I am developing an iPad application in which I need to share a Youtube video link to Facebook. I am using FBStreamDialog for image sharing as follows: But, I do not know how to share the video (I wanted to know about the parameters like media type, src, href etc) FBStreamDialog* dialog = [[[FBStreamDialog alloc] init] autorelease];...

Correct http response to video stream

Hi! I'm currently developing my own little http server for video streaming, and i can't for the life of me figure out how this actually works... This is the request i get from the client: "GET / HTTP/1.1 Host: 127.0.0.1:8080 Accept: / User-Agent: QuickTime.7.6.6 (qtver=7.6.6;cpu=IA32;os=Mac 10.6.4) Connection: close " ...

mp4 video will only play sound in flash cs4.

I'm using a flvplayback component in flash cs4. The sound from the mp4 video plays fine, but the video doesn't play. I don't know how to check the specific encoding of the mp4. I'm publishing to flash player 10 at 24fps. Thanks ...

Script to control the width of a Vimeo embeded video on Tumblr

I am trying to embed videos automatically at 700px on Tumblr, but tumblr has a bad habit of controlling embed options, forcing max-500px. I use a script by matthew buchanan which allows you to customize the embed colors http://matthewbuchanan.name/post/971857304/better-html5-vimeo-embeds $(function() { var color = "55cc55"; $("object[d...

how to get Video from Server source C#

How can i download the video from server source through C#? this is the video www.youtube.com/watch?v=UZS0eX8Fe7U&feature=fvhl and this is the server source of this video http://s.ytimg.com/yt/swf/watch_as3-vflPDfEzH.swf I apply same procedure for images and easily download from server ...

Image and audio lossless file format

Hello, I know that JPG and MP3 always apply some kind of compression which losses data. Then I have to questions: - Which are the lossless file formats for image, audio and video? - Why, as far as I know, any photocamera does not offer the possibility to store images in a lossless file format? - I know that the data lost is really small...

Video editing using web programming languages

Hello, Is there any way I can edit video files (change background music, add another video, remove a frame from it, convert it to other formats) using web programming languages such as php, ruby, python etc. I know that php has ffmpeg library but it really can't do much and doesn't have functionality I need. ...

Starting Video Camera with Intent

I am writing a very small app that just opens the camera app ready for video. I am able to get my code to work on an Android 2.2 emulator, but it will not work on my device, Motorola Droid 1 stock 2.2 FRG22D. Any ideas where I went wrong on this code? public class StartVid extends Activity { /** Called when the activity is first creat...

Capture first frame of an embedded video

Hi, I want to capture the first frame of an embedded video as an image without using any server side scripting. Probably with javascript, is it possible? ...

Can I use chromeless player/playback stats with the new Youtube Player iframe embed style?

The Youtube Player API has a bunch of functionality that I'm interested in, such as the chromeless player, playback statistics (where you can see the current state of the player, current time etc) and the ability to set volume levels. But I've been using the new iframe embed style. Is there a way to use those features with the new style...

(discussion) challenges in creating a video player that can stream a video from remote server

hello guys...! I am jay, I am supposed to write a video player which should have a capability to stream a video from a remote server. There may be more than one video streams incoming. please do help me discussing the issues in developing such a player based on following points. Underlying framework for the player to use. Language ...

MPMoviePlayerController worked fine up to iOS 4.0 now just plays sound, no video

The code below is more or less taken from the example MPMoviePlayerController sample code. In an app I wrote last year, it used to play videos fullscreen without an issue. Since iOS 4.0, there's just audio in the background. It's like the movie player doesn't have a view or the view is behind my app. I can still interact with my app, eve...

Drawing on Video within C#

Hi, I am making an application that will allow users to apply certain tools to analyse videos & images. I need help with how i actaully draw/write on the video loaded into windows media player within my form and being able to save it on. It needs to be able to lert the user draw freehand and shapes on it. Thanks in Advance, Chris :) ...

How can I capture screen with sound in iphone, then convert to video and email?

Similar to "Talking Tom Cat" app. How can I possibly achieve this? Are there any API out there I can use? Sorry for this noob question..... >_< ...

How to create videos with transparency/alpha-channel

What is the best way to create a video with an alpha channel, suitable for flex/flash? Does it need to be FLV, or can it be MP4/MOV as well? ...

Is it possible to embed non-fullscreen video in an iPhone app?

I know in the old days of iPhone OS 2.x this was clearly impossible. But how about now? Did they finally find a way to enable this? I need to play a movie in a small region of the screen. About 250x250 points only. ...

Scrolling a video remotely?

How do I scroll a video hosted on a remote site. I need to write up a program that has the ability to scroll a video and download a particular set of frames. The hosting site will expose the video and my program will connect to the site and consume the video. Any ideas how this could be done? ...