Top "Video-processing" questions

Video processing deals mostly with filtering video frames.

OpenCV: reading frames from VideoCapture advances the video to bizarrely wrong location

(I will put a 500 reputation bounty on this question as soon as it's eligible - unless the question got closed.) …

python opencv ubuntu video video-processing
Scene change/shot detection/image extraction using ffmpeg from video

I am trying to get representative frames for a video, so as to remove redundant frames which might appear in …

video image-processing ffmpeg computer-vision video-processing
How to get video from camera Intent and save it to a directory?

Is it possible to have code similar to the following that does the same for video? if (resultCode == Activity.RESULT_…

android video filesystems video-processing android-camera-intent
People Counting System

I want to develop a "People Counting System" using OpenCV (or Emgu CV). Please guide me on how to implement …

c# opencv video-processing emgucv
Color tracking using EMGUcv

I am trying to make an colored object tracker which uses a binary image and blob detector to follow the …

c# video-processing emgucv video-tracking
FFMPEG: using video filter with complex filter

I'm using the fluent-ffmpeg Node.js library to perform batch manipulations on video files. The video filter which crops a 16:9 …

node.js ffmpeg video-processing fluent-ffmpeg
How do I add a custom thumbnail to a .mp4 file using ffmpeg?

I am trying to find the proper ffmpeg command to add a .png or .jpg image to a .mp4 video …

image ffmpeg thumbnails mp4 video-processing
How do I programmatically convert FLV video files to MP4 using a shell script in OS X?

I want to batch convert a directory containing hundreds of FLV files so that each file has a MP4 equivalent. …

macos unix shell video-processing transcoding
video editing library in IOS

I am looking for a video editing library in IOS. Editing tasks: -> Adding text or marks on top …

iphone ios video-capture video-processing video-editing
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 …

c# java video video-capture video-processing