video

Open youtube video on bada phone

I have read in other sources that we can use Data API from Youtube to get the 3gp link and feed it to the native Video Player. The problem, i always receive "Bad Requestion" Error and don't know why Here is my code: url = L"rtsp://v3.cache6.c.youtube.com/CiILENy73wIaGQlvkzjVhV1k7BMYDSANFEgGUgZ2aWRlb3MM/0/0/0/video.3gp"; ArrayList...

How can I make secure a video online?

Hi All, I am working on an online video training website and i want to make secure my videos so that no one can download the videos. Can any one help me how can i restrict video download, i have tried different HTML5 and javascript players but none of these are providing this feature. ...

Convert Text to Video (mp4 or mov or flv)

Is there any library which allows to convert text to video in C# just like we have text to speech. ...

Embedded video, Javascript button to make it fullscreen?

Is it possible to have a button on a page, to make an embedded video go to fullscreen mode when clicked, using Javascript? (for stupid users) ...

Video editing on Microsoft Office Communicator

Is there a way to programatically edit and compose the video streams in Office Communicator? For example, how can I merge the webcam video streams of all the participants in a single video stream with a collage of all of them? Ideas? Thanks! ...

Android MediaRecoder writing it to a socket

Hi, Currently, I am using Android MediaRecorder class to record video and writing it to a file. recorder.setVideoSource(MediaRecorder.VideoSource.DEFAULT); recorder.setOutputFormat(MediaRecorder.OutputFormat.MPEG_4); recorder.setVideoEncoder(MediaRecorder.VideoEncoder.MPEG_4_SP); recorder.setOutputFile("/sdcard/recordtest.m4e"); But ...

Can we use Opencv to get live video stream over the internet? How to do that?

I tried giving cvCreateCameraCapture an URL of the camera viewing on internet. However, I can't get any video playing. I am writing in C language. ...

Video player for the site

Hello, I have to insert video into the site. The codec is mpeg4 (avi), I used http://github.com/zencoder/video-js as player (html5) with attributes: <source src="some.mp4" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"'> This works great in Google Chrome, but not in Firefox, IE, etc. Any ideas, why? Or what I have to do? Maybe conve...

Cancel Upload Operation ASP.NET

Hi guys I have a problem which i need some help on. I am using asp.net 3.5 to build a video website. Users can upload their videos to my site. Now here is were i need help, when the user is uploading a video and trys to open another page before the page is complete i want to either cancel the upload or warn the user that by navigatin...

Show a private YouTube movie on a single enabled domain?

Is it possible to embed a YouTube movie marked as "private" on a specific domain or URL? Probably using the YouTube API? Thanks! ...

HTML5 video works in Firefox but not IE

Hi. The HTML5 video player (JW Player) on this page works fine in Firefox, Chrome, Safari, Opera, but not IE: http://bit.ly/9mR6Wy If you scroll through the carousel component, you'll notice the video's width gets "crushed" on IE and the text next to it, visible on the other browsers, isn't displayed. The video slides are 1 and 5 in the...

Simple frame by frame video decoder library

Hi! I'm looking for a simple c/c++ lib that would allow to extract the first frame of a video as a uchar array. And have a simple fonction to access the next one. I know of FFMPEG but it requiere to play with packet and things like that, and i'm surprised that nowhere on the net i can find a lib that allow something like : Video v = o...

iOS: Getting content of video frame at each frame during playback

Here's the thing: in my iPad app I'm playing a video using MPMoviePlayerController, the movie player's view is a subview of my main view and I have another semi-transparent view on top of the video view. What I'd like to do is redraw my transparent view every time the video view is updated, because the content of that view depends on th...

Where is the "LINQ to SQL Overview" video featuring Luca Bolognese?

Hi all, I very much like the said video on LINQ, as it is very instructive to newbies on LINQ and I often shared that link. However, the video is no longer available (as it was) via the following link: http://www.microsoft.com/emea/msdn/spotlight/sessionh.aspx?videoid=716 ,which is referred to from http://blogs.msdn.com/b/lucabol/archi...

Which video codec should i use for generating my videos with OpenCV?

Hello, i am developing an application using opencv that manages a set of jpg images (user specifies the folder) and generates a video chronoconically based on EXIF date. my application must fullfilth the condition: 1) allow any fps value passed by user as parameter (any value between 1 and 100). at the moment i choosed the CV_FOURCC('...

How do I allow video embed html safely on a site?

Hi, I have a php application in which we allow every user to have a "public page" which shows their linked video. We are having an input textbox where they can specify the embed video's html code. The problem we're running into is that if we take that input and directly display it on the page as it is, all sorts of scripts can be insert...

How does server-side Javascript 'render' a flash video embed code in a client browser?

So I'm a bit lost here... I'm dealing with a video hosting service that, rather then provide the traditional object/embed code, gives you a javascript/html code snippet that somehow renders an embed code within the client's browser. How does this work? Any insight/info would be appreciated as I need to reproduce this functionality for...

HTML 5 Video stretch

Can you make a video "stretch" to the width & height of the video element? Apparentlyby default, video gets scaled & fitted inside the video element, proportionally. thanks ...

Is it possible to filter video embed with htmlspecialchars()

I am allowing users to embed videos on their page, but just in case I want to filter the output. To present the video I retrieve the embed statement from the database but when it is filtered, it is presented in raw code. Is there a video friendly way to filter something like this or does anyone have any suggestions on a different way to ...

Can you play video from the iPod library?

Is it possible to play video from the iPod library in iOS4, or is it still restricted to audio? I can't find any definite answers, but the SDK doesn't seem to allow video. ...