Top |
gboolean | anti-aliasing | Read / Write |
GstCACASinkDithering | dither | Read / Write |
gint | screen-height | Read |
gint | screen-width | Read |
GObject ╰── GInitiallyUnowned ╰── GstObject ╰── GstElement ╰── GstBaseSink ╰── GstCACASink
Displays video as color ascii art.
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 |
“anti-aliasing”
property “anti-aliasing” gboolean
Enables Anti-Aliasing.
Flags: Read / Write
Default value: TRUE
“dither”
property “dither” GstCACASinkDithering
Set type of Dither.
Flags: Read / Write
Default value: No dithering
“screen-height”
property “screen-height” gint
The height of the screen.
Flags: Read
Allowed values: >= 0
Default value: 25