manpagez: man pages & more
html files: gst-plugins-good-plugins-1.0
Home | html | info | man

cacasink

cacasink

Properties

gboolean anti-aliasing Read / Write
GstCACASinkDithering dither Read / Write
gint screen-height Read
gint screen-width Read

Types and Values

struct GstCACASink

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GstObject
            ╰── GstElement
                ╰── GstBaseSink
                    ╰── GstCACASink

Description

Displays video as color ascii art.

Example launch line

1
CACA_GEOMETRY=160x60 CACA_FONT=5x7 gst-launch-1.0 filesrc location=test.avi ! decodebin ! videoconvert ! cacasink
This pipeline renders a video to ascii art into a separate window using a small font and specifying the ascii resolution.
1
CACA_DRIVER=ncurses gst-launch-1.0 filesrc location=test.avi ! decodebin ! videoconvert ! cacasink
This pipeline renders a video to ascii art into the current terminal.

Synopsis

Element Information

plugin

cacasink

author

Zeeshan Ali <zak147@yahoo.com>

class

Sink/Video

Element Pads

name

sink

direction

sink

presence

always

details

video/x-raw, format=(string){ RGB, BGR, RGBx, xRGB, BGRx, xBGR, RGB16, RGB15 }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]

Functions

Types and Values

struct GstCACASink

struct GstCACASink;

Property Details

The “anti-aliasing” property

  “anti-aliasing”            gboolean

Enables Anti-Aliasing.

Flags: Read / Write

Default value: TRUE


The “dither” property

  “dither”                   GstCACASinkDithering

Set type of Dither.

Flags: Read / Write

Default value: No dithering


The “screen-height” property

  “screen-height”            gint

The height of the screen.

Flags: Read

Allowed values: >= 0

Default value: 25


The “screen-width” property

  “screen-width”             gint

The width of the screen.

Flags: Read

Allowed values: >= 0

Default value: 80

See Also

GstAASink

© manpagez.com 2000-2024
Individual documents may contain additional copyright information.