video

MPMoviePlayerController: key frame issue

I have a MPMoviePlayerController in my project. Documentation says that next call: moviePlayer.initialPlaybackTime = time; starts at the closest key frame prior to the provided time. Is it possible to start playing video from the specified time (not from the nearest key frame)? ...

How to get swf to resize, video player not to, and then full screen video to work?

I have a flash project that resizes to fit according to the screen size, but now we are doing a video section where I want the video player to stay the same size, the rest of the site to resize to the screen, but then the video player as option to play video full screen. I did a test and the site won't resize, the player is fine, but w...

Android : Copy RawFile to Sdcard (video mp4)

Hello, What is wrong on this code ? I've a Raw file in my project (mp4 videofile), when i do this, and then i retreive file from SDcard file are not identical so video can not be load :( Do you have another way to automaticly copy a raw file to sdcard ? Thanks String FICHIER_BLOW = "blowvid4.mp4"; File f=new File(Environment.getExternal...

How can I make flv start in the middle?

Hi, I'd like to make flv play like youtube - start from the middle of the video or skip to forward-spot without completing download the file. We are now using any streaming server. We only have http server. Can we do that like youtube? Thanks Sam ...

Setting sound volume in HTML5 Video

Hi, I'm wondering if it's possible somehow to play a video that has sound (in HTML5 + Video-Tag) without sound so that the video starts to play automatically without sound - and switches on the sound on mouseover for example. ...

How to add audio to video?

I record a video with no sound. I save a snapshots and then I compile them to .avi with 25FPS. Now I want to record audio (instead time.sleep(0.04) between following snapshots I will record audio in this time) and compile it wits video. Now I have avi file, and wave file, and I find a solution to mix them. Python, Win32 It is my "video...

audio and video recording erros in android

Hi to all, We tried the following code.without video code audio is recorded. it is working fine but when add the video code the file is create with zero bytes.I am new to this topic.please help me. i got some errors.these are after the code the code is : public class videoAudio extends Activity implements SurfaceHolder.Callback { p...

Android video player problem

I have wrote video player code in android.But one problem that i am facing is When i debug my code video is playing properly but when i run this, video is not appeared only sound can be listen. Any help would be appreciated. This is main method of my video player. private void playVideo(String url) { try { media.setEnabled(f...

Python: Detect codecs used in a video container

Hi, I have a couple of video container files which contain audio and video in various codecs. Now I'd like to inspect the container from a Python script to know which codec is used for audio+video. This is on a linux box so I have all the tools available if necessary. I thought that maybe gstreamer could help me here but I was unable t...

iphone 4 - How do I record the video overlay on top of the video also?

Does anyone know how to do this? Is anyone able to provide an example? I believe this is out of NDA now as was available in version 4.0 ? ...

Do you know a jQuery plugin for video file upload?

I need a jQuery plugin for uploading video files. it should generate some pictures out of movie as it is uploading ( not after the file uploaded ). Do you know such a plugin? if there is no plugin with this feature, can you suggest me some tutorials or articles about doing such a thing? ...

Youtube AS3 API simple question...

Hi guys... I am trying to add youtube player in my flash site. I downloaded the AS3Player class file from youtube api website and link it in my flash file. When I ran it, I got compiler error that said C:/project/flash/youtube/player/AS3Player.as : The definition of the base class Canvas was not found and C:/project/flash/youtube/...

Downloading videos from youtube with PHP - still possible?

Hi guys, I was wondering if there is a way, after all the changes in youtube in the last months, to write a script that enables downloading videos? I'm aware of the fact that the methods that worked a year ago, are no longer relevant. ...

Replacing face time video calls iOS4 - iPhone

I would like to change what the camera 'captures' to something else during a video call. Lets say I have an image that I want to be seen on the other side instead of the video sent from the camera. I want to 'hack' the camera on the iPhone - get control on the data being sent. Is this feasible? ...

iPhone video access samples

I downloaded the latest video capture samples from wwdc 2010 and am trying to run them in my simulator. Samples in general are supposed to run without any tinkering so I just unzipped a bunch of them and tried to run them in xCode. None of the ones I tried runs. For example when I unzip and try to build findMyiCone I get 45 errors. Her...

Playing a large/long h264 file with NetStream takes a LONG time to begin playback

I'm trying to play a 10 minute long video (h264/mp4) which is 39MB in size, after I call stream.play(fileURL) it doesn't start playback until its loaded around 12-16MB of the file (many many seconds later), I finally get onMetaData at this point too. Why doesn't it begin playback right away, or at least w/in a couple seconds? What can ...

Using a video file instead of iPhone camera

Hi guys Yesterday I posed the question of why the Apple WWDC 2010 samples for the iPhone camera dont work in the iphone simulator, http://stackoverflow.com/questions/3383928/iphone-video-access-samples That question was answered promptly. However as a follow up question I would like to know how to use video frames from a video file that...

Using Amazon's EC2 service for storing video feeds and subsequent playback for client

We're planning to setup a server to record videos and save them using Amazon's S3 service. Subsequently we need to provide a mechanism to end users to view those videos online. Is it possible to store files on S3 in such a way that they are streamed to user's browsers, in a way similar to how video is visible on youtube? We haven't m...

How can I stop the preload of a video (HTML5 - Javascript)

I have a web page with a video player preloading 3 videos (low, med, and high quality of the same video). Then, when the user clicks on one the button corresponding to the desired version, the video opens. What I would like to do is to then stop the preloading of the two other videos. Is that possible? In other words, can the "preload...

what kind of video formats iPad can play ?

using command ffmpeg -i input.mpeg get following results, then I want to look for correct commands to convert this video to the one iPad can play. Anyone familiwar with ffmpeg can give some helps ? FFmpeg version 0.5.1, Copyright (c) 2000-2009 Fabrice Bellard, et al. configuration: --prefix=/opt/local --disable-vhook -...