video

Publishing protected videos online.. how to???

Dear All, as many of us is aware is possible to dowload youtube videos using AnyVideo converter or any similar software. The basic mechanism is that, when bufering a video, a set of images is sent to the client machine, that's because youtube videos are in flash format. Not sure which format, .f4v, 4fp . I assume is .f4v rather than .4f...

Android VideoView not playing sample video on T-Mobile G2 (Just audio)

Hi, What I'm trying to do is play the first video retrieved from the external SD card, which on my T-Mobile G2 turns out to be the sample video for the phone. Now I assumed that since it plays in the phones video player, that it'd have no problems with playing in the VideoView in my test app. How wrong... All I get is the audio playi...

Facebook api needed for Video Upload from my site Using Php

Hai I Created fan page. I want users to upload videos to my fan page and to display it in my fan page. And i want to track all the user profile. Is there any API avaliable? Can any one give me the reference? ...

Check if file has a video stream

Hi, I'm on Mac OS X (Objective-C) and I'm looking for a way to determine if a file has a video stream. More specifically, a video stream that can be decoded by FFmpeg. I probably can put something together with Objective-C to see if a file has a QuickTime-compatible video stream but that's not enough. I could try MediaInfo but I don't k...

picking and uploading the video for iphone 3g ios 4 .

Hi all , I want to upload a video from iPhone to a server somewhere. I have found this useful question here for uploading a video on the server from iPhone. The only problem here is picking the video. The code is using uiimagepickercontroller to pick up the video and I have a 3g phone which has not video in its photos app. I can't e...

How to open file\live stream with FFMPEG edit each frame with openCV and save that as encoded with FFMPEGfile\live stream?

How to open file\live stream with FFMPEG edit each frame with openCV and save that as encoded with FFMPEGfile\live stream? ...

opencvdotnet and FFMPEG - are there any integration options?

opencvdotnet or its analogs and FFMPEG - are there any integration options? like open FLV flie or save to some exotic format... Please, provide a simple code example. ...

Determine if a file is a valid video quickly

What is the fastest way to determine if a file is playable video? I am not concerned with it being corrupt or not but just whether it is a mime-type that should be playable on the iPad. I have played with pushing the file through a NSURL as suggested by another question but that can take > 1 second per file which is too slow. I am cur...

problem using MPMovieController in iPhone SDK 4.0

I was using MPMoviePlayer to play a short video in my app with no problems in SDK 3.1.3. I made the changes to the code in SDK 4 but the video is not playing. I just get a black screen and audio. The Apple Dev Center doesnt have any sample code for this class for the latest SDK. Following is the code I'm using: (void)viewDidLoad { [su...

Closing iPhone Video Player using Javascript

I have a web page with several html5 tags, offering users a number of posters/thumbnails for videos they can choose to play. When a user touches one of the them the iPhone video player opens and the video plays. I want to be able to automatically close the video player after the video has finished and return the user to the thumbnails. ...

Theora granulepos when merging two theora video files without sound.

Hello! I need merge two files with video (without recompressing video) compressed by theora codec, without sound, to do that i parse each file, find packets inside, change flag 5 bit in packet header to 0 (continue flag) and set for all packet equal serial. This methon works fine, but have some problem with granulepos. Help me please wi...

Which frame work I have to use for video format conversion

Hi, I have a requirement to convert the format of video to another format such as .mov file to .wmv format, .mov to mp4/mp3/mpeg-1 etc, which frame work I have to use in cocoa for video format conversion. can I use QuickTime Framework for this purpose. Any help would be appreciated. Thanks, Akbar ...

how to install ffmpeg to thumbnails from video stream in php

i have to generate thumbnail from video but i have no idea how to start i have downloaded the different ffjmeg but i have not been able to install it in order to use for thumbnailing can some one help ? plz ...

Perl video output

What's the best way of making a video as an output of a Perl program? ...

Possible to layer different Videos with alpha Channels?

Hi, like i said, i want to know if it´s possible to layer different videos with alpha channels? So for example i have 3 videos playing layered. Then i want to change on runtime the second layer. Does that work on the iPad? I´ve no idea. I´ve only read that you can display a video in a single view since the iOS 3.2 Version, but playin...

Generate screenshot without downloading entire video

I'm parsing some podcasts in a back-end application and I need to generate some screenshots for them. However, downloading the entire videos is not an option. Is there a way to download just a small part of the file to extract the screenshot from? Ideally, it would be the middle part. Thanks! ...

Playing Dailymotion videos in iPad

Hi, I am developing an iPad application that lists News Videos from Dailymotion. I also want to play these news videos in my webview. I tried playing the URL corresponding to the tag "media:player url=" in iPad. It does not work because iPad is not compatible with flash. Also, I tries embedding the code given as comment inside the tag...

javascript video canvas

I am testing out canvas and video and I have read up on alot of examples, but I am running into a slight problem when I press the play button on the video canvas doesn't play the video as well it just shows a snapshot. I can not figure out why it doesn't play simultaneously. Here is my code in javascript. function draw() { var ctx3 = d...

MPMoviePlayerController switching from live to VOD stalling issue

I'm trying to create a basic app on the iPad SDK 3.2, that displays one movie player that switches between different video sources. Switching between VOD using the code below does not have any issues. However if I switch to a live stream and then back to a VOD the video player constantly stalls. I've also tried releasing then re-cre...

HTML5 Video Not Displaying on iPad

I've encoded a few videos on http://www.theparkerpalmsprings.com to play using HTML5 when loaded via an iPhone or iPad. In my testing, everything works as expected when viewing the site on an iPhone (I've tested on a 3G and iPhone 4), but when loading on the iPad the Quicktime logo flashes quickly and then nothing happens. Is this a prob...