video

Finding youtube HD movies using the Youtube API?

Is it possible to determine if a certain video can be played in HD using the Youtube API? And if not is there another way? Thanks ...

What Types of Video Can MediaElement Play?

I'm looking for detailed information on what decides the formats of media that MediaElement can play, I can't seem to find any definitive source. I've read somewhere that if it can be played in WMP then MediaElement can play it. Is this true? If it is, then my next question is where can I find the capabilities and limitations of WMP? And...

Can videos be played without controls?

I'm planning on making a game for the iPhone and want to have the background constantly animated. I figured rather than looping a series of images, I'd play a video. Is it possible for me to play a video (with no controls popping up), and have graphics overtop of it (the actual game)? Or would I just be better off with looping images? (...

Write IIDC video packets over FW bus

Hi. This is more of a general question than a specific, however I am looking for any input and advice. I'm looking to spoof an IIDC camera, packetize and stream uncompressed 2VUY video data over a firewire/1394 port to another machine. I've been able to do something similar to stream DV packets, but using higher level libraries (I'm on...

how to display 12 hour video on loop, synced to system clock?

Hi. I don't have any video experience, so my searches on this weren't productive. There might be software out there that does exactly what I need but I couldn't find. I think I'll have to develop something, though, in which case I'm platform and language agnostic as this is a fun project, though I do have experience in .NET. I appreciat...

Best video codec to encode analog graph information / AVI

I have an application that captures analog measurements several times a second - to give you an idea how it looks like - here is a sample frame (obviously the curve changes as the measurements chage): I need this application to record these frames into an AVI or any other video file that would be playable on windows without a custom c...

ImagePicker using Video. Odd Compiler Error.

I have been trying to get video to work and have been getting an odd issue with a compiler issue. My code looks like this. UIImagePickerController * imagePicker = [[UIImagePickerController alloc] init]; imagePicker.delegate = self; NSArray *sourceTypes = [UIImagePickerController availableMediaTypesForSourceType:imagePicker.s...

Exporting Silverlight animation

I have a silverlight animation, is it possible to have a button that once clicked will start the animation and once finished export it to wmv? ...

After watching an HTML5 video in fullscreen in an iPad how do you close the fullscreen?

Go to YouTube.com in Safari on an iPad and watch any video on full screen. At the end of the video the full screen will close out and bring you back to the web page. How the heck do they pull this off? ...

How to store and stream private video content

Hi, What is the best way to create an online video-on-demand service with this requirements: The video must be private and secure Analytics Must use a CDN Flash video player What's the best solution(s) for this? /Tiago ...

Perspective / 3D screencast software

I'd like to recreate the perspective / 3D effect of the mailchimp presentation video from: http://mailchimpacademy.blip.tv/ It's not the first one I see using this perspective effect. What screen capture software was used to create this screencast ? ...

Video Stabilization with OpenCV

I have a video feed which is taken with a moving camera and contains moving objects. I would like to stabilize the video, so that all stationary objects will remain stationary in the video feed. How can I do this with OpenCV? ie. For example, if I have two images prev_frame and next_frame, how do I transform next_frame so the video came...

how to set a dynamic video/quicktime sizes ?

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

how to save an image from video/quicktime video ?

Hello is there a way in PHP to save an image from video/quicktime video ? ...

in android when video duration or date_modified attribute available through content provider

I'm having some trouble accessing attributes like DURATION and DATE_MODIFIED of video and image. My app access these attributes for both type of data but if I take a picture or shoot a video the related attributes are not immediately available through content provider e.g. for DURATION for that specific video it returns 0. If I restart ...

Get/Setting the Title for videos with C#

I've looked into a couple of libraries, and have only been able to find ID3 libraries for music files. I need a way to edit the "title" field of a couple common video titles. Does anybody have any experience with this and could give me a starting place? If there's a way to implement an API for WMP to edit the library definition of the t...

Create video from picture frames?

How can i create a video out of picture frames? So let's say i have about 60 images, and i want to create a video out of them. The format of the video doesn't matter. What language is the best for this idea? Java, c#, or objective c? ...

Playing video in background of openGl application on iPhone

I found some tutorials about playing a fullscreen video on the iPhone, but I wonder if it is possible to play an embedded movie in the background of a openGl animated app? The movie should just loop seamlessly and should not have any control buttons like play/pause/volume popping up while being played. If possible, then how about perfo...

Android : Tagging a certain frame in Video?

Hi, I want to tag certain frames in the video with data in Android. Is there any way to accomplish this in Android? ...

Is there a listing of the video drivers in the Linux kernel?

I'm trying to pick an small (< 4") touchscreen TFT/LCD. Because I'm no stranger to LCD/TFT linux driver development (I did one for an Epson chip), I'd rather pick one that is supported directly by the kernel. Is there a listing of the video chipsets that Linux natively supports? ...