Video segmenter

From RidgeRun Developer Connection
Revision as of 12:59, 23 May 2013 by Mgruner (talk | contribs) (Created page with '==Overview== The Gstreamer Video Segmenter - GstVS is an extension of the conventional GstQTMux that allows splitting recordings into multiple files constrained by a size and/or...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Overview

The Gstreamer Video Segmenter - GstVS is an extension of the conventional GstQTMux that allows splitting recordings into multiple files constrained by a size and/or a duration. These recordings can be audio, video or audio+video and in any case every segmented file can be viewed independently. If the recording contains an encoded video stream, then it is guaranteed that the file will start with a reference frame. All these extra functionality is added without interfering with the normal GstQTMux operation.

Features

The current GstVS software iteration offers the following features:

  • File limit by size in bytes.
  • File limit by duration in seconds.
  • Support for Audio, Video and Audio/Video recordings.
  • Non-invasive with normal GstQTMux operation.
  • Key frame detection for new files.

Functionality

Basic Usage

Examples