Tagged Questions

Video processing deals mostly with filtering video frames. Most common filters are noise removal, contrast and color modifications.

learn more… | top users | synonyms

21
votes
6answers
7k views

Solid FFmpeg wrapper for C#/.NET

I have been searching the web for some time for a solid FFmpeg wrapper for C#/.NET. But I have yet to come up with something useful. I have found the following three projects, but all of them apears ...
19
votes
6answers
686 views

How to train an artificial neural network to play Diablo 2 using visual input?

I'm currently trying to get an ANN to play a video game and and I was hoping to get some help from the wonderful community here. I've settled on Diablo 2. Game play is thus in real-time and from an ...
13
votes
4answers
853 views

Open Source Digital Video Fingerprinting

Are there any Open Source Digital Video Fingerprinting initiatives? ie: Something that could compare two video files of disparate quality but indicate they are of the same event, program etc.
9
votes
5answers
782 views

People Counting System

I want to develop a "People Counting System" using OpenCV (or Emgu CV). Please guide me on how to implement or lead me to some examples or open source projects. (I have done some work: extracting ...
8
votes
1answer
2k views

How to seek in FFmpeg C/C++

Does anyone know how to implement seeking by seconds (or milliseconds) in FFmpeg. I currently have a loop running through the frames of a video using av_read_frame() and I want to determine what time ...
8
votes
1answer
375 views

Is there a way to determine the amount of free video RAM in Linux?

We believe that we are running out of video RAM in a Linux based system that we are working on. We are seeing video & graphic drivers segment faulting with allocation related errors. Are they ...
8
votes
7answers
1k views

Finding an interesting frame in a video

Does anyone know of an algorithm that I could use to find an "interesting" representative thumbnail for a video? I have say 30 bitmaps and I would like to choose the most representative one as the ...
8
votes
4answers
4k views

How do I get a Video Thumbnail in .Net?

I'm looking to implement a function that retrieves a single frame from an input video, so I can use it as a thumbnail. Something along these lines should work: // filename examples: "test.avi", ...
7
votes
6answers
1k views

Video Capturing + Uploading + Processing + Streaming back - .NET & C#

We are trying to find out any technologies/libraries available in .NET stack (even wrappers on top of 3rd party dlls) that'll help us to build an app that can 1 - Capture an image from a user's ...
6
votes
1answer
248 views

Taking photo every 66 milliseconds on Android phone for colour analysis (Heart Rate Monitor)

I'm doing a final year project at university which involves making a medical application for Android, as a practice I have to make a heart rate monitor app. I have worked out that the best way to do ...
6
votes
3answers
132 views

What is the possible video format for segmentation and network transfer?

I have a project on distance education system that I have to segment videos and share it through the network. My question is that what video format is better to choose? and where can I find some ...
6
votes
5answers
8k views

Rotating videos with FFmpeg

I have been trying to figure out how to rotate videos with FFmpeg for some time now. I am working with iPhone videos taken in portrait mode. I know how to determine the current degrees of rotation ...
5
votes
1answer
160 views

Merging two web cameras streaming into a single live streaming - Programmatically

I have two web cameras and I want to merge their streams into a single live streaming preview and display it to the screen. I am skilled in C#/Java programming, could you please help me to find a ...
5
votes
1answer
261 views

How to stream a small video in spartan 3e fpga?

By Using cosmiac tutorial 13 http://www.cosmiac.org/tutorial_13.html and ISE 10.1 the pdf file shows how to generate an image and you can download the project by clicking the first .zip file. At the ...
5
votes
2answers
1k views

ffmpeg video to opengl texture

I'm trying to render frames grabbed and converted from a video using ffmpeg to an opengl texture to be put on a quad. I've pretty much exhausted google and not found an answer, well I've found answers ...
5
votes
2answers
2k views

How to get Bytes from CMSampleBufferRef , To Send Over Network

Am Captuing video using AVFoundation frame work .With the help of Apple Documentation ...
5
votes
1answer
253 views

Cropping a video file with defined width, length, and pixel location

I an trying to create a program that will detect a face in a video. There are a few requirements that must be passed before I accept the "face". After all of the requirements are met I then want to ...
5
votes
1answer
3k views

OpenCV + python — grab frames from a video file

I can't seem to capture frames from a file using OpenCV -- I've compiled from source on Ubuntu with all the necessary prereqs according to: ...
5
votes
5answers
2k views

How to do motion tracking of an object using video?

Could someone direct me to a tutorial or guide me how to track motion of an object moving with 6 DOF. I am planing to use a video stream of a moving toy car. I want to calculate displacement and ...
5
votes
6answers
574 views

Is there a suitable replacement for C++, when I would like to write video processing applications?

I want to write a video editing software, and the "logical" conclusion is that the language I must to use is C++... But I don't like it (sorry c++ fans) I would like to write it with something cool, ...
5
votes
3answers
2k views

Low FPS when accesing iPhone video output image buffer

I'm trying to do some image processing on iPhone. I'm using http://developer.apple.com/library/ios/#qa/qa2010/qa1702.html to capture the camera frames. My problem is that when I'm trying to access ...
5
votes
4answers
640 views

what is the best video processing programming language?

i have 4 digital cams, the distance between every cam is 30 CM, i need a software or a programming library that works on c++ or Java, that can take videos from these 4 cams, and put them in one video ...
5
votes
1answer
213 views

How to get the duration of the video uploaded?

i'm using ffmpeg to convert videos to desired formats and to generate the thumbnails.. I want to find the total duration of the video to display in the main page along with the thumbnails.. Can i ...
5
votes
1answer
356 views

.NET Library for reading video frames

Is there a library written in .NET that allows me to read a video frame by frame? Sample usage could be as follows: Video vid = Video.Open("test.avi"); foreach (Bitmap bmp in vid.Frames) ...
4
votes
2answers
146 views

Simultaneous playback of multiple videos with MATLAB

I searched the internet and stack overflow but could not find a solution or even helpful hints to my problem. I need to write a specialised video annotation software in MATLAB which has to be capable ...
4
votes
1answer
103 views

What's the technology behind Skype's anit-shake video recording? [closed]

Skype added an anti-shake feature in it's video conference app on iPhone. How can that be done?
4
votes
1answer
102 views

Detect watermark/logo in image/video

I'm trying to analyze a video file and detect if it has a network logo on the bottom right corner. I figured it might be easier if I just take a few random frames and see if they have a logo/water ...
4
votes
1answer
147 views

Hand Feature Identification

Given a photograph of a hand, I'm trying to determine the most appropriate method for locating the positions of the palm connecting the fingers. (i.e the location on the palm furthest from the center ...
4
votes
2answers
2k views

how to detect (iphone sdk) if a video file was recorded in portrait orientation, or landscape

I am using AlAssetsGroup enumerateAssetsAtIndexes to list the assets in the Photos (Camera) app. For a given video asset I want to determine whether it was shot in portrait or landscape mode. In the ...
4
votes
4answers
1k views

How to read time from recorded surveillance camera video?

I have a problem where I have to read the time of recording from the video recorded by a surveillance camera. The time shows up on the top-left area of the video. Below is a link to screen grab of ...
4
votes
1answer
2k views

Extracting DCT coefficients from encoded images and video

Is there a way to easily extract the DCT coefficients (and quantization parameters) from encoded images and video? Any decoder software must be using them to decode block-DCT encoded images and ...
4
votes
3answers
190 views

What is the algorithm for selecting the best scene of a video?

When we upload a video to Youtube or other video sharing sites, the site automatically selects the best or the most representative scene from the video to show as the icon of the video. How is that ...
4
votes
4answers
4k views

Most used Python module for video processing?

I need to: Open a video file Iterate over the frames of the file as images Do some analysis in this image frame of the video Draw in this image of the video Create a new video with these changes ...
3
votes
1answer
42 views

What libraries can I use to modify a video?

Gentlemen, I'm new to video processing and I wonder what libraries I can use to do things like detecting letters, drawing boxes around them and so on. If you can name me a couple of good ones, I'd ...
3
votes
1answer
89 views

Analyze a video, look for a colored pixel or logo

I want to sift through a collection of video files looking for a certain logo, and then record the 10-15 seconds leading up to it. I can recognize the logo by checking a certain pixel color. How ...
3
votes
2answers
202 views

H.264 codec explained

I am making a app which supports video calls and I am looking for a tutorial/doc explaining the structure of the h.264 codec. I want to be able to package the stream, wrap it in datagrams, send and ...
3
votes
1answer
239 views

Multiple video sources combined into one

I am looking for an efficient way to do the following: Using several source videos (of approximately the same length), I need to generate an output video that is composed of all of the original ...
3
votes
1answer
203 views

Algorithm to determine size of a room from video feed

Does anybody know of a image analysis algorithm with which I can determine how large(approximately, in real-life measurements, let's say width in meters or something) a room is out of one(or multiple) ...
3
votes
1answer
124 views

Plotting directly to movie with numpy and mencoder

So, this should be a comment to this thread, but it's apparently closed, so here it goes. I've been playing around quite successfully with matplotlib and numpy and mencoder, as has been suggested ...
3
votes
2answers
48 views

Good libraries/technologies for video manipulation

I'm looking into starting a project that will be heavily dependent on video manipulation, and I'd like to get some leads on good technologies that I can use. My language of choice is typically ...
3
votes
1answer
164 views

Looking for python video editing/processing capabilities that will work with Google App Engine

Does know any python video editing/processing libraries or frameworks that work with Google App Engine? I need to pro grammatically edit video files (adding a soundtrack, layering video clips on top ...
3
votes
0answers
171 views

Transitions with GStreamer Editing Services freezes, but works OK without transitions

I'm trying to use gstreamer's GStreamer Editing Services to concatinate 2 videos, and to have a transition between the two. This command, which just joins 2 segments of the videos together without a ...
3
votes
2answers
122 views

Writing data into file: fflush() takes a lot of time

I have a requirement wherein I have to buffer a lot of data (in GBs), for future use. Since there isn't enough RAM available for buffering such huge amount of data, I decided to go for storing the ...
3
votes
2answers
201 views

Open source implementations of video stabilization

I am looking to implement a filter-based O( n log n) algorithm for stabilization of amateur video. I believe this would be a useful tool for projects such as Witness.org. I've searched for such a ...
3
votes
1answer
1k views

Motion tracking using Emgu CV (or OpenCV)

How can I do motion tracking using Emgu CV or OpenCV? What are different ways of doing it? I want to track objects against a fixed background. Best Regards
3
votes
1answer
278 views

Improved thumbnail extraction from videos

I have been using FFmpeg to find the middle frame of a h264 video file, and extract the jpg thumbnail for use on a streaming portal. This is done automatically for each uploaded video. Sometimes the ...
3
votes
4answers
2k views

Use Kalman filter to track the position of an object, but need to know the position of that object as an input of Kalman filter. What the hell here?

I am trying to study how to use Kalman filter in tracking an object (ball) moving in a video sequence by myself so please explain it to me as I am a child. By some algorithms (color analysis, ...
3
votes
2answers
117 views

Movie ended on JMF,now terminate program

I want my program to terminate itself once the movie played has ended, using system.exit(0). is there a way of doing that? I dont want to use Timer.
3
votes
1answer
446 views

Reducing video size with same format and reducing frame size

This question might be very basic Is there a way to reduce the frame size/rate of Lossy compressed (WMV, MPEG) format, to get a smaller video, of lesser size, with same format. Are there any open ...
3
votes
1answer
109 views

How to get the time that a picture in video change?

I have a video showing a power point slide. I want to get the time of video that the slide change to next page. I use Windows media encoder to make video. Can it be used?

1 2 3 4 5 8