video

How to convert a video to .swf?

How to convert any kind of videos into .swf format automatically? So if the user uploads a video in a format from the example inputs how should I convert it automatically into sfw format? Example Inputs: .avi, .ivf, .div, .divx, .mpg, .mpeg, .mpe, .mp4, .m4v, .wmv, .asf, .mov, .qt, .ts, .mts, .m2t, .m2ts, .mod, .tod, .3gp2, .3gpp, .3...

Generating video with Flash Player and Wowza Media Server

I'm currently creating a whiteboard in Flash, and I want to be able to record all of the user interaction for later playback. Is it somehow possible to create a video of what the user is drawing? ...

MPMoviePlayerController controls - remove fullscreen and aspect buttons?

The documentation shows 3 control styles: MPMovieControlStyleNone, MPMovieControlStyleEmbedded, MPMovieControlStyleFullscreen, MPMovieControlStyleDefault = MPMovieControlStyleFullscreen I want the controls to mimic the kind found in Apple's "Videos" app, which do not have a fullscreen button or an aspect ratio button. None of the ab...

How do I use flvmeta to do the same af flvtool2 -U?

Hi, We are currently using flvtool2 for flv video processing. I don't really know what it does, but i know we need the following command to run. flvtool2 -U the_movie.flv We are running into problems with large videos and have been searching for an alternative, and have found flvmeta, however it is not documented at all. We would like...

How do I embed wmv/mpg/avi/mov/etc videos reliably?

I am trying to embed video files (wmv, mpg, avi, mov, etc.) dynamically by creating embed elements in javascript. The problem I am running in to is this has not been very reliable across all browsers and even if it does work, there is no guarantee that the end user has the required plugin to play the video. Ideally, I would convert every...

Trying to understand CMTime and CMTimeMake

1) CMTimeMake(1,10) means duration of 1 second and timescale of 10, or 10 frames per second. This means 1s duration of video with 10 frames? 2) CMTime lastTime=CMTimeMake(1,10); CMTime frameTime=CMTimeMake(1, 10); CMTime currentTime=CMTimeAdd(lastTime, frameTime) = (2, 10) ? 2 seconds of video and with 10 frames per second of the c...

Drupal 6 Using SWF Tools to display an .swf files

Hi, I'm trying to display an .swf file (with an accompanying .flv file) using SWF Tools, which I understand is possible. So far, I have: Created the field "video". Enabled the SWF Tools module (version 6.25). At this point, I'm really stuck. I created a block in Views, but it only displays an anchor link to the .swf file. I've re...

DirectDraw better than Direct3d for streaming?

Let me specify little background. I currently use an open source program to run my TV Tuner (DScaler). The final version for the software has some support for Direct3D output, the problem with this is that it lags. I have been going through the code and reading through DirectX documentation trying to find a place to optimize the code so...

Flex - Copying a Single frame ftoma Video

I'm working with video in Flex. I'd like to be able to pause the video at a certain point and copy the displayed frame as an image, and save it to a database. I'm wondering if anybody knows how I might copy a single frame from a paused video? Thanks --Matt ...

How to display pictures, video, text, and audio all on the same view on the iphone?

I am trying to have a view that has four buttons on the top: a picture button, video button, audio button, and text button and an imageView below the buttons. If you click on the picture button, the imageView displays the picture. but if I click the video button i want the imageView to display a picture of the video that you can click an...

To show user that the video has ended in WPF

I need help! I'm facing a problem that is got to do with Slider + Tree View + Video. Using Blend and WPF, language C#. Header (a) sub header X << Play Video (a) only on click (b) sub header Y << Play Video (b) only on click Video (a) [Duration 0:00 to 0:09] and Video (b) [Duration 0:10 to 0:20] I have combined the Video (a) and V...

The color of video is wrong when made from UIImage of the PNG files

I am taking a UIImage from Png file and feed it to the videoWriter. avAdaptor appendPixelBuffer:pixelBuffer When the end result video comes out, it seems to lacking the one color, missing the yellow color or something. I take alook of the function that made the pixelbuffer out of the UIImage CVPixelBufferCreateWithBytes(NULL, ...

video thumbnails not working

Hai friends I am trying to display thumbnail videos in my media player and it's not working. Log cat error is 10-25 19:50:35.577: ERROR/MediaPlayerService(33): error: -2 10-25 19:50:35.577: ERROR/MediaPlayer(65): Unable to to create media player 10-25 19:50:35.916: ERROR/AndroidRuntime(1175): FATAL EXCEPTION: main 10-25 19:50:35.916...

convert flv to mp3 with Java

Hi, I'm pretty new in developing programs in Java. I'm currently writing a program that converts a flv video into mp3. I have already written such a program in Visual Studio.net C#, but the Problem is, that it isn't cross platform compatible... I used the ffmpeg binary to convert the video into mp3, but I can't find ffmpeg binaries for ...

The simplest video streaming?

I have a camera that is taking pictures one by one (about 10 pictures per second) and sending them to PC. I need to show this incoming sequence of images as a live video in PC. Is it enough just to use some Python GUI framework, create a control that will hold a single image and just change the image in the control very fast? Or would ...

How to twain video from wdm/vfw camera in flash?

Is it possible to use twain to capture and record video files from a vfw/wdm camera attached via USB inside a flash movie? I use a wrapping tool for flash creation that will allow me to use COM/ActiveX objects to bridge the gap if there are any. ...

Video upload and display in PHP?

I want to upload video to server and then display it on web page using some player (like youtube) using PHP. My client ask: "Videos must be no longer than 2 minutes and in either Quicktime, WMV, Mp4 or FLV format." Is there any opensource script which help me to upload a video with client requirements and then an opensource player whic...

HTML5 streaming video - is it possible?

Hi. Is it possible to use HTML5's video tag and connect it to an RMTP stream? Thanks. ...

how to play .mpeg, .avi and flv file on html

Hello All, I have php script from where user can upload the video file. The file may be mpeg, flv and avi. Should I need to use two player in html on flash player for flv and second embedded MediaPlayer1 for other files. But how the embedded code will be opened at mac/linux based client side. Is the only way to convert mpeg into flv f...

Site Test - How does the video playback for you?

Hi all, Just want to get some feedback on the video playback quality you are experiencing on this site which has been soft-launched: http://baked-beans.tv We've got HTML5 playback on iPad, iPhone, iPod, Safari, Chrome, and Flowplayer playback on IE, Opera and FF. Content is on Amazon's Cloud Front (CDN). We created a Wordpress plugin ...