video

AForgenet video Capture in C#

Dear Friends In my WPF application, I have to capture video and need to save it as an .AVI file. I am using AForgeNet for this purpose.It work fine.But the video size is extremely large. How can I reduce the video size. Please help me. I am using this dll AForge.Video.VFW.dll This is my module. private void MovieRecordFn() ...

Convert movie to flashmovie api?

Hello I'm planning on doing a small page where user uploads a movie, and it should be converted to flashmovie format. Is there some good api there for .NET that is rather affordable? I found this one: http://www.all4dotnet.com/features.aspx Are there better ones out there? /M ...

Stitching together multiple videos without gap

Our client wants us to create larger videos from UGC videos specifically submitted to the client. So, I am looking for either a server side approach or a client side approach where Users will upload their video to any well-known video sharing site (YouTube/Vimeo etc) and give us permission to stitch it together. We can either make one...

Video Compression: What takes longer?

So, I've always wondered, when it comes to compression, if it takes less time to encode a video to a smaller resolution, or a larger one. For the sake of being realistic about the question, let's take an example of a somewhat lossless mov, (maybe mjpeg or prores 422), 29.97 fps, keys set to whatever the compressor wants or 24 if auto is...

Why HBITMAP is inverted

Hello Experts, I am trying to create an avi file for a given jpg images. I am reading jpg's using a library and preparing hbitmap for it. Finally i am adding it to create avi file. But my final avi file contains the inverted images. I kept nagative for hight in bitmapheader. Still my hbitmap is inverted. Can you please help why the erro...

Streaming video from streaming server taking another stream as input.

Hi, I am badly stuck at finding out way to stream a video from computer which is reciveing stream from other hardware. I am able to use VLC to recive this stream and there by putting it on my website.But VLC is bit flacky.It is not performing good. I would to have suggestion how to go about it. I am trying darwin streaming server but not...

How to store data from MATLAB to Access DB?

I want to store my results from neural network in MATLAB to Access database, and also store video with it to the same database. For other time when everyone result the same pic from neural network the output for him is video that was stored before in DB... Can you help me? ...

Using MPMoviePlayerController - Can we Add Custom Buttons?

Hi Guys, I am creating an app that plays a video. This video is promotional material for a company. It details some of their products. What I want to do is create a button that can "jump" to a specific product. If you click the Product A button, you can jump to the section of the video about Product A. I've got a basic (and I mean basic...

Mpmovieplayercontroller in iPad - No Video only audio

Hello, I am developing an iPad app where I am playing the videos stored within the app itself. I am representing the list of videos in a table view. When I select a row, the video corresponding to that row plays. But while performing this, sometimes screen goes black , no video is visible but only audio is playing. I am aware that mak...

video list view not working...

hai now i am create list view and i want to display name, size,data in the list view now i am stored in my video in this path= /data/Video Thumbnails... i run the program emulator display the empty black screen only....what mistake i made for my coding please help me....reply please.... this is for my coding ViewVideo.java package vide...

Direct Upload Zend PHP: How do I disable comments on videos being uploaded?

Here's a sample of my code: $httpClient = Zend_Gdata_ClientLogin::getHttpClient( $username, $password, $service, $client, $source, $loginToken, $loginCaptcha, $authenticationURL); $httpClient->setHeaders('X-GData-Key', "key=${myDeveloperKey}"); $yt = new Zend_Gdata_YouTube($httpClient); $myVideoEntry = new Zend_Gdata_YouTube_VideoEntr...

Use jQuery to control video tag

So, I want to use a jQuery function to collect a URL from a link's REL, and pass it to a element. Collecting the REL and sending it to the is no problem... but what's required to trigger the element's load and play functions, from jQuery? Here's what I have so far: $(function(){ $('a.componentLink').click(function() { ...

Getting videos to play seamlessly on a web page

Hey all, I have a mov file that's 157 megabytes. I try running it on my page within a javascript scroller animation and the animation is very choppy and in fact I used css to simulate a mask but the thing doesn't get masked, probably do to the sluggishness of whole page, the page never fully loads, and the movie file makes it nearly imp...

How do I jump to specific time with duration of an IIS streamed video in iOS?

If I have a video streaming server (e.g. IIS Media Services) with a live video streaming, I want the user to select from a list of interesting parts of that video and then play just that bit. For example, if I'm interested in a 25s clip 20m into the full length I want to jump to that bit and then close the video player at the end. ...

Dynamically changing VideoJs' flash fallback source?

I'm using VideoJs to handle my HTML5 video needs, using a single M4V. I needed a playlist, and I'm able to change it's source easily using JS (in my case, jQuery). However, I'm not able to pass these changes along to the flash fallback (which is achieved via an object including flowplayer). Any ideas on how one might be able to dynamic...

setOnSeekCompleteListener for VideoView how can be achieved .

I'm developing a video player application for which the user has an option to seek to a particular location, but the problem is there is no setOnSeekCompleteListener for VideoView, So I am not sure if the seek operation that was requested has completed or not, and whether to start playback if it is complete. Is there a way to implement...

HandBrakeCLI and CoreAudio

Hey! Could you tell me how to use HandbrakeCLI with coreaudio? Found this unapplied patch http://trac.handbrake.fr/wiki/UnappliedPatches#coreAudio but dont know how to build it myself on osx-snowleopard.. Can you help me? ...

Flash video player for video streaming

I need a flash video player for our public site where users will share videos. The video usage model is similar to youtube as far as video part is concerned. Users will upload and share videos. Users will browse and play all shared videos as well. The videos will be streamed from the server and our app is a .NET/C#/JQuery application. ...