Top |
Properties
gboolean | anti-aliasing | Read / Write |
GstCACASinkDithering | dither | Read / Write |
gint | screen-height | Read |
gint | screen-width | Read |
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 |
1 |
CACA_DRIVER=ncurses gst-launch-1.0 filesrc location=test.avi ! decodebin ! videoconvert ! cacasink |
Synopsis
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