video

Making Video files Android ready for playback over HTTP

I am working on an Android application which is supposed to play videos over HTTP on Android devices. Before we setup a server to host the video files just wanted a few things clarified: As per the developer documentation, Android supports .mp4 and .3gp container formats for video. If we use H.263(video) - AAC LC (Audio) audio-video cod...

Android video simulator

I am new to Android development. I have a requirement to record video through front and back cameras of android device. The default Android simulator doesn't support this video recording. Please tell me how to run and test the video recording. Tell me if there are any simulators available. Thank you! ...

Animated gif to avi on linux

Is there any way to convert an animated gif to a video format (e.g. .avi), on linux? p.s. i have already tried ffmpeg's ffmpeg -i thegif.gif thevideo.avi but all i get is the first image of the video. ...

Converting video to HTML5 ogg / ogv and mpg4

Hi Does anyone know about any software that can convert video (avi, flv, whatever) to HTML5 supported ogg/ogv and mpeg4 formats? I tried a few but I couldn't find anything that actually works. ...

Sanitizing video embedding code in Rails. What's a good solution?

What's your preferred method of sanitizing embed code entered in a form? In other words, is there an easy way of ONLY allowing users to embed video from YouTube and Vimeo for example? Do you use the Sanitize helper? If there is a proven solution to this I'd prefer to use it rather than reinventing the wheel. Thank you for reading my ques...

Audio only while streaming a mp4 file to Android Device

Hi I 've set Wowza streaming server to stream mp4 videos to Android phones. Android phone can play the RTSP stream successfully but here It only plays audio of the file not the video. ...

HTML5 Video Duration NaN from Mongrel server but correct time from direct file access.

Accessing following html directly from file system gives me the correct duration. <video src="multimedia/bbb400p.ogv" id="v"></video> <button onclick="alert(document.getElementById('v').duration); document.getElementById('v').play()">Play</button> However, accessing it through mongrel web server (on my machine and th...

DailyMotion API

Hi, Is there any API support or objective-C framework for Dailymotion to handle: 1. Authenticate an user 2. Retrieve logged-in user's videos etc Thanks in advance. Regards, Deepa ...

Testing a image/video conversion class

I have a class that converts images and videos to other formats. A number of options are available such as size, scaling mode, background color, etc (think ImageMagick's convert command). Any ideas for how to test it? The code to exercise all of the options isn't that hard to write, but I'm unsure about how to confirm the results are val...

[iPhone] Orientation of a UIWebView HTML5 video

I am using a UIWebView in a Tab Bar application and I am having a <video> tag for some m4v clips. I have the desired behavior so far, however when the device goes from portrait to landscape, the video (and the controllers) remain as before. I am not 100% sure, but I suspect that the UITabBarController is "locking" the orientation change...

android - application displaying videos

how do i display videos retrieved from resources in my android application ...

Batch of .png to video, end up half size

I have a list of pictures which i am turning into an .mpg video. I go into the directory where all the .png pics are and type: ffmpeg -f image2 -i %02d.png output_video.mp and the output video gets created and it all works great except for one thing, the image in the video is only half the width of the screen. Like the images have been ...

Mixing videos in flash

Hello is it possible to mix videos and webcamera streams in flash to send them to flash media server as one stream? Forexample put two webcamera streams side-by side and send them to server as one steam. Thank you. ...

Non-dynamic custom HTTP headers

According to this Mozilla article on Ogg media, media works more seamlessly in the browser with an X-Content-Duration header, giving the length in seconds of the piece. Assuming that I have that length stored somewhere (certainly in a database, perhaps also in the filename itself (video-file-name.XXX.ogv, where XXX is the time in second...

Is it possible to advance a video by individual frames using HTML5 Video?

Hi, I'm trying to pull together the javascript to seek through video by individual frames using HTML5. I had a few questions: 1) When you change the video.currentTime property, does this automatically re-render the video at the new time position. I've got the following, and regardless of whether the video is playing or paused, this ...

Object tracking/detection in Flash video

Hi there, I am wondering if there's any way I can track objects in Flash video using ActionScript? For example, let's say I would like to track a red ball, how can I do this? I have seen some examples using the OpenCV port but the examples shown are for face detection. And I can't seem to figure out what's the difference between the Op...

DiVX Decoder for AIR

Hi all I am building a video player using Flex for my desktop. With AIR, is it possible to write a decoder to play AVI and .MOV on my system or do such solutions exist? ...

How can I protection my FLV videos?

I have some FLV videos was to play on web (play in a flash player, e.g. JWPlayer). How can I protect it? I do not want someone else to download these videos! The videos was high secret! Only allow play on my website. ...

How to build a HTML 5 video playlist?

Hi< I was wondering would anybody know of tutorials describing, in detail, how to build a video playlist in HTML 5? I also would like these videos to play in a random order. ...

Preferred video compression, size and resolution

Hello guys, I'm building a video sharing website for a couple of clients of mine, I've the option of selecting what format, resolution, codecs etc that my clients will use when uploading a video. The website doesn't need HD videos and they will not be seen on a fullscreen mode, I was going to ask them to upload the videos using: as th...