video

Video plays just the first 5 seconds

Using: private void play() { VideoView v = (VideoView) findViewById(R.id.videoView); MediaPlayer mp = MediaPlayer.create(this, R.raw.video); mp.setDisplay(v.getHolder()); mp.start(); } My video plays just about 5 first seconds, and stay like paused.. why does it happen? Is it something related to buffer? (I'm playing a...

Saving Movies from AVCaptureVideoDataOutput Video Frames

With the new video features in AVFoundation that are included with iOS4, it is possible to access the raw video frames as they are captured by the camera by using AVCaptureVideoDataOutput. I would like to overlay text and other information on top of these frames, then output them to a movie file which at some point will be saved to the...

Can PHP handle splitting video

Let's say that I created a video with something like Camtasia and saved it as .avi. How would I go about programmatically extracting a subclip let's say from minute 1:00 to 1:50. Is this something PHP can handle? Edit: I don't mind using libraries, including ffmpeg if PHP can't handle it alone. But I'm not looking forward to something ...

Making a video editor application in Flash

I'm wanting to build a project, it's an online video creation software in Flash so people could upload some music, choose videos from a library, edit the whole thing and export and download a movie in the end. I've seen websites like www.Animoto.com close to what I want to do but I can't find how it's made and I'd like to make it a littl...

how do i say "you need flash installed..." for embedded YouTube clips if the user doesn't have flash or html5

I'm embedding youtube clips on my site with the following code: <object width="259" height="215" style="margin:auto; width:262px; height:217px; position:relative;"> <param name="movie" value="http://www.youtube.com/v/&lt;?php echo $yt_id; ?>&hl=en&fs=1&rel=0&hl=en&fs=1&rel=0&showinfo=0&autoplay=1"></param> <param name="allowFul...

VB.NET - HoW to get audio levels from AudioVideoPlayback.Audio?

Trying to make a tiny app which plays an audio file, and I have designed 5 vertical progressbars for monitoring the left, middle and right channels of the audio file (the middle just being an average between the left and right channels) just for a fancy look. Can someone help me read the audio levels(decibles or whatever) of the audio fi...

android video thumbnails

I know that google does not have the official API to get video thumbnails under API 2.0 but how do I access the video thumbnails that are shown in the Gallery application. They are stored somewhere ? ...

Looking for an event based flash based video player (java script)

I need a flash based video player that is able to trigger events I can listen to via JavaScript. The events I need to listen to are: The play button is pressed The pause button is pressed The video stops (is finished) ...

playing videos in android

how do i play videos in android application?? the videos will be placed in res/raw folder?? ...

Facebook videos and iPad compatibility

Hi, I am developing an iPad application using Facebook Query Language. We can get the list of videos of an user along with its meta data by querying the table "video". The meta data of the video are: video id, title, description, src, src_hq etc. Now, I want to play the Facebook video in my iPad using the URL given in the field src/sr...

Weather Channel API support for videos

Hi, I am developing an iPad application in which I will be displaying weather information for location entered by the user. I am using Weather channel API for this. Is it possible to get the video that shows weather of near-by locations of the location entered. (The Weather Channel Application is showing the video of the location say ...

Uploading video to old Facebook REST API

Hello, I'm having lots of issues with uploading videos. If I try to use https://api-video.facebook.com I am getting a cURL host not found error, if I use http://api-video.facebook.com I get a message to use https://api-video.facebook.com If I try to use https://api.facebook.com/restserver.php?method=video.upload I get a 101 error code...

How can I play video offline on iPad, using an HTML 5 web app (using Sencha touch or otherwise)

I've created a web app (using Sencha Touch, but that's not important) which I'm trying to get offline. It's a slideshow with images and a video. When online, it plays an mp4 video using the tag in HTML . I can take it offline using a cache manifest file, which works fine for all other content, but my video won't play when offline. I've...

Programmatically get video duration

Hi I'd need to get the video duration of a mp4 video (video format AVC) I'm using DirectShowLib 2.1 I downloaded a couple of codecs but I'm still getting code -2147220891 (an error code that I don't know what it means) doing graphBuilder.RenderFile(filePath, null); Any idea how to get the duration of this kind of video? ...

How would I use gstreamer to stitch a set of images together to form a video slideshow.

I'd like to take a set of images and a sound track and use that to form a basic video slideshow using gstreamer. There seems to be a lot of documentation and examples of basic gstreamer usage like playing a video or audio file, or even transcoding and the like. But I can't seem to find anything particularly useful for, I suppose, video ...

I am trying to create a pickerview that plays various video files, depending on which pickerview option is selected

Hi. I am trying to create an iphone app that has a pickerview, and when a pickerview option is selected, it plays the appropriate video file.. I have used various codes to populate a pickerview with an array, and various examples to play a video, however I can't figure out how to combine the two. (I'm a little new...or a lot ne...

Get thumbnail image for Yahoo video? (python)

Hi The question has a similar intent as this question: http://stackoverflow.com/questions/1361149/get-img-thumbnails-from-vimeo but that one was for vimeo. So, I have a url for the yahoo video, is there any way I could get the standard thumbnail using the url? Thanks ...

Solved Array Issue, App Disappearance and Force Close Error, but still no videos, where is the flaw in this code??

After having solved every of my previous issues to get the code running for retrieving videos from the sdcard and displaying them in the GridView, I still cannot see the videos. I don't know what I have done wrong that they won't show and the array isn't passed on. If someone could help me out, please, because I really haven't got a cl...

How many video formats would I need? - Web

Hi folks, I'm wondering how many different formats for each video would I need in order to support all major devices? Among the major devices I'm thinking: Android phones + iPhone + iPad. Is it also good practice to encode videos with different bitrates? There is too much conflicting info out there, and I am really confused. Any i...

How can I embed a YouTube video in a Markdown enabled text field?

This is the code I'm trying to embed: <object width="480" height="385"><param name="movie" value="http://www.youtube.com/v/jJECepNeCJ0&amp;amp;hl=en_US&amp;amp;fs=1"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/jJECepNeC...