video

Magento - Module VS Dataflow

Magento - Module VS Dataflow I am consider the possibility of ---- using Magento DataFlow to extract information from db to tie in with a video CMS. It could save development time - or it might not. It could be more stable - or it might not. The question becomes is it better to tightly integrate the video system to magneto as module...

MySQL Book/Tutorial/Video for Beginner?

I have download and install MySQL and once I start the programme I knew I need further help. I found few title by O'Reilly. 1) High Performance MySQL 2) MySQL Cookbook 3) MySQL in a Nutshell 4) MySQL pocket reference 5) Managing and Using MySQL Please recommend which book is for database. If you know any tutorial/video which is availa...

What are my options for photo/video/audio encoding and storage APIs?

Hi chaps Users of my web application will upload video and audio clips and photographs. The media needs to be private within the web application, which I imagine rules out using YouTube for encoding and storage. I don't want to be responsible for storing the data on my servers, so some kind of pay-by-the-gb API seems appropriate. Amazon...

Image stabilization/alignment algorithm

From what I have read on the web, one of the most efficient algorithms for image stabilization is to use Gray coded bit plane matching. However, I'm having trouble understanding it (Gray codes themselves are not that complex, it's the rest of it). Can anyone point me to a resource on this subject (or another good method of stabalizatio...

C# Video Player Component with Stream Access for Decryption

Hello everyone, I am searching for a video player component (windows), usable in .Net (C#). What is required, is an access to the underlying stream, because parts of the video should be decrypted on the fly, and the decrypted video should never be stored on the hard disk. Ideally, it should also be portable for Linux and Mac. Anyone kn...

Resizing videos for mobile browsers

Anyone have any ideas how to resize videos from youtube and vimeo for mobile browsers? I'd like to do by percents...but...some videos don't like to use percents.. ...

How can I seek to an exact point in a Flash video without a Flash Media Server?

Is the Flash Video (or Flex VideoDisplay) component capable of seeking to an exact moment in a video? It seems to always 'snap' to keyframes (which is understandable). I'm just wondering if there are any mechanisms in the video classes for seeking to exact frames, ie it should do the translation from keyframe to specific frame in the ...

Embedding video in my YUI rich text editor

I am few hours old using YUI rich text editor. I can only find the insert image button, what do i do to enable me insert videos? Thanks ...

Iphone - Video Recording Applications - Use Camera Roll or store in app / database?

For those of you making iphone applications that record video Are you utilising the camera roll for storage and then indexing the asset URL? Or are you somehow saving the video to the app / bundle / database? Does the stackoverflow community think it is viable to just store the asset url for replaying or that one should somehow store...

UIWebView iPhone OS 4.0 can't view YouTube video

Hi, I used to have a UIWebView that links to our web page. This page contains a list of YouTube videos and when each video is played when a user selects on it. This app works well in iPhone OS 3.0, but it doesn't work on iPhone OS 4.0 anymore. I tried loading my web page on iPhone Safari, it doesn't work either. I tried this URL htt...

How to get the Start Timecode (SMPTE) of a Quicktime-Movie?

I'm working on Windows with the Quicktime-API and I wonder, how to get the start timecode (SMPTE) of a movie file? Can someone post a link or an example how to do that? ...

HTML 5 video in UIWebview Orientation landscape

Hi. I have an iPhone application where every view is in portrait. I have a UIWebview with some HTML in it. Amoung that there is a html5 tagged video. When I play that video, it plays in portrait only. In order to make it work in landscape I have to return YES for shouldAutorotateToInterfaceOrientation in the viewcontroller, but I don't ...

How to convert images to video on iPhone?

I'm looking for a way to convert a sequence of images to a video. And I also want to add sounds to specific time within the video. How can I do that on iPhone? Is there a library that helps? ...

Using FFMPEG to join two MTS files together

I have two MTS video files, each one 2 minutes long. I need to be able to join the files together and convert the format to MPEG4. I have a suitable command line for converting MTS to MP4 but don't know how to join the files together in the first place. Some articles on the web suggest using the CAT command, like: cat video1.mts video2...

c++ library/sample to transport voice and video over TCP/IP

Hi, Can someone point me some c++ samples or some c++ librarys that can transport video and voice over a LAN network. My objective is to activate a web cam in another pc and receive in my pc the video and voice of the another pc (this can be only one way or in both ways pc to pc call, but i only need one way for now, only see and hear ...

FLEX Video player - play count

I have a video player in flex which constantly plays a movie. Is there a way to see how many times it has played? So each time the movie is played, text filled populates with +1. Thanks, Yan ...

youtube video index

Hi there, i've recently been looking at PHPMotion in order to allow me to upload and display videos on my site. I wanted to add the facility to incorporate videos from youtube, however the plug ins and application itself seem somewhat bug ridden currently.. I realised that in essence all i require is a method to index and display video...

Using ffmpeg to encode a high quality video

I have a set of video frames saved as images in a directory, and I'm trying to encode these to a good quality video, however every setting and every format I try produces very noticeable artifacts. The basic command is this: ffmpeg -r 25 -i %4d.png myvideo.mpg and I've tried the minrate and maxrate flags. Any of {mpg, avi, mov, flv} ...

Component for playing video frame by frame

Hi, I need a component (.NET or COM) which can plays video frame by frame. I've tried wmp.dll (axWindowsMediaPlayer) but no luck on playing frame by frame. any suggestion? ...

What's the technology behind live stream sites?

It's amazing to notice that live stream sites like doitlive.tv can deliver videos on very low bandwidth (as low as 25kbps) home connection. Could someone explain me the technology behind such sites and how they managed to deliver under such low bandwidth? ...