video

AS3 - Embedded SWF video shows totalFrames == 0

I've got this 1 minute long movie that I want to compile into an AS3 project. The movie started out in MOV format, so I used FFMpeg to convert it to FLV, then again with FFMpeg from FLV to SWF. I'm embedding this movie into the AS3 binary by using Embed metadata: [Embed(source="1.swf")] private var _Vid:Class; I've got a container ...

Processing video frames

I am trying to find software that perform the following functions: when the compressed frames of a streamed video arrive to a destination server, make a copy of each frame as soon as it arrives at the destination server copy the digitized pixels from a frame to another memory location mix the digitized audio fields of several video fra...

iPhone SDK 4: video autorotation from MPMoviePlayerViewController

Could you please show an example of shouldAutorotateToInterfaceOrientation method usage as a part of MPMoviePlayerViewController? As far as I know, using shouldAutorotateToInterfaceOrientation method is available not only for UIView but also for MPMoviePlayerViewController since SDK 3.2. I've been using it in UIView, in 3.1, but I don't ...

Playing video in html

I have different video files in my web folder.How i can play this one in flash player ...

Flash Video Chat System

I want to build a simple Video chat system in flash. For the client side, I want it to be pure flash -- no plugins involved. Given that, is there anyway I can have the backend be based on open source tools? PS: I run Linux / am familiar with C/C++. Thanks! ...

add links in a video

Is it possible to add or show clickable links in a video when it is playing. ...

sharepoint 2010 insert video to post of blog

i'd like to insert video to the post of sharepoint 2010 site. This site made on "blog" template. In the ribbon button video and audio isn't active. Features "SharePoint Server Publishing Infrastructure" of site collection and feature "SharePoint Server Publishing" of site is enabled ...

Creating flash video (.flv) from images in C#

Does anyone know of any good resources describing how to create a flash video directly from a series of images that would make up the video in c#?. I'm guessing ffmpeg...any guides available? ...

How can I put a video file (AVI) in a flash application?

I'm building a Flash application and I want to put a movie in it. I wish it had a navigation control like in youtube. I'm a programmer dealing with an application designed by a client, so I had to do it in Flash, even not been very skillful in it. ...

error when capturing camera and audio input

using some of the nifty new APIs in iOS4 i am trying to capture input from the iPhone's camera and microphone and save it to a file. below is the code i am using. AVCaptureSession* captureSession = [[AVCaptureSession alloc] init]; AVCaptureDevice *audioCaptureDevice = [AVCaptureDevice defaultDeviceWithMediaType:AVMediaTypeAudio]; AVCapt...

How should I structure a video streaming web app?

I want a user to be able to create an account and upload a video to the site. How should I structure this web app, how should I start thinking about the project, how should I store the videos, and what stack would you recommend for this project? How should I think about the front-end, the server, and the database? The more detail, the ...

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 ...

iPhone video camera streaming

Hi, Can anyone confirm how an app like this is done? PocketCam Is the way to capture the camera's video stream using AVFoundation? http://developer.apple.com/iphone/library/documentation/AVFoundation/Reference/AVCaptureVideoDataOutput_Class/Reference/Reference.html#//apple_ref/doc/uid/TP40009544 To be clear, I dont want to capture ...

AS3 Embedding assets - "Warning: Failed to parse corrupt data"

I've got an AS3 project where I'm trying to compile in several images, a soundtrack, and a video via [Embed] metadata. It's a product requirement that these be embedded, so network transfer is not an option. I'm getting some really strange behavior - a sort of intermittent corruption of the compiled-in data. Sometimes after the proje...

Iphone programming IOS4 - add video to HTML code in JSON wrapper

Hello, I am writing an application which is based in HTML and has a JSON wrapper in the app. After the 4.0.2 update the iphone does not play video files properly anymore. All the code to play video files is based in HTML but after the update it shows the play button only and I can not click on the video to play it. The file is loca...

How to download videos from cspan

http://www.c-spanvideo.org/videoLibrary/ I want to be able to edit cspan videos, and have access to all of the newest content. I am already aware of the ogg-theora uploads from the folks at metavid.com, but they aren't always up to date and it would be nice to have control over the downloading process. ...

Play .WMV with C#.Net

Hi I want to play a WMV (Or Video File ) in C# Application.. I Have made software in which when i click file then File menu opens then i select the media file but then when i click on play then file should be played.. so please guide me... and if any dll is required then please tell me ... thanks in advance ...

exracting frames from custom video format

Hi, I have a mp4 video which needs a .ax codec to be installed for it to play. I am trying to extract frames from the video. ffmpeg does not seem to work and i suspect it is because of the need for the codec to play the file. Is it possible for me to somehow extract the frames using some software which would probably take the ax files a...

html video code

Hello all, I am writing video code in an iphone, based on HTML. With the following code the movie will play but when I click done the video stops but the html page is gone, all I see is a giant video play button taking up the entire screen. Anyone have any ideas how to go back to the page where the video was clicked? a href="videos.m...

Make a video using Python+GST from a set of `YYYY-MM-DD`-dated pictures

I have a directory with a set of YYYY-MM-DD-dated files in as so: pictures/ 2010-08-14.png 2010-08-17.png 2010-08-18.png How can I use Python GStreamer to turn these files into a video? The filenames must remain the same. I have a program that can turn incrementally numbered PNGs into a video, I just need to adapt it to u...