![]() |
![]() |
![]() |
GStreamer Good Plugins 1.0 Plugins Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces | Properties |
Muxes raw or compressed audio and/or video streams into an AVI file.
(write everything in one line, without the backslash characters)
1 2 3 4 5 6 |
gst-launch-1.0 videotestsrc num-buffers=250 \ ! 'video/x-raw,format=(string)I420,width=320,height=240,framerate=(fraction)25/1' \ ! queue ! mux. \ audiotestsrc num-buffers=440 ! audioconvert \ ! 'audio/x-raw,rate=44100,channels=2' ! queue ! mux. \ avimux name=mux ! filesink location=test.avi |
1 2 3 4 5 6 |
gst-launch-1.0 videotestsrc num-buffers=250 \ ! 'video/x-raw,format=(string)I420,width=320,height=240,framerate=(fraction)25/1' \ ! xvidenc ! queue ! mux. \ audiotestsrc num-buffers=440 ! audioconvert ! 'audio/x-raw,rate=44100,channels=2' \ ! lame ! queue ! mux. \ avimux name=mux ! filesink location=test.avi |
"bigfile"
property"bigfile" gboolean : Read / Write
Support for openDML-2.0 (big) AVI files.
Default value: TRUE