avimux
avimux — Muxes audio and video into an avi stream
|
|
Object Hierarchy
GObject
+----GstObject
+----GstElement
+----GstAviMux
Implemented Interfaces
GstAviMux implements
GstTagSetter.
Properties
"bigfile" gboolean : Read / Write
Description
Muxes raw or compressed audio and/or video streams into an AVI file.
Example launch lines
(write everything in one line, without the backslash characters)
This will create an .AVI file containing an uncompressed video stream
with a test picture and an uncompressed audio stream containing a
test sound.
This will create an .AVI file containing the same test video and sound
as above, only that both streams will be compressed this time. This will
only work if you have the necessary encoder elements installed of course.
Details
GstAviMux
typedef struct _GstAviMux GstAviMux;
Property Details
The "bigfile"
property
"bigfile" gboolean : Read / Write
Support for openDML-2.0 (big) AVI files.
Default value: TRUE