video

Windows-Mobile Directshow: Specifying bitrate/quality of a WMV video capture

Hi- I'm stumped on this, and I'm really hoping someone could point me in the right direction. I'm currently capturing video in Windows Mobile and encoding it using the WMV 9 DMO (CLSID_CWMV9EncMediaObject). That all works well enough, but the output video's bitrate is too high, resulting in a video file that's much too large for my nee...

H264 RTP packet parsing

I am looking for source code of RTP Payload Format for H.264 Video according to RFC(3984). It would be great if someone can point out it. Also I am looking for wireshark plugin which can show me the packet decoding of h264. Thank you guys in advance. ...

live streaming video in html 5 - What is required from server to stream and let other domains acsess that streams?

live streaming video in html 5 - what is required from server to stream and let other domains acsess that streams? any cross-domain-polyci files? any special streaming servers technologies/requirements etc? (I want LIVE streaming NOT FILE streaming)? (like shoutcast or what ever) ...

a cross platform video framework?

Hi all we are looking for a cross platform video framework to add to our application, that would allow us to read video files in various formats, get their frames and play them. One suggestion was VLC/VideoLan, but its a GPL framework and therefore we can't use it We thought of Apple's QuickTime, but it can't read WMV files (and needs...

video compression in vb 2005?

hello, i wanted to ask is there any means i can compress a video file(.avi) to a small size than original. If yes..how..? A sample code/tutorial to do so would be of great help Which API should i use(except the DirectX)..? Is DirectX advisable? ...

Which vendors/companies have Multi-threaded Video codec solutions?

Hi, If its not relevant here, pls. move to correct place. I want to find out which all vendors/companies have developed multi-threaded video codecs(decoders , encoders) as commercial products? Not opensource solutions like libavcodec/x264/ffdshow etc... but commercial solutions for which one can obtain licenses/performance numbers of t...

Pick video file from iPhone local library

Hi, I know how to pick audio file (MPMediaPickerController), but how to pick video file??? thanks ...

Where is a good resources for all the Javascript APIs for HTML5

I'm looking for a reference that summarizes all of the available Javascript APIs that are introduced with HTML 5, for each browser that has implemented any of the new features. Does something like this exist? If nothing else, then at least the VIDEO tag ...

Make my own video conversion program? Viable?

How are video conversion programs made? Do they seriously understand every single file format of every single type they implement or is it using direct show filters or something? Basically i am interested in making my own but if i actually have to research every single file format to convert then i think ill pass O_O So whats the go, di...

Screen Recording in C#

Hello, My goal is to record the desktop and export the recording into a arbitrary video format using C#. I have looked at DirectShowNET but it only seems to capture from devices. I think that I might be able to write my own driver that acts as a device for DirectShow. I have also read http://stackoverflow.com/questions/397754/record-vid...

Options for playing multicast video on a web page

Assuming a network hierarchy that supports video multicasting, what options are there today to tap into this stream from a web page? I've seen some references to this with Silverlight and project Star Light, which I unfortunately have no experience with. It also feels like a third option behind HTML5 and Flash. What is out there on t...

Full-motion video and thread scheduling

Please pardon the naivety of this question. It's 2:00 AM. In doing some performance monitoring of a multi-threaded application I was playing with (.NET, C#), I realized that the loop in a time-sensitive worker thread would be interrupted on occasion. Makes sense, there are many threads the OS needs to tend to. This affects the consis...

can ruby tell me the length of web flv video? (ruby)

I am scraping forum website by type (article, webinar, video) I thought if ruby can extract somehow the length of the video. The corresponding html part of the web page looks like. <div align="center"><script type="text/javascript" src="http://somedomain.com/wp-content/themes/thesis/custom/swfobject.js"&gt;&lt;/script&gt; <div id="play...

Eyebeam H264 decoder packetization format

I make a call from my embedded SIP video phone to Eyebeam with H264 codec. But the Eyebeam does not display the video. I am sending QCIF resolution(baseline profile) and FU-A(fragmented unit). Tough VLC player and another 3rd party phone can display my sending video. I saw in wireshark trace that Eyebeam is using NALU single packet with ...

Displaying videos on Blackberry Storm

Hi all, I am facing a problem in displaying videos in Storm..I am making use of BufferredPlayBackDemo that is shipped with JDE to stream and play the video from url..I am able to stream and play videos but the problem i am facing is that i am not able to show videos Full Screen..In potrait mode my videos remain Vertically centered on Sc...

thumbnail of video in php while uploading

I have made video gallery . i want thumbnail of that video like youtube. how can i get that while uploading in php. ...

ASP.NET C# Programatically convert video on the fly

I want to convert video as it is uploaded to H.264 or an alternate HQ video to play in a flash player. I would like to support as many file formats as possible. Can anyone recommend a tool. Thanks EDIT: Need to be compatible on a Windows shared hosting account. ...

How to create thumbnails or preview for videos?

hi i want to display thumbnails or preview panels for videos listed on my site, i want to fetch a single frame from a video (from a particular time i.e get a frame of exactly after 1 min) and display them as thumbnails as in youtube... Any help? ...

iphone sdk: playing video from localhost?

Hi guys, I have a server socket (on port 3490) in my app which has a video data - It runs on a different thread. Now I have a mpmovieplayercontroller and would like to read the data from the socket and play it. I'm not sure what url should I pass to it. I've tried file://localhost:3490 http://localhost:3490 but this doesn't work. Pleas...

Video playback on Blackberry via custom DataSource

Hi Guys, We are working on multimedia application which play both audio and video files with possibility of their cashing to SDCard. For such purpose we are using custom DataSource looks a little bit similar as BufferePlayback sample in Blackberry SDK. And we found problem in video playing - when player is starting it's playing 2 sec a...