![]() |
![]() |
![]() |
GStreamer Good Plugins 0.10 Plugins Reference Manual | ![]() |
---|---|---|---|---|
Encodes jpeg images.
gst-launch videotestsrc num-buffers=50 ! video/x-raw-yuv, framerate='(fraction)'5/1 ! jpegenc ! avimux ! filesink location=mjpeg.avi
name | src |
direction | source |
presence | always |
details | image/jpeg, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ] |
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 ] |
"quality"
property"quality" gint : Read / Write
Quality of encoding.
Allowed values: [0,100]
Default value: 85
"frame-encoded"
signalvoid user_function (GstJpegEnc *gstjpegenc, gpointer user_data) : Run Last
gstjpegenc : |
the object which received the signal. |
user_data : |
user data set when the signal handler was connected. |