video

Is there an equivalent of ASF View for MP4 files?

I'm working on our encoding software, and have come across a strange issue where files in a 16:9 aspect ratio are being played in 4:3 in some players, post-transcode from WMV to MP4. Using ASF view I can see that the source WMV file appears to have incorrect data in its BITMAPINFOHEADER structure (it reports that is has 4:3 dimensions bu...

Agile Development 101 Video

Hello, I've been trying to find a good video that I can show at a "Lunch and Learn" on Agile Development / Scrum. Our organization is primarily Waterfall and most people have never even heard of Agile development let alone have any concrete knowledge of the topic. There are plenty of great resources out there that talk about Agile, but ...

Flash webcam video quality settings

I'm working on a video streaming application in Flash and I've been told I need to add quality selection tools. The requirements are "low", "medium" and "high" quality. I'm trying to figure out what kinds of quality settings to actually apply for this (framerate and video quality settings). I feel like there has to be some kind of sta...

Frame accurate synchronizing of subtitle files with MPEG video using DirectShow

This is a problem I have been dealing with for a while, and haven't been able to get a good answer (even from Microsoft). I'm using the generic dump filter to write hardware compressed MPEG files out to disk. In the graph, I also have a SampleGrabber filter that gets called on every frame. From the SampleGrabber callback, I get a subt...

Flash Video stopping or sticking after 2 or 3 seconds

Flash Video stopping or sticking after 2 or 3 seconds in. Does anyone have this experience of why this may be happening? ...

HowTo Multicast a Stream Captured with DirectShow?

I have a requirement to build a very simple streaming server. It needs to be able to capture video from a device and then stream that video via multicast to several clients on a LAN. The capture part of this is pretty easy (in C#) thanks to a library someone wrote with DirectShow.Net (http://www.codeproject.com/KB/directx/directxcaptur...

Writing AVI files in OpenCV

There example on the net and code given in Learn OpenCv,Orielly. After many attempts the out.avi file is written with 0 bytes. I wonder where i went wrong. The following are the code i used... int main(int argc, char* argv[]) { CvCapture* input = cvCaptureFromFile(argv[1]); IplImage* image = cvRetrieveFrame(input); if (!i...

iphone video playback coding

i have downloaded the iphone MoviePlayer sample code from iphone developer center,but when i add a action [mMoviePlayer stop] at overlay button there, the screen keep blinking when i playback the movieplayer, is anyone met this problem? ...

Convert 1x dual-link DVI to 2x single-link DVI

Is it possible (with an adapter, say) to convert a dual-link DVI port on a video card/laptop to two single-link DVI ports, so that two separate monitors can be plugged in and controlled by an operating system? ...

unaligned memory accesses

I'm working on an embedded device that does not support unaligned memory accesses. For a video decoder I have to process pixels (one byte per pixel) in 8x8 pixel blocks. The device has some SIMD processing capabilities that allow me to work on 4 bytes in parallel. The problem is, that the 8x8 pixel blocks aren't guaranteed to start on...

Pre-Load Multiple Videos in Flash? In Flex?

I'm doing a project where we play multiple videos back to back, and if we load them the normal way by providing a stream url, there is a load delay each time we start the next video. I've looked through Adobe's docs for both Flash and Flex, and I can't find a way to pre-load the videos. Embedding them is not workable in this applicatio...

Where are all the Google Tech Talks at?

I saw one on the creator of captcha, Luis von Ahn, and he also made the picture matching game that Google has bought from him (citation). It was really interesting and I was wondering where a vast archive of Google Tech Talks are. Anyone know? ...

Which talks/videos appealed to you as a developer?

Which talks/videos appealed to you as a developer? I really like this talk by Clay Shirky: http://www.youtube.com/watch?v=Xe1TZaElTAs And, Startup School talk by David: http://www.omnisio.com/startupschool08/david-heinemeier-hansson-at-startup-school-08 Which ones you recommend? please provide links and a short description if possible....

Best way to stream movies

I'm trying to make a front end for all my music and video files on a spare PC I have but have come up against a bit of a road block. I originally wanted to stream the movies (avi, mpeg, flv etc) using a flash media player but after a bit of searching it seems that flash can only stream flv's. Obviously, I don't want to convert my whole h...

lossless video codec playback in Java

I need to encode a sequence of frames with a lossless video codec and play them in a Java app. I don't care about the file size. The output frames should match the input frames exactly. Lossy codecs don't do this even at high bit rates. None of these well-known lossless video codecs appear to be supported in JMF or FMJ: HuffYUV CorePN...

Record Video of Screen using .NET technologies

Is there a way to record the screen, either desktop or window, using .NET technologies. My goal is something free. I like the idea of small, low cpu usage, and simple, but would consider other options if they created a better final product. In a nutshell, I know how to take a screenshot in C#, but how would I record the screen, or area...

Any Microformats for Video

Has anyone created HTML microformats for video and video overlays including: Video File Links with timecode (start/end) and screen region Thanks, Michael ...

Export video into animated gif?

Is there any recommended programs that will output an animated gif based on a video input? Preferably mac but windows is fine as well. ...

where can i find Java JMF tutorial

I'd like to know about basic classes for playing video from webcam I'd also like to play with video buffers pixels where can i find a Java JMF tutorial that will help me achieve that? ...

Play QuickTime Video in WPF

Is it possible to play a QuickTime Video in WPF? If yes, can anyone provide me the resources. ...