aasink
aasink — An ASCII art videosink
|
|
Description
Example launch line
Displays video as b/w ascii art.
gst-launch filesrc location=test.avi ! decodebin ! ffmpegcolorspace ! aasink
This pipeline renders a video to ascii art into a separate window.
gst-launch filesrc location=test.avi ! decodebin ! ffmpegcolorspace ! aasink driver=curses
This pipeline renders a video to ascii art into the current terminal.
Synopsis
Element Information
plugin |
aasink
|
author |
Wim Taymans <wim.taymans@chello.be> |
class |
Sink/Video |
Element Pads
name |
sink |
direction |
sink |
presence |
always |
details |
video/x-raw-yuv, format=(fourcc)I420, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ] |
Details
GstAASink
typedef struct _GstAASink GstAASink;
Property Details
The "brightness"
property
"brightness" gint : Read / Write
brightness.
Default value: 0
The "contrast"
property
"contrast" gint : Read / Write
contrast.
Default value: 0
The "dither"
property
"dither" GstAASinkDitherers : Read / Write
dither.
Default value: no dithering
The "driver"
property
"driver" GstAASinkDrivers : Read / Write
driver.
Default value: X11 driver 1.1
The "frame-time"
property
"frame-time" gint : Read
frame_time.
Default value: 0
The "frames-displayed"
property
"frames-displayed" gint : Read
frames_displayed.
Default value: 0
The "gamma"
property
"gamma" gfloat : Read / Write
gamma.
Allowed values: [0,5]
Default value: 1
The "height"
property
"height" gint : Read / Write
height.
Default value: 0
The "inversion"
property
"inversion" gboolean : Read / Write
inversion.
Default value: TRUE
The "randomval"
property
"randomval" gint : Read / Write
randomval.
Default value: 0
The "width"
property
"width" gint : Read / Write
width.
Default value: 0
Signal Details
The "frame-displayed"
signal
void user_function (GstAASink *gstaasink,
gpointer user_data) : Run Last
gstaasink :
|
the object which received the signal.
|
user_data :
|
user data set when the signal handler was connected. |
The "have-size"
signal
void user_function (GstAASink *gstaasink,
guint arg1,
guint arg2,
gpointer user_data) : Run Last
gstaasink :
|
the object which received the signal.
|
arg1 :
|
|
arg2 :
|
|
user_data :
|
user data set when the signal handler was connected. |