video

How does youtube support starting playback from any part of the video?

Basically I'm trying to replicate YouTube's ability to begin video playback from any part of hosted movie. So if you have a 60 minute video, a user could skip straight to the 30 minute mark without streaming the first 30 minutes of video. Does anyone have an idea how YouTube accomplishes this? ...

Rendering Video in OpenGL

Is there a good solution for playing a compressed video in OpenGL? It needs to Be cross-platform (Windows and MacOSX) Render to a texture (preferably but not 100% needed) Cost less than Bink Any ideas? ...

Playing Quicktime video on iPhone using HttpHandler and IIS 5.1

I'm trying to stream QuickTime video to an iPhone from an ASP.NET web application using an HttpHandler. When hosting the web application from IIS 5.1 (Windows XP), the video player opens and then displays the error 'The server is not correctly configured'. However, when using IIS 7.5 (Windows 7), the video plays fine. The production e...

How do I record video from a webcam in MATLAB?

I would like to know how I can record a video in MATLAB with my webcam. ...

Silverlight Encoder Templates, is it possible to change the background colour?

Hi, Is it possible to change the default background colour of black in Silverlight Encoder Templates? We have a website that requires a white background, instead of the default black bars for aspect ratio video. I'm using Expression Studio 3. Any help would be appreciated. Rich ...

DirectX.Capture quality problem

hi all! i have to capture video from tv card, and display it on a windows form. my starting point was to use code from this page but, image quality is bad. image is not sharp, there are some sort of vertical lines (or spaces), etc etc. can you help me, how can it be solved? ...

Problem of adding a logo to decoded video data.

This is a code snippet to add a logo to decoded YUV picture (by ffmpeg). http://pastebin.com/md6c16c5 It almost works. Only one problem : sometimes the logo's board is heavily messed up with the surrounding part. The most strange thing is that sometimes it works OK but sometimes it doesn't. The code would modify the AVFrame allocate...

YouTube Autosuggest API - where to find samples or documentation?

I want to create a YouTube video search box with the same autocomplete feature. Any idea where can I find samples or and documentation? Thanks ...

Frame Accurate Browser Launchable Video Player ... ?

I have a requirement where I need to enable playback (full screen) of a h.264 MPEG4 (thanks for the correction!) video from a local network, launchable from a browser link on a Windows workstation, and be frame accurate. By frame accurate I mean that I need to be able to scrub through the video in the same way you would with a vtr, stop...

Test Data for Video Encoding

Image processing and compression algorithms are typically compared on sets of widely available, well known images. Is there a collection of video files for the same purpose, that are publicly available, or a set of raw video data that could be used for comparison? So far, I have found data files of uncompressed video for the Dirac proj...

How to swap videos on my website with flash?

This has probably already been done already by YouTube or MetaCafe. I want to be able to play my videos within the same page without Iframes and flash for my gallery of videos. I want to have one big 400 x 400 spot where the videos are played when the thumbnail of the video is clicked on underneath. What is the best way to do this an...

How do I tell when a swf file is done playing in C#?

I am playing a swf file in a C# program. I am able start the video, stop it, rewind it, etc., but I want to know the exact time when video has finished playing so that I can move on and do some other stuff. Can the flash externalInterface interface be used so that the C# can get a notification of when the video is finished? I don't wa...

ActionScript 3.0, Flash 10.0, Maximum Number of Cue Points, Video

Is there a limit on the number of Cue Points you can use in Flash Video targeting Player 10.X? ...

Sharepoint best books and tutorials?

Hi, Anyone suggest good books for sharepoint? and more specifically great video tutorials which go from the technical aspects to the programming? thnx ...

videoDisplay metadatareceiced ready totaltime

I'm building a video player that run's FLVs and cannot overcome the fact that flex foes not fire the metadataReceived event sometimes. Sometimes it does and sometimes it does not. therefore the total time of the FLV remains -1. I understand its a known bug , I'm researching about it for a long time now , but could not find a good worka...

How to stream video over Socket Class (or XMLSocket) with ActionScript?

How to stream video over Socket Class (or XMLSocket) with ActionScript? or\and How to do it using Socket Class (or XMLSocket) in AIR? ...

Looking for the .NET Video Processing Library

Hello Everyone, I am looking for the .NET video processing library. The major requirements: Cross-platform (100% pure .NET library or a .NET wrapper for a cross-platform library) Ability to generate thumbnails for video, and read/write some video metadatas. Supports for most popular video formats and codecs (including H.264 and 3GP. Q...

Media Player project in c#

I am working on one of the media project (windows application). In this the flv, avi and mpeg are the main file types which i have to play in application. I can use wmpLib, but it will not play flv files. So what procedure should i follow and what tools or libraries should i use.Is there any free opensource libraries to do media work. Th...

Thumbnail video C#

Is it possible to create a thumbnail image of a video in C# (like the first frame)? Little update: I'll need a thumbnail image of an FLV video in C# since I'm using Flex to show video's. And yes, links to some libraries would be useful. ...

How put a caption in flv converted by ffmpeg

I want to make such flv like in this video example How do I do this? Environment: Fedora release 8 (Werewolf) FFmpeg version SVN-r20412 ...