oggmux

oggmux

Properties

guint64 max-delay Read / Write
guint64 max-page-delay Read / Write
guint64 max-tolerance Read / Write
gboolean skeleton Read / Write

Types and Values

struct GstOggMux

Object Hierarchy

    GObject
    ╰── GstObject
        ╰── GstElement
            ╰── GstOggMux

Implemented Interfaces

GstOggMux implements GstPreset.

Description

This element merges streams (audio and video) into ogg files.

Example pipelines

1
gst-launch v4l2src num-buffers=500 ! video/x-raw-yuv,width=320,height=240 ! ffmpegcolorspace ! theoraenc ! oggmux ! filesink location=video.ogg
Encodes a video stream captured from a v4l2-compatible camera to Ogg/Theora (the encoding will stop automatically after 500 frames)

Last reviewed on 2008-02-06 (0.10.17)

Functions

Types and Values

struct GstOggMux

struct GstOggMux;

The ogg muxer object structure.

Property Details

The “max-delay” property

  “max-delay”                guint64

Maximum delay in multiplexing streams.

Flags: Read / Write

Default value: 500000000


The “max-page-delay” property

  “max-page-delay”           guint64

Maximum delay for sending out a page.

Flags: Read / Write

Default value: 500000000


The “max-tolerance” property

  “max-tolerance”            guint64

Maximum timestamp difference for maintaining perfect granules.

Flags: Read / Write

Default value: 40000000


The “skeleton” property

  “skeleton”                 gboolean

Whether to include a Skeleton track.

Flags: Read / Write

Default value: FALSE

See Also

oggdemux