GStreamer Good Plugins 0.10 Plugins Reference Manual | ||||
---|---|---|---|---|
Top | Description | Object Hierarchy | Properties |
"anti-aliasing" gboolean : Read / Write "dither" GstCACASinkDithering : Read / Write "screen-height" gint : Read "screen-width" gint : Read
Displays video as color ascii art.
CACA_GEOMETRY=160x60 CACA_FONT=5x7 gst-launch filesrc location=test.avi ! decodebin ! ffmpegcolorspace ! cacasink
CACA_DRIVER=ncurses gst-launch filesrc location=test.avi ! decodebin ! ffmpegcolorspace ! cacasink
"anti-aliasing"
property "anti-aliasing" gboolean : Read / Write
Enables Anti-Aliasing.
Default value: TRUE
"dither"
property "dither" GstCACASinkDithering : Read / Write
Set type of Dither.
Default value: No dithering
"screen-height"
property "screen-height" gint : Read
The height of the screen.
Allowed values: >= 0
Default value: 25