Top "Video-processing" questions

Video processing deals mostly with filtering video frames.

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 …

opengl ffmpeg textures video-processing render-to-texture
How to cut a sub-part of an image using Emgu CV (or OpenCV)?

I want to cut a sub-purt of an image (or crop it) using Emgu CV (or OpenCV) and calculate average …

c# video-processing emgucv
How to get Bytes from CMSampleBufferRef , To Send Over Network

Am Captuing video using AVFoundation frame work .With the help of Apple Documentation http://developer.apple.com/library/ios/#documentation/…

ios video-capture avfoundation video-processing core-video
Android make animated video from list of images

I want to make animated video from list of images by applying transition animation between two images. I found many …

android android-animation video-processing android-image
FFMPEG: chroma key / greenscreen filter for images / video

I need for a video to use chroma key filter / greenscreen filter and overlay it over another video and output …

image-processing filter ffmpeg video-processing chromakey
Android: Alternative to the deprecated Context.MODE_WORLD_READABLE?

From here I know a way to write a file and be accessible to other app and other intent, but …

android video video-processing
Extracting frames of a .avi file

I am trying to write a c# code to extract each frame of a .avi file and save it into …

c# video video-processing
playing a specific interval of a video in mplayer using command line option

I am using mplayer to play videos... I wanted to know if there are command line options to play a …

video-processing mplayer
Looping a video with gstreamer and gst-launch?

I am able to play a video on the command line with gstreamer's gst-launch like this: gst-launch gnlfilesource location=file:///…

linux video video-processing gstreamer gnonlin
Create Video File using PHP

I have scenario for creating a video files using diff. assets like images, audio file. What I want to do …

php video-capture video-processing