video

[C#] How to write this statement into coding?

Possible Duplicate: [C#] How to write this statement into coding? [C#] How to write this statement into coding? I declare: MediaElement as "Video" Slider as "VideoTime" if (The video has played until 4 sec out of 10sec of that video) { *video will be stopped } Thanks ...

is there any other way to view youtube video on delphi?

i see the http://www.delphiflash.com/demo-youtube-video on how to load flash video on delphi but its not for free. is there any other way? like html then TWebBroeser? sampleVideo.html //this will not work on TwebBrowser is there any other way? <html> <head> </style> <style type="text/css">.recentcomments a{display:inline !importa...

WPF, silverlight video streaming, catch streamed video

Hello. I would like to stream videos, and save it to the hard disc using WPF MediaElement. For example, I'm using this code to play a video from the net: <MediaElement Source="http://some.url/video.wmv" /> I need to save somehow streamed media file to the hard disc. Can anyone tell me how this is done? Thanks! ...

Creating a transparent flame

Hello, I would like to take a video of a flame, close up, and be able to show it on any background (where the background is seen through the flame). Ideally the flame animation (say 60 frames at 15 frames a second) would be alpha transparent png that I could lay over another image. My question is how would I make those images? I could f...

How to watermark a video with FFmpeg Libavfilter

I try to watermark movies with an PNG image. I read the documentation from http://ffmpeg.org/libavfilter.html but didn't get how using it. I tried ffmpeg -i video.mov -vf "movie=0:png:image.pngpad=1024:576:600:300:0x00000000 [watermark];[in][watermark]overlay=0:0:1[out]" -sameq video.mov And get this error FFmpeg version 0.6, Copyri...

mirror an mpmovieplayercontroller to tvout

I am looking for a way of mirroring videos to the TVOut on an iTouch, not in fullscreen. For my code, I have used Rob Terrell's screen mirroring example here: http://www.touchcentric.com/blog/archives/123 and this one as well: http://www.e-string.com/content/screen-mirroring-ipad I have used image = UIGraphicsGetImageFromCurrentImageCon...

IPhone RGBA to ARGB

Hi, Im using glReadPixels to grab screen shots of my opengl scene and then turning them into a video using AVAssetWriter on IOS 4. My problem is i need to pass the alpha channel to the video which only accepts kCVPixelFormatType_32ARGB and glReadPixels on retrieves RGBA. So basically i need a way to convert my RGBA to ARGB, in other wor...

Django: control access to "static" files

Ok, I know that serving media files through Django is a not recommended. However, I'm in a situation where I'd like to serve "static" files using fine-grained access control through Django models. Example: I want to serve my movie library to myself over the web. I'm often travelling and I'd like to be able to view any of my movies where...

How do I implement Live Video in a mobile device?

It's my understanding that iphones/iPads don't support flash. RIght now I have a live video chat application using the api from a 3rd party server and displaying it using flash. I would like to port my application to mobile devices, using live video. What's the process for doing so -- as much detail on the technology and architecture ...

Get EXIF data from videos in php

What's the easiest way to extract the datetime captured timestamp from a video recorded with a Canon camera? ...

How do you get vid controls to show up in fullscreen video flash as3?

I have been searching and searching for an answer for this. I am building a flash video player with a custom UI, and admittedly I'm not sure exactly what I'm doing. I tried altering a skin, but that always comes out wonky due to whatever coding they use. So I'm altering single video components and putting them in the mc what I want them....

FLVPlayBack Aspect Ratio

Hi, I´m working with a FLVPlayBack object on Flash using AS 2.0... It load dinamicaly a lot of videos, in differents size. The problem is to make it show on all screen without mantain aspect ratio, I tried something like: Player._width=800; Player._height=600; and Player.setSize(800,600); If I use Player.mantainAspectRatio=false, nothin...

Stream video on Android

I have a video stream that I used in an iPhone application. I'm now working to port the application to Android so I want to use the same stream. As Apple requiered, I created a HTTP Live Streaming (media segmenter, m3u8 file, etc.). You can find the stream here: http://envue.insa-lyon.fr/smartphone/aloun_stream/prog_index.m3u8 . I wan...

Uploading and Storing videos online using PHP and ffmpeg

Hi, I have a website that allows users to upload videos to it, After they upload videos, I would like to be able to display them using a flash player. One flash player i know is flowplayer, althrough if anyone knows a better one I will be happy to know. In any case, as I understood from a brief google search, there are no players that...

Problem with Chrome/FireFox - Unable to Embed windows media player in ASP.NET

Hi! I am trying to play a .wmv video in browser using asp.net 3.5. This is my code <object id="mediaplayer" type="video/x-ms-wmv" classid="CLSID:6BF52A52-394A-11D3-B153-00C04F79FAA6" width="500" height="500"> <param name="url" value="file:///C:/winvideo-ITPro-BuildAndPublishDataCubeToSSAS2008.wmv" valuetype="ref" t...

recording a video in a java applet

How to record video from a locally installed Webcam / Microphone in a Java applet? ...

How to make a background animation in WPF with forks to other animations when necessary?

I have a WPF application that I need to spruce up a bit with background animations similar to the background ‘flair’ that you see playing on a Tivo device (lights moving, balls rolling, etc…) or a DVD menu (where you can go in any direction from the menu). Depending upon the state of the application, I would want the background animatio...

Flex and Video Annotation

I have been investigating how to annotate video using Flex or AIR. Similar to how it is being done on YouTube. I am not getting much joy. Wondered if anybody might have any insight? Thanks --Matt ...

What is a good video+soundplayer with flash and html5-support?

I need a audio and videoplayer that is usable both in non flash-browsers (such as iphone-safari) and in non html5-video-enabled browser (such as all old browsers) Apart from this clean asthetics(think vimeo), support for many codec-types and easyness to implement are all bonuses. Free or paid doesn't matter! ...

How to find duration of an uploaded mp4 or f4v video?

I've tried using directshowlib-2005 by installing k-lite mega codec pack. It can't find the duration of an mp4 file or f4v file (avi, wmv and flv has no problem). I use ImediaSeeking interface of directshowlib-2005 to find duration. But in case of mp4 and f4v the GetDuration method returns zero. I know it is a codec problem, but I do n...